HomeSort by relevance Sort by last modified time
    Searched refs:didClearWindowForFrame (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.h 59 static void didClearWindowForFrame(WKBundlePageRef, WKBundleFrameRef, WKBundleScriptWorldRef, const void*);
80 void didClearWindowForFrame(WKBundleFrameRef, WKBundleScriptWorldRef);
InjectedBundlePage.cpp 186 didClearWindowForFrame,
326 void InjectedBundlePage::didClearWindowForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKBundleScriptWorldRef world, const void *clientInfo)
328 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didClearWindowForFrame(frame, world);
597 void InjectedBundlePage::didClearWindowForFrame(WKBundleFrameRef frame, WKBundleScriptWorldRef world)
    [all...]

Completed in 78 milliseconds