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

12 3

  /external/webkit/WebCore/dom/
Document.cpp 45 #include "DOMWindow.h"
    [all...]
Document.h 62 class DOMWindow;
624 DOMWindow* defaultView() const { return domWindow(); }
625 DOMWindow* domWindow() const;
627 // Helper functions for forwarding DOMWindow event related tasks to the DOMWindow if it exists.
    [all...]
  /external/webkit/WebCore/bindings/js/
JSEventListener.cpp 81 // FIXME: A better fix for this may be to change DOMWindow::frame() to not return a frame the detached window used to be in.
82 if (frame->domWindow() != window->impl())
ScriptController.cpp 194 windowShell->setWindow(m_frame->domWindow());
212 JSDOMWindowShell* windowShell = new JSDOMWindowShell(m_frame->domWindow(), world);
JSDOMWindowCustom.cpp 26 #include "DOMWindow.h"
134 return toJS(exec, static_cast<JSDOMWindow*>(asObject(slot.slotBase()))->impl()->frame()->tree()->child(AtomicString(propertyName))->domWindow());
139 return toJS(exec, static_cast<JSDOMWindow*>(asObject(slot.slotBase()))->impl()->frame()->tree()->child(slot.index())->domWindow());
168 // It ignores any custom properties that might be set on the DOMWindow (including a custom prototype).
199 // Also, it's important to get the implementation straight out of the DOMWindow prototype regardless of
225 if (!DOMWindow::canShowModalDialog(impl()->frame())) {
311 // It ignores any custom properties that might be set on the DOMWindow (including a custom prototype).
726 return DOMWindow::allowPopUp(activeFrame);
782 return toJS(exec, frame->domWindow());
788 DOMWindow::adjustWindowRect(screenAvailableRect(page ? page->mainFrame()->view() : 0), windowRect, windowRec (…)
    [all...]
  /external/webkit/WebCore/page/
Geolocation.cpp 33 #include "DOMWindow.h"
229 if (m_frame->domWindow())
230 m_frame->domWindow()->addEventListener(eventNames().unloadEvent, this, false);
237 if (m_frame && m_frame->domWindow())
238 m_frame->domWindow()->removeEventListener(eventNames().unloadEvent, this, false);
Frame.h 87 void setDOMWindow(DOMWindow*);
88 DOMWindow* domWindow() const;
89 void clearFormerDOMWindow(DOMWindow*);
312 mutable RefPtr<DOMWindow> m_domWindow;
313 HashSet<DOMWindow*> m_liveFormerWindows;
Frame.cpp 40 #include "DOMWindow.h"
211 HashSet<DOMWindow*>::iterator end = m_liveFormerWindows.end();
212 for (HashSet<DOMWindow*>::iterator it = m_liveFormerWindows.begin(); it != end; ++it)
    [all...]
Page.cpp 31 #include "DOMWindow.h"
118 frame->domWindow()->navigator()->onPackageResult();
  /external/webkit/WebCore/xml/
XSLTProcessorQt.cpp 29 #include "DOMWindow.h"
86 Console* console = m_document->frame()->domWindow()->console();
XSLStyleSheetLibxslt.cpp 29 #include "DOMWindow.h"
149 console = frame->domWindow()->console();
XSLTProcessorLibxslt.cpp 31 #include "DOMWindow.h"
133 console = frame->domWindow()->console();
  /external/webkit/WebCore/bindings/v8/
ScriptController.cpp 38 #include "DOMWindow.h"
394 DOMWindow* window = frame->domWindow();
431 DOMWindow* window = m_frame->domWindow();
V8DOMWrapper.cpp 202 v8::Local<v8::Function> V8DOMWrapper::getConstructor(V8ClassIndex::V8WrapperType type, DOMWindow* window)
232 // Get DOMWindow
278 // of internal fields, so a COMPILE_ASSERT is included to warn if this ever changes. DOMWindow has
429 if (DOMWindow* domWindow = target->toDOMWindow())
430 return toV8(domWindow);
V8DOMWindowShell.cpp 100 case V8ClassIndex::DOMWINDOW: {
105 DOMWindow* targetWindow = V8DOMWindow::toNative(window);
198 // the old DOMWindow wrapper. This way, access to the document wrapper
199 // will be protected by the security checks on the DOMWindow wrapper.
202 // Turn on access check on the old DOMWindow wrapper.
216 // The global object corresponds to a DOMWindow instance. However, to
217 // allow properties of the JS DOMWindow instance to be shadowed, we
218 // use a shadow object as the global object and use the JS DOMWindow
219 // instance as the prototype for that shadow object. The JS DOMWindow
223 // The shadow object and the DOMWindow instance are seen as one objec
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 38 #include "DOMWindow.h"
81 DOMWindow* imp = V8DOMWindow::toNative(args.Holder());
219 DOMWindow* imp = V8DOMWindow::toNative(info.Holder());
226 DOMWindow* imp = V8DOMWindow::toNative(info.Holder());
252 DOMWindow* window = V8DOMWindow::toNative(info.Holder());
260 DOMWindow* window = V8DOMWindow::toNative(info.Holder());
266 DOMWindow* window = V8DOMWindow::toNative(info.Holder());
272 INC_STATS("DOM.DOMWindow.addEventListener()");
277 DOMWindow* imp = V8DOMWindow::toNative(args.Holder());
305 INC_STATS("DOM.DOMWindow.removeEventListener()")
    [all...]
V8HTMLDocumentCustom.cpp 99 return toV8(frame->domWindow());
  /external/webkit/WebCore/loader/
FrameLoader.cpp 47 #include "DOMWindow.h"
545 if (m_frame->domWindow()) {
547 m_frame->domWindow()->dispatchEvent(PageTransitionEvent::create(eventNames().pagehideEvent, m_frame->document()->inPageCache()), m_frame->document());
549 m_frame->domWindow()->dispatchEvent(Event::create(eventNames().unloadEvent, false, false), m_frame->domWindow()->document());
868 m_frame->domWindow()->setURL(document->url());
869 m_frame->domWindow()->setSecurityOrigin(document->securityOrigin());
    [all...]
DocLoader.cpp 39 #include "DOMWindow.h"
299 frame()->domWindow()->console()->addMessage(OtherMessageSource, LogMessageType, ErrorMessageLevel, message, 1, String());
  /external/webkit/WebKit/chromium/src/
DebuggerAgentImpl.cpp 48 using WebCore::DOMWindow;
111 ASSERT(V8DOMWindow::toNative(windowWrapper) == frame->domWindow());
127 v8::Integer::New(V8ClassIndex::DOMWINDOW));
WebDevToolsFrontendImpl.cpp 37 #include "DOMWindow.h"
245 SecurityOrigin* origin = page->mainFrame()->domWindow()->securityOrigin();
  /external/webkit/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 29 #include "DOMWindow.h"
270 Geolocation* geolocation = frame->domWindow()->navigator()->optionalGeolocation();
  /external/webkit/WebKit/qt/Api/
qwebelement.cpp 802 DOMWindow* domWindow = m_element->document()->frame()->domWindow();
803 if (RefPtr<CSSRuleList> rules = domWindow->getMatchedCSSRules(m_element, "")) {
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm     [all...]
  /external/webkit/WebCore/editing/
Editor.cpp     [all...]

Completed in 516 milliseconds

12 3