/external/webkit/Source/WebKit/gtk/tests/ |
D | testdomdomwindow.c | 34 WebKitDOMDOMWindow* domWindow; member 108 …webkit_dom_event_target_add_event_listener(WEBKIT_DOM_EVENT_TARGET(fixture->domWindow), "click", G… in load_event_callback() 123 WebKitDOMDOMWindow* domWindow = webkit_dom_document_get_default_view(document); in test_dom_domview_signals() local 124 g_assert(domWindow); in test_dom_domview_signals() 126 fixture->domWindow = domWindow; in test_dom_domview_signals() 128 …webkit_dom_event_target_add_event_listener(WEBKIT_DOM_EVENT_TARGET(fixture->domWindow), "load", G_… in test_dom_domview_signals() 155 WebKitDOMDOMWindow* domWindow; in load_status_callback() local 162 domWindow = webkit_dom_document_get_default_view(document); in load_status_callback() 163 g_assert(domWindow); in load_status_callback() 164 fixture->domWindow = domWindow; in load_status_callback() [all …]
|
/external/webkit/Source/WebCore/page/ |
D | Location.cpp | 163 m_frame->domWindow()->setLocation(urlString, activeWindow, firstWindow); in setHref() 175 m_frame->domWindow()->setLocation(url.string(), activeWindow, firstWindow); in setProtocol() 184 m_frame->domWindow()->setLocation(url.string(), activeWindow, firstWindow); in setHost() 193 m_frame->domWindow()->setLocation(url.string(), activeWindow, firstWindow); in setHostname() 206 m_frame->domWindow()->setLocation(url.string(), activeWindow, firstWindow); in setPort() 215 m_frame->domWindow()->setLocation(url.string(), activeWindow, firstWindow); in setPathname() 224 m_frame->domWindow()->setLocation(url.string(), activeWindow, firstWindow); in setSearch() 242 m_frame->domWindow()->setLocation(url.string(), activeWindow, firstWindow); in setHash() 249 m_frame->domWindow()->setLocation(urlString, activeWindow, firstWindow); in assign() 256 …m_frame->domWindow()->setLocation(urlString, activeWindow, firstWindow, LockHistoryAndBackForwardL… in replace() [all …]
|
D | DOMWindow.cpp | 168 static void addUnloadEventListener(DOMWindow* domWindow) in addUnloadEventListener() argument 173 set.add(domWindow); in addUnloadEventListener() 176 static void removeUnloadEventListener(DOMWindow* domWindow) in removeUnloadEventListener() argument 179 DOMWindowSet::iterator it = set.find(domWindow); in removeUnloadEventListener() 187 static void removeAllUnloadEventListeners(DOMWindow* domWindow) in removeAllUnloadEventListeners() argument 190 DOMWindowSet::iterator it = set.find(domWindow); in removeAllUnloadEventListeners() 198 static void addBeforeUnloadEventListener(DOMWindow* domWindow) in addBeforeUnloadEventListener() argument 203 set.add(domWindow); in addBeforeUnloadEventListener() 206 static void removeBeforeUnloadEventListener(DOMWindow* domWindow) in removeBeforeUnloadEventListener() argument 209 DOMWindowSet::iterator it = set.find(domWindow); in removeBeforeUnloadEventListener() [all …]
|
/external/webkit/Source/WebCore/wml/ |
D | WMLErrorHandling.cpp | 57 DOMWindow* domWindow = frame->domWindow(); in reportWMLError() local 58 if (!domWindow) in reportWMLError() 61 Console* console = domWindow->console(); in reportWMLError()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSDOMWindowBase.cpp | 190 JSValue toJS(ExecState* exec, JSDOMGlobalObject*, DOMWindow* domWindow) in toJS() argument 192 return toJS(exec, domWindow); in toJS() 195 JSValue toJS(ExecState* exec, DOMWindow* domWindow) in toJS() argument 197 if (!domWindow) in toJS() 199 Frame* frame = domWindow->frame(); in toJS()
|
D | ScriptCachedFrameData.cpp | 64 DOMWindow* ScriptCachedFrameData::domWindow() const in domWindow() function in WebCore::ScriptCachedFrameData 89 windowShell->setWindow(frame->domWindow()); in restore()
|
D | JSEventTarget.cpp | 126 if (DOMWindow* domWindow = target->toDOMWindow()) in toJS() local 127 return toJS(exec, globalObject, domWindow); in toJS()
|
D | JSDOMWindowShell.cpp | 58 void JSDOMWindowShell::setWindow(PassRefPtr<DOMWindow> domWindow) in setWindow() argument 67 …:commonJSGlobalData()) JSDOMWindow(*JSDOMWindow::commonJSGlobalData(), structure, domWindow, this); in setWindow()
|
D | ScriptCachedFrameData.h | 54 DOMWindow* domWindow() const;
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorDOMStorageResource.cpp | 85 m_frame->domWindow()->removeEventListener(eventNames().storageEvent, this, true); in unbind() 95 m_frame->domWindow()->addEventListener(eventNames().storageEvent, this, true); in startReportingChangesToFrontend() 109 bool isLocalStorage = (storage->frame()->domWindow()->localStorage(ec) == storage && !ec); in handleEvent()
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8DocumentLocationCustom.cpp | 41 DOMWindow* window = document->frame()->domWindow(); in locationAccessorGetter() 51 DOMWindow* window = document->frame()->domWindow(); in locationAccessorSetter()
|
D | V8HTMLFrameSetElementCustom.cpp | 58 return toV8(frame->domWindow()); in namedPropertyGetter()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | ScriptCachedFrameData.h | 49 DOMWindow* domWindow() const { return 0; } in domWindow() function 78 DOMWindow* domWindow() const;
|
D | ScriptCachedFrameData.cpp | 50 m_domWindow = frame->domWindow(); in ScriptCachedFrameData() 53 DOMWindow* ScriptCachedFrameData::domWindow() const in domWindow() function in WebCore::ScriptCachedFrameData
|
D | V8IsolatedContext.cpp | 68 proxy->windowShell()->installDOMWindow(m_context->get(), proxy->frame()->domWindow()); in V8IsolatedContext()
|
/external/webkit/Source/WebCore/history/ |
D | CachedFrame.h | 52 DOMWindow* domWindow() const { return m_cachedFrameScriptData->domWindow(); } in domWindow() function
|
D | PageCache.cpp | 118 if (frame->domWindow() && frame->domWindow()->hasEventListeners(eventNames().unloadEvent)) { in logCanCacheFrameDecision() 264 && (!frame->domWindow() || !frame->domWindow()->hasEventListeners(eventNames().unloadEvent)) in canCachePageContainingThisFrame()
|
/external/webkit/Source/WebCore/storage/ |
D | StorageEventDispatcher.cpp | 63 Storage* storage = frames[i]->domWindow()->sessionStorage(ec); in dispatch() 80 Storage* storage = frames[i]->domWindow()->localStorage(ec); in dispatch()
|
/external/webkit/Source/WebCore/dom/ |
D | Document.cpp | 1806 if (DOMWindow* domWindow = this->domWindow()) in removeAllEventListeners() local 1807 domWindow->removeAllEventListeners(); in removeAllEventListeners() 1943 if (DOMWindow* domWindow = this->domWindow()) in open() local 1944 domWindow->removeAllEventListeners(); in open() 2305 return domWindow(); in errorEventTarget() 2669 …frame->domWindow()->console()->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, cons… in processHttpEquiv() 3497 DOMWindow* Document::domWindow() const in domWindow() function in WebCore::Document 3507 return frame()->domWindow(); in domWindow() 3512 DOMWindow* domWindow = this->domWindow(); in setWindowAttributeEventListener() local 3513 if (!domWindow) in setWindowAttributeEventListener() [all …]
|
D | WindowEventContext.cpp | 49 m_window = static_cast<Document*>(topLevelContainer)->domWindow(); in WindowEventContext()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | StorageAreaProxy.cpp | 130 Storage* storage = frames[i]->domWindow()->sessionStorage(ec); in storageEvent() 147 Storage* storage = frames[i]->domWindow()->localStorage(ec); in storageEvent()
|
/external/webkit/Source/WebCore/html/ |
D | ImageDocument.cpp | 221 if (DOMWindow* domWindow = this->domWindow()) in createDocumentStructure() local 222 domWindow->addEventListener("resize", listener, false); in createDocumentStructure()
|
/external/webkit/Source/WebCore/bindings/generic/ |
D | BindingSecurityBase.cpp | 42 return frame->domWindow(); in getDOMWindow()
|
/external/webkit/Source/WebCore/loader/ |
D | DocumentWriter.cpp | 144 m_frame->domWindow()->setURL(document->url()); in begin() 145 m_frame->domWindow()->setSecurityOrigin(document->securityOrigin()); in begin()
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMAbstractView.mm | 53 return kit(IMPL->domWindow()->document()); 75 return reinterpret_cast<WebCore::Frame*>(wrapper->_internal)->domWindow();
|