Home
last modified time | relevance | path

Searched refs:aboutToUnload (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/wml/
DWMLInputElement.h46 virtual void aboutToUnload();
DWMLInputElement.cpp105 void WMLInputElement::aboutToUnload() in aboutToUnload() function in WebCore::WMLInputElement
107 InputElement::aboutToUnload(this, this); in aboutToUnload()
/external/webkit/Source/WebCore/dom/
DInputElement.h92 static void aboutToUnload(InputElement*, Element*);
DInputElement.cpp104 void InputElement::aboutToUnload(InputElement* inputElement, Element* element) in aboutToUnload() function in WebCore::InputElement
DNode.h281 virtual void aboutToUnload() { } in aboutToUnload() function
/external/webkit/Source/WebCore/html/
DHTMLInputElement.h219 virtual void aboutToUnload();
DHTMLInputElement.cpp410 void HTMLInputElement::aboutToUnload() in aboutToUnload() function in WebCore::HTMLInputElement
412 InputElement::aboutToUnload(this, this); in aboutToUnload()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp383 currentFocusedNode->aboutToUnload(); in stopLoading()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-313626 (WebCore::HTMLInputElement::aboutToUnload):
41963 (WebCore::Node::aboutToUnload):
41966 (WebCore::HTMLInputElement::aboutToUnload):
41975 before unloading, call aboutToUnload on the current focused node
DChangeLog-2009-06-165942 (WebCore::InputElement::aboutToUnload):
5955 (WebCore::HTMLInputElement::aboutToUnload):
5971 (WebCore::WMLInputElement::aboutToUnload):
51794 (WebCore::WMLInputElement::aboutToUnload):
51953 (WebCore::InputElement::aboutToUnload):
51989 (WebCore::HTMLInputElement::aboutToUnload): Ditto.
DChangeLog-2007-10-1455624 (WebCore::HTMLInputElement::aboutToUnload): Only call textFieldDidEndEditing if the text
DChangeLog2822 (WebCore::HTMLInputElement::aboutToUnload):
DChangeLog-2010-12-0658702 (WebCore::InputElement::aboutToUnload):