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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WindowProxy.cpp 110 void WindowProxy::clearForClose()
ScriptController.cpp 104 // WindowProxy::clearForClose() must be invoked before destruction starts.
128 void ScriptController::clearForClose()
131 m_windowProxy->clearForClose();
133 iter->value->clearForClose();
134 blink::Platform::current()->histogramCustomCounts("WebCore.ScriptController.clearForClose", (currentTime() - start) * 1000, 0, 10000, 50);

Completed in 263 milliseconds