HomeSort by relevance Sort by last modified time
    Searched refs:windowShell (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/Source/WebCore/bindings/js/
ScriptCachedFrameData.cpp 84 JSDOMWindowShell* windowShell = iter->second.get();
87 windowShell->setWindow(window->globalData(), window);
89 windowShell->setWindow(frame->domWindow());
92 scriptController->attachDebugger(windowShell, page->debugger());
93 windowShell->window()->setProfileGroup(page->group().identifier());
ScriptController.cpp 111 Strong<JSDOMWindowShell> windowShell(*world->globalData(), new JSDOMWindowShell(m_frame->domWindow(), world));
112 Strong<JSDOMWindowShell> windowShell2(windowShell);
113 m_windowShells.add(world, windowShell);
115 return windowShell.get();
130 JSDOMWindowShell* shell = windowShell(world);
186 JSDOMWindowShell* windowShell = iter->second.get();
189 attachDebugger(windowShell, 0);
191 windowShell->window()->willRemoveFromWindowShell();
192 windowShell->setWindow(m_frame->domWindow());
197 m_cacheableBindingRootObject->updateGlobalObject(windowShell->window())
    [all...]
ScriptState.cpp 65 JSDOMWindowShell* shell = frame->script()->windowShell(mainThreadNormalWorld());
JSDOMWindowBase.cpp 202 return frame->script()->windowShell(currentWorld(exec));
209 return frame->script()->windowShell(world)->window();
JSDOMWindowShell.cpp 175 return frame->script()->windowShell(currentWorld(exec));
182 return frame->script()->windowShell(isolatedWorld);
ScriptController.h 78 JSDOMWindowShell* windowShell(DOMWrapperWorld* world)
90 return windowShell(world)->window();
ScriptControllerMac.mm 116 m_windowScriptObject = [WebScriptObject scriptObjectForJSObject:toRef(windowShell(pluginWorld())) originRootObject:root rootObject:root];
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8SVGDocumentCustom.cpp 50 proxy->windowShell()->updateDocumentWrapper(wrapper);
V8DocumentCustom.cpp 137 proxy->windowShell()->updateDocumentWrapper(wrapper);
V8HTMLDocumentCustom.cpp 192 proxy->windowShell()->updateDocumentWrapper(wrapper);
  /external/webkit/Source/WebCore/bindings/v8/
V8IsolatedContext.cpp 57 m_context = SharedPersistent<v8::Context>::create(proxy->windowShell()->createNewContext(v8::Handle<v8::Object>(), extensionGroup));
67 // FIXME: This will go away once we have a windowShell for the isolated world.
68 proxy->windowShell()->installDOMWindow(m_context->get(), proxy->frame()->domWindow());
ScriptCachedFrameData.cpp 69 proxy->windowShell()->setContext(m_context.get());
ScriptController.cpp 149 m_proxy->windowShell()->updateSecurityOrigin();
305 return m_proxy->windowShell()->isContextInitialized();
471 m_proxy->windowShell()->updateDocument();
476 m_proxy->windowShell()->namedItemAdded(doc, name);
481 m_proxy->windowShell()->namedItemRemoved(doc, name);
ScriptController.h 102 // Masquerade 'this' as the windowShell.
105 ScriptController* windowShell(DOMWrapperWorld*) { return this; }
V8Proxy.cpp 200 windowShell()->destroyGlobal();
229 proxy->windowShell()->destroyGlobal();
246 // FIXME: This will need to get reorganized once we have a windowShell for the isolated world.
247 windowShell()->initContextIfNeeded();
294 v8::Handle<v8::Context> context = windowShell()->context();
627 windowShell()->clearForClose();
633 windowShell()->clearForNavigation();
748 windowShell()->initContextIfNeeded();
749 return v8::Local<v8::Context>::New(windowShell()->context());
801 v8::Handle<v8::Context> context = windowShell()->context()
    [all...]
PageScriptDebugServer.cpp 98 V8DOMWindowShell* shell = proxy->windowShell();
V8Proxy.h 264 V8DOMWindowShell* windowShell() const { return m_windowShell.get(); }
V8DOMWrapper.cpp 276 instance = proxy->windowShell()->createWrapperFromCache(type);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 101 Shell windowShell = m_plugin.getWorkbench().getActiveWorkbenchWindow().getShell();
102 windowBounds = windowShell.getBounds();
  /external/webkit/Source/WebCore/bindings/
ScriptControllerBase.cpp 98 JSDOMWindowShell* shell = windowShell(mainThreadNormalWorld());
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 917 return m_npRuntimeObjectMap.getOrCreateNPObject(*pluginWorld()->globalData(), frame()->script()->windowShell(pluginWorld())->window());
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 826 objectID = m_localObjects.idForObject(*pluginWorld()->globalData(), frame->script()->windowShell(pluginWorld())->window());
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm     [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 

Completed in 530 milliseconds

1 2