Searched refs:domWindow (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/page/
H A DDOMWindowProperty.cpp44 m_associatedDOMWindow = m_frame->document()->domWindow();
74 ASSERT(frame->document()->domWindow() == m_associatedDOMWindow);
H A DDOMWindow.cpp194 static void addUnloadEventListener(DOMWindow* domWindow) argument
196 if (windowsWithUnloadEventListeners().add(domWindow).isNewEntry)
197 domWindow->disableSuddenTermination();
200 static void removeUnloadEventListener(DOMWindow* domWindow) argument
202 if (windowsWithUnloadEventListeners().remove(domWindow))
203 domWindow->enableSuddenTermination();
206 static void removeAllUnloadEventListeners(DOMWindow* domWindow) argument
208 if (windowsWithUnloadEventListeners().removeAll(domWindow))
209 domWindow->enableSuddenTermination();
212 static void addBeforeUnloadEventListener(DOMWindow* domWindow) argument
218 removeBeforeUnloadEventListener(DOMWindow* domWindow) argument
224 removeAllBeforeUnloadEventListeners(DOMWindow* domWindow) argument
[all...]
H A DLocation.cpp244 m_frame->document()->domWindow()->setLocation(url, activeWindow, firstWindow, LockHistoryAndBackForwardList);
254 DOMWindow* targetWindow = m_frame->document()->domWindow();
270 frame->document()->domWindow()->setLocation(url, activeWindow, firstWindow);
H A DFrame.cpp278 ASSERT(!m_doc || m_doc->domWindow());
279 ASSERT(!m_doc || m_doc->domWindow()->frame() == this);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DScriptCachedFrameData.cpp86 DOMWindow* domWindow = frame.document()->domWindow(); local
87 if (&windowShell->window()->impl() == domWindow)
90 windowShell->setWindow(domWindow);
H A DJSDocumentCustom.cpp55 RefPtr<Location> location = frame->document()->domWindow()->location();
74 if (RefPtr<Location> location = frame->document()->domWindow()->location())
87 if (DOMWindow* domWindow = document->domWindow()) {
88 globalObject = toJSDOMWindow(toJS(exec, domWindow));
89 // Creating a wrapper for domWindow might have created a wrapper for document as well.
H A DJSDOMWindowShell.cpp72 void JSDOMWindowShell::setWindow(PassRefPtr<DOMWindow> domWindow) argument
76 ASSERT(!window() || domWindow.get() != &window()->impl());
86 JSDOMWindow* jsDOMWindow = JSDOMWindow::create(vm, structure, domWindow, this);
H A DJSDOMWindowBase.cpp236 JSValue toJS(ExecState* exec, JSDOMGlobalObject*, DOMWindow* domWindow) argument
238 return toJS(exec, domWindow);
241 JSValue toJS(ExecState* exec, DOMWindow* domWindow) argument
243 if (!domWindow)
245 Frame* frame = domWindow->frame();
H A DJSDOMBinding.cpp254 message = frame->document()->domWindow()->crossDomainAccessErrorMessage(activeDOMWindow(exec));
270 frame->document()->domWindow()->printErrorMessage(message);
510 printErrorMessageForFrame(targetDocument->frame(), targetDocument->domWindow()->crossDomainAccessErrorMessage(active));
H A DJSDOMWindowCustom.cpp73 return JSValue::encode(toJS(exec, jsCast<JSDOMWindow*>(slotBase)->impl().frame()->tree().scopedChild(propertyNameToAtomicString(propertyName))->document()->domWindow()));
235 toJS(exec, thisObject->impl().frame()->tree().scopedChild(i)->document()->domWindow()));
312 toJS(exec, thisObject->impl().frame()->tree().scopedChild(index)->document()->domWindow()));
/macosx-10.10/WebCore-7600.1.25/history/
H A DCachedFrame.cpp117 if (DOMWindow* domWindow = m_document->domWindow()) {
119 if (domWindow->scrollEventListenerCount() && frame.page())
172 m_document->domWindow()->suspendForPageCache();
203 if (DOMWindow* domWindow = m_document->domWindow()) {
204 if (domWindow->scrollEventListenerCount() && frame.page())
254 m_document->domWindow()->willDestroyCachedFrame();
H A DPageCache.cpp133 if (frame->document()->domWindow() && frame->document()->domWindow()->hasEventListeners(eventNames().unloadEvent)) {
300 && (!document->domWindow() || !document->domWindow()->hasEventListeners(eventNames().unloadEvent))
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DDOMAbstractView.mm77 return reinterpret_cast<WebCore::Frame*>(wrapper->_internal)->document()->domWindow();
/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorageEventDispatcher.cpp84 Storage* storage = frames[i]->document()->domWindow()->sessionStorage(ec);
98 Storage* storage = frames[i]->document()->domWindow()->localStorage(ec);
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLFrameOwnerElement.cpp101 return m_contentFrame ? m_contentFrame->document()->domWindow() : 0;
H A DImageDocument.cpp240 if (DOMWindow* window = this->domWindow())
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DTextControlInnerElements.cpp403 if (document().domWindow()) {
408 input->dispatchEvent(TextEvent::create(document().domWindow(), results.isEmpty() ? "" : results[0]->utterance(), TextEventInputOther));
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Storage/
H A DStorageAreaMap.cpp321 Storage* storage = document->domWindow()->optionalSessionStorage();
351 Storage* storage = document->domWindow()->optionalLocalStorage();
/macosx-10.10/WebCore-7600.1.25/page/ios/
H A DFrameIOS.mm677 frame->document()->domWindow()->dispatchEvent(PageTransitionEvent::create(eventNames().pagehideEvent, true), document());
687 frame->document()->domWindow()->dispatchEvent(PageTransitionEvent::create(eventNames().pageshowEvent, true), document());
866 if (document()->domWindow())
867 document()->domWindow()->resetAllGeolocationPermission();
/macosx-10.10/WebCore-7600.1.25/Modules/notifications/
H A DNotification.cpp89 m_notificationCenter = DOMWindowNotifications::webkitNotifications(toDocument(context).domWindow());
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorDOMStorageAgent.cpp154 DOMWindow* window = document->domWindow();
H A DInspectorIndexedDBAgent.cpp593 DOMWindow* domWindow = document->domWindow(); local
594 if (!domWindow) {
599 IDBFactory* idbFactory = DOMWindowIndexedDatabase::indexedDB(domWindow);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoader.cpp447 m_frame.document()->domWindow()->dispatchEvent(PageTransitionEvent::create(eventNames().pagehideEvent, m_frame.document()->inPageCache()), m_frame.document());
464 m_frame.document()->domWindow()->dispatchEvent(unloadEvent, m_frame.document());
467 m_frame.document()->domWindow()->dispatchEvent(unloadEvent, m_frame.document());
567 DOMWindow* window = m_frame.document()->domWindow();
624 InspectorInstrumentation::frameWindowDiscarded(&m_frame, m_frame.document()->domWindow());
625 m_frame.document()->domWindow()->resetUnlessSuspendedForPageCache();
626 m_frame.script().clearWindowShell(newDocument->domWindow(), m_frame.document()->inPageCache());
2060 DOMWindow* window = m_frame.document()->domWindow();
2082 ASSERT(document->domWindow());
2105 document->domWindow()
2831 DOMWindow* domWindow = m_frame.document()->domWindow(); local
[all...]
/macosx-10.10/WebKit-7600.1.25/win/
H A DDOMCoreClasses.cpp951 IDOMWindow* domWindow = 0; local
952 HRESULT hr = newWindow->QueryInterface(IID_IDOMWindow, reinterpret_cast<void**>(&domWindow));
957 return domWindow;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DNode.cpp1782 targetNode->document().domWindow()->incrementScrollEventListenersCount();
1789 targetNode->document().domWindow()->addEventListener(eventType, listener, useCapture);
1824 targetNode->document().domWindow()->decrementScrollEventListenersCount();
1830 targetNode->document().domWindow()->removeEventListener(eventType, listener, useCapture);

Completed in 354 milliseconds

12