| /external/chromium_org/third_party/WebKit/Source/core/testing/ |
| Internals.h | 50 class LocalDOMWindow; 230 PassRefPtrWillBeRawPtr<LocalDOMWindow> openDummyInspectorFrontend(const String& url);
|
| /external/chromium_org/third_party/WebKit/Source/web/ |
| WebBindings.cpp | 46 #include "core/frame/LocalDOMWindow.h" 325 LocalDOMWindow* window = currentDOMWindow(isolate); 336 LocalDOMWindow* window = currentDOMWindow(isolate);
|
| /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
| V8InspectorFrontendHostCustom.cpp | 38 #include "core/frame/LocalDOMWindow.h" 153 LocalDOMWindow* window = V8Window::toImpl(windowWrapper);
|
| /external/chromium_org/third_party/WebKit/Source/core/dom/ |
| ScriptedAnimationController.cpp | 33 #include "core/frame/LocalDOMWindow.h" 136 if (LocalDOMWindow* window = eventTarget->toDOMWindow())
|
| Document.h | 115 class LocalDOMWindow; 656 LocalDOMWindow* domWindow() const { return m_domWindow; } 658 // Helper functions for forwarding LocalDOMWindow event related tasks to the LocalDOMWindow if it exists. [all...] |
| Document.cpp | 120 #include "core/frame/LocalDOMWindow.h" 887 LocalDOMWindow* Document::executingWindow() 889 if (LocalDOMWindow* owningWindow = domWindow()) [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/html/ |
| HTMLFrameOwnerElement.cpp | 177 LocalDOMWindow* HTMLFrameOwnerElement::contentWindow() const
|
| HTMLFrameSetElement.cpp | 213 LocalDOMWindow* HTMLFrameSetElement::anonymousNamedGetter(const AtomicString& name)
|
| ImageDocument.cpp | 209 if (LocalDOMWindow* domWindow = this->domWindow())
|
| HTMLFormElement.cpp | 41 #include "core/frame/LocalDOMWindow.h" 436 if (!LocalDOMWindow::allowPopUp(*document().frame()) && !UserGestureIndicator::processingUserGesture())
|
| /external/chromium_org/third_party/WebKit/Source/core/inspector/ |
| InspectorFrontendHost.cpp | 40 #include "core/frame/LocalDOMWindow.h" 237 LocalDOMWindow* window = event->target()->executionContext()->executingWindow();
|
| InspectorCanvasAgent.cpp | 45 #include "core/frame/LocalDOMWindow.h" 219 LocalDOMWindow* domWindow = 0;
|
| InspectorConsoleAgent.cpp | 187 void InspectorConsoleAgent::frameWindowDiscarded(LocalDOMWindow* window)
|
| InspectorTimelineAgent.cpp | 35 #include "core/frame/LocalDOMWindow.h" 268 static bool eventHasListeners(const AtomicString& eventType, LocalDOMWindow* window, Node* node, const EventPath& eventPath) 495 bool InspectorTimelineAgent::willDispatchEvent(Document* document, const Event& event, LocalDOMWindow* window, Node* node, const EventPath& eventPath) 504 bool InspectorTimelineAgent::willDispatchEventOnWindow(const Event& event, LocalDOMWindow* window) [all...] |
| /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
| ScriptController.cpp | 57 #include "core/frame/LocalDOMWindow.h" 379 LocalDOMWindow* window = frame->domWindow(); 415 LocalDOMWindow* window = m_frame->domWindow();
|
| ScriptProfiler.cpp | 168 LocalDOMWindow* window = toDOMWindow(object, v8::Isolate::GetCurrent());
|
| WindowProxy.cpp | 129 // the old LocalDOMWindow wrapper. This way, access to the document wrapper 130 // will be protected by the security checks on the LocalDOMWindow wrapper. 141 // The global object corresponds to a LocalDOMWindow instance. However, to 142 // allow properties of the JS LocalDOMWindow instance to be shadowed, we 143 // use a shadow object as the global object and use the JS LocalDOMWindow 144 // instance as the prototype for that shadow object. The JS LocalDOMWindow 148 // The shadow object and the LocalDOMWindow instance are seen as one object 150 // LocalDOMWindow instance is the shadow object. When mapping a LocalDOMWindow 283 LocalDOMWindow* window = m_frame->domWindow() [all...] |
| DictionaryHelperForCore.cpp | 255 bool DictionaryHelper::get(const Dictionary& dictionary, const String& key, RefPtrWillBeMember<LocalDOMWindow>& value) 339 // We need to handle a LocalDOMWindow specially, because a LocalDOMWindow wrapper 633 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, RefPtrWillBeMember<LocalDOMWindow>& value);
|
| NPV8Object.cpp | 41 #include "core/frame/LocalDOMWindow.h" 93 LocalDOMWindow* window = object->rootObject; 137 NPObject* npCreateV8ScriptObject(NPP npp, v8::Handle<v8::Object> object, LocalDOMWindow* root, v8::Isolate* isolate)
|
| /external/chromium_org/third_party/WebKit/Source/core/frame/ |
| Window.idl | 33 ImplementedAs=LocalDOMWindow,
|
| UseCounter.cpp | 34 #include "core/frame/LocalDOMWindow.h" 620 void UseCounter::countDeprecation(const LocalDOMWindow* window, Feature feature) [all...] |
| LocalFrame.cpp | 48 #include "core/frame/LocalDOMWindow.h" 203 // Prepare for destruction now, so any unload event handlers get run and the LocalDOMWindow is 274 void LocalFrame::setDOMWindow(PassRefPtrWillBeRawPtr<LocalDOMWindow> domWindow)
|
| /external/chromium_org/third_party/WebKit/Source/core/loader/ |
| DocumentLoader.cpp | 40 #include "core/frame/LocalDOMWindow.h" 327 if (!LocalDOMWindow::allowPopUp(*m_frame) && !UserGestureIndicator::processingUserGesture()) 802 frame->setDOMWindow(LocalDOMWindow::create(*frame));
|
| /external/chromium_org/third_party/WebKit/Source/web/tests/ |
| WebInputEventConversionTest.cpp | 110 LocalDOMWindow* domWindow = document->domWindow(); 234 LocalDOMWindow* domWindow = document->domWindow(); 586 LocalDOMWindow* domWindow = document->domWindow(); [all...] |
| /external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
| methods.cpp | 25 if (LocalDOMWindow* window = impl->toDOMWindow()) {
|