Searched refs:initContextIfNeeded (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A DWorkerContextExecutionProxy.h77 bool initContextIfNeeded();
H A DV8DOMWindowShell.h72 bool initContextIfNeeded();
H A DWorkerContextExecutionProxy.cpp130 bool WorkerContextExecutionProxy::initContextIfNeeded() function in class:WebCore::WorkerContextExecutionProxy
195 if (!initContextIfNeeded())
H A DV8DOMWindowShell.cpp276 bool V8DOMWindowShell::initContextIfNeeded() function in class:WebCore::V8DOMWindowShell
540 initContextIfNeeded();
569 initContextIfNeeded();
620 initContextIfNeeded();
H A DV8Proxy.cpp247 windowShell()->initContextIfNeeded();
748 windowShell()->initContextIfNeeded();
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorV8.pm2456 if (proxy->windowShell()->initContextIfNeeded()) {
2457 // initContextIfNeeded may have created a wrapper for the object, retry from the start.

Completed in 293 milliseconds