HomeSort by relevance Sort by last modified time
    Searched refs:domWindow (Results 26 - 50 of 69) sorted by null

12 3

  /external/webkit/Source/WebCore/history/
PageCache.cpp 33 #include "DOMWindow.h"
118 if (frame->domWindow() && frame->domWindow()->hasEventListeners(eventNames().unloadEvent)) {
264 && (!frame->domWindow() || !frame->domWindow()->hasEventListeners(eventNames().unloadEvent))
  /external/webkit/Source/WebCore/loader/
DocumentWriter.cpp 33 #include "DOMWindow.h"
144 m_frame->domWindow()->setURL(document->url());
145 m_frame->domWindow()->setSecurityOrigin(document->securityOrigin());
FrameLoader.cpp 46 #include "DOMWindow.h"
333 if (!DOMWindow::allowPopUp(m_frame) && !isProcessingUserGesture())
381 if (m_frame->domWindow() && !m_pageDismissalEventBeingDispatched) {
385 m_frame->domWindow()->dispatchEvent(PageTransitionEvent::create(eventNames().pagehideEvent, m_frame->document()->inPageCache()), m_frame->document());
395 m_frame->domWindow()->dispatchTimedEvent(unloadEvent, m_frame->domWindow()->document(), &timing->unloadEventStart, &timing->unloadEventEnd);
397 m_frame->domWindow()->dispatchEvent(unloadEvent, m_frame->domWindow()->document());
516 if (DOMWindow* window = m_frame->existingDOMWindow()) {
    [all...]
MainResourceLoader.cpp 34 #include "DOMWindow.h"
364 m_frame->domWindow()->console()->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, consoleMessage, 1, String());
  /external/webkit/Source/WebCore/dom/
Document.cpp 50 #include "DOMWindow.h"
    [all...]
ViewportArguments.cpp 32 #include "DOMWindow.h"
387 frame->domWindow()->console()->addMessage(HTMLMessageSource, LogMessageType, viewportErrorMessageLevel(errorCode), message, parserLineNumber(document), document->url().string());
  /external/webkit/Source/WebCore/bindings/js/
JSEventListener.cpp 87 // FIXME: A better fix for this may be to change DOMWindow::frame() to not return a frame the detached window used to be in.
88 if (frame->domWindow() != window->impl())
ScriptController.cpp 111 Strong<JSDOMWindowShell> windowShell(*world->globalData(), new JSDOMWindowShell(m_frame->domWindow(), world));
192 windowShell->setWindow(m_frame->domWindow());
JSDOMBinding.cpp 374 DOMWindow* activeDOMWindow(ExecState* exec)
379 DOMWindow* firstDOMWindow(ExecState* exec)
409 frame->domWindow()->printErrorMessage(message);
  /external/webkit/Source/WebCore/inspector/
InspectorDOMStorageAgent.cpp 36 #include "DOMWindow.h"
123 bool isLocalStorage = (frame->domWindow()->localStorage(ec) == storage && !ec);
  /external/webkit/Source/WebCore/xml/
XSLTProcessorQt.cpp 29 #include "DOMWindow.h"
84 Console* console = m_document->frame()->domWindow()->console();
XSLStyleSheetLibxslt.cpp 28 #include "DOMWindow.h"
147 console = frame->domWindow()->console();
XSLTProcessorLibxslt.cpp 30 #include "DOMWindow.h"
140 console = frame->domWindow()->console();
  /external/webkit/Source/WebCore/bindings/v8/
ScriptController.cpp 40 #include "DOMWindow.h"
403 DOMWindow* window = frame->domWindow();
440 DOMWindow* window = m_frame->domWindow();
V8DOMWrapper.cpp 159 v8::Local<v8::Function> V8DOMWrapper::getConstructor(WrapperTypeInfo* type, DOMWindow* window)
201 // Get DOMWindow
404 if (DOMWindow* domWindow = target->toDOMWindow())
405 return toV8(domWindow);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 37 #include "DOMWindow.h"
81 DOMWindow* imp = V8DOMWindow::toNative(args.Holder());
191 DOMWindow* imp = V8DOMWindow::toNative(info.Holder());
194 DOMWindow* activeWindow = state->activeWindow();
198 DOMWindow* firstWindow = state->firstWindow();
207 DOMWindow* imp = V8DOMWindow::toNative(info.Holder());
233 DOMWindow* window = V8DOMWindow::toNative(info.Holder());
241 DOMWindow* window = V8DOMWindow::toNative(info.Holder());
247 DOMWindow* window = V8DOMWindow::toNative(info.Holder());
253 INC_STATS("DOM.DOMWindow.addEventListener()")
    [all...]
V8HTMLDocumentCustom.cpp 89 return toV8(frame->domWindow());
  /external/webkit/Source/WebCore/page/
Frame.h 137 // Unlike most accessors in this class, domWindow() always creates a new DOMWindow if m_domWindow is null.
138 // Callers that don't need a new DOMWindow to be created should use existingDOMWindow().
139 DOMWindow* domWindow() const;
140 DOMWindow* existingDOMWindow() { return m_domWindow.get(); }
141 void setDOMWindow(DOMWindow*);
142 void clearFormerDOMWindow(DOMWindow*);
226 mutable RefPtr<DOMWindow> m_domWindow;
227 HashSet<DOMWindow*> m_liveFormerWindows
    [all...]
Frame.cpp 40 #include "DOMWindow.h"
236 HashSet<DOMWindow*>::iterator end = m_liveFormerWindows.end();
237 for (HashSet<DOMWindow*>::iterator it = m_liveFormerWindows.begin(); it != end; ++it)
671 void Frame::setDOMWindow(DOMWindow* domWindow)
677 m_domWindow = domWindow;
680 DOMWindow* Frame::domWindow() const
683 m_domWindow = DOMWindow::create(const_cast<Frame*>(this));
688 void Frame::clearFormerDOMWindow(DOMWindow* window
    [all...]
PageGroup.cpp 46 #include "DOMWindow.h"
243 frame->document()->domWindow()->clearDOMStorage();
  /external/webkit/Source/WebCore/svg/
SVGDocumentExtensions.cpp 28 #include "DOMWindow.h"
202 frame->domWindow()->console()->addMessage(JSMessageSource, LogMessageType, level, message, parserLineNumber(document), String());
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 29 #include "DOMWindow.h"
273 Geolocation* geolocation = frame->domWindow()->navigator()->optionalGeolocation();
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 941 return _private->coreFrame->domWindow()->pendingUnloadEventListeners();
    [all...]
WebFullScreenController.mm 42 #import <WebCore/DOMWindow.h>
199 DOMWindow* window = _element->document()->domWindow();
210 DOMWindow* window = _element->document()->domWindow();
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 80 #include "DOMWindow.h"
727 if (!m_frame || !m_frame->domWindow())
730 return WebPerformance(m_frame->domWindow()->performance());
815 frame()->domWindow()->console()->addMessage(
    [all...]

Completed in 905 milliseconds

12 3