Searched refs:clearForClose (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8WindowShell.h78 void clearForClose(bool destroyGlobal);
H A DScriptController.h151 void clearForClose();
170 void clearForClose(bool destroyGlobal);
H A DScriptController.cpp102 clearForClose(true);
127 clearForClose(true);
130 void ScriptController::clearForClose(bool destroyGlobal) function in class:WebCore::ScriptController
132 m_windowShell->clearForClose(destroyGlobal);
134 iter->value->clearForClose(destroyGlobal);
138 void ScriptController::clearForClose() function in class:WebCore::ScriptController
141 clearForClose(false);
142 HistogramSupport::histogramCustomCounts("WebCore.ScriptController.clearForClose", (currentTime() - start) * 1000, 0, 10000, 50);
H A DV8WindowShell.cpp112 void V8WindowShell::clearForClose(bool destroyGlobal) function in class:WebCore::V8WindowShell
/external/chromium_org/third_party/WebKit/Source/web/
H A DFrameLoaderClientImpl.cpp266 m_webFrame->frame()->script()->clearForClose();

Completed in 157 milliseconds