Searched defs:documentWillBecomeInactive (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DElement.h272 virtual void documentWillBecomeInactive() { } function in class:WebCore::Element
H A DDocument.cpp1756 // Send out documentWillBecomeInactive() notifications to registered elements,
1758 documentWillBecomeInactive();
3956 void Document::documentWillBecomeInactive() function in class:WebCore::Document
3965 (*i)->documentWillBecomeInactive();
/external/webkit/Source/WebCore/svg/
H A DSVGSVGElement.cpp631 void SVGSVGElement::documentWillBecomeInactive() function in class:WebCore::SVGSVGElement

Completed in 221 milliseconds