summaryrefslogtreecommitdiffstats
path: root/webkit/glue/dom_operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/dom_operations.h')
-rw-r--r--webkit/glue/dom_operations.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/glue/dom_operations.h b/webkit/glue/dom_operations.h
index d1512c1..9c88e86 100644
--- a/webkit/glue/dom_operations.h
+++ b/webkit/glue/dom_operations.h
@@ -187,6 +187,12 @@ bool PauseTransitionAtTimeOnElementWithId(WebView* view,
double time,
const std::string& element_id);
+// Returns true if the element with |element_id| as its id has autocomplete
+// on.
+bool ElementDoesAutoCompleteForElementWithId(WebView* view,
+ const std::string& element_id);
+
+
} // namespace webkit_glue
#endif // WEBKIT_GLUE_DOM_OPERATIONS_H__