diff options
author | yaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-20 00:35:14 +0000 |
---|---|---|
committer | yaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-20 00:35:14 +0000 |
commit | 8515b41c8881a6d80460903818bc1491e340fa25 (patch) | |
tree | d30c9df327ebe3d8bf5aeed085c4ac8e3c82067e /webkit/glue/dom_operations.h | |
parent | 6d08f6de08f05ea927ada97c757b6d01b180712e (diff) | |
download | chromium_src-8515b41c8881a6d80460903818bc1491e340fa25.zip chromium_src-8515b41c8881a6d80460903818bc1491e340fa25.tar.gz chromium_src-8515b41c8881a6d80460903818bc1491e340fa25.tar.bz2 |
Moved Node/ElementToHTMLInputElement from glue/dom_utilities into src/DOMUtilities
Review URL: http://codereview.chromium.org/287010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29483 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/dom_operations.h')
-rw-r--r-- | webkit/glue/dom_operations.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/webkit/glue/dom_operations.h b/webkit/glue/dom_operations.h index 593af06..26dbabe 100644 --- a/webkit/glue/dom_operations.h +++ b/webkit/glue/dom_operations.h @@ -12,12 +12,6 @@ #include "googleurl/src/gurl.h" #include "webkit/glue/password_form_dom_manager.h" -namespace WebCore { -class Element; -class HTMLInputElement; -class Node; -} - namespace WebKit { class WebView; } @@ -132,11 +126,6 @@ bool ElementDoesAutoCompleteForElementWithId(WebKit::WebView* view, // Returns the number of animations currently running. int NumberOfActiveAnimations(WebKit::WebView* view); -// Returns the passed element/node casted to an HTMLInputElement if it is one, -// NULL if it is not an HTMLInputElement. -WebCore::HTMLInputElement* ElementToHTMLInputElement(WebCore::Element* element); -WebCore::HTMLInputElement* NodeToHTMLInputElement(WebCore::Node* node); - } // namespace webkit_glue #endif // WEBKIT_GLUE_DOM_OPERATIONS_H__ |