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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.h 127 void clearWindowShell();
ScriptController.cpp 411 void ScriptController::clearWindowShell()
414 // V8 binding expects ScriptController::clearWindowShell only be called
420 blink::Platform::current()->histogramCustomCounts("WebCore.ScriptController.clearWindowShell", (currentTime() - start) * 1000, 0, 10000, 50);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 240 script().clearWindowShell();

Completed in 63 milliseconds