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

12 3 4

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DOMWindowIndexedDatabase.cpp 30 #include "core/page/DOMWindow.h"
37 DOMWindowIndexedDatabase::DOMWindowIndexedDatabase(DOMWindow* window)
52 DOMWindowIndexedDatabase* DOMWindowIndexedDatabase::from(DOMWindow* window)
54 DOMWindowIndexedDatabase* supplement = static_cast<DOMWindowIndexedDatabase*>(Supplement<DOMWindow>::from(window, supplementName()));
74 IDBFactory* DOMWindowIndexedDatabase::indexedDB(DOMWindow* window)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessageEvent.h 35 #include "core/page/DOMWindow.h"
40 class DOMWindow;
47 RefPtr<DOMWindow> source;
57 static PassRefPtr<MessageEvent> create(PassOwnPtr<MessagePortArray> ports, const String& origin = "", const String& lastEventId = "", PassRefPtr<DOMWindow> source = 0)
61 static PassRefPtr<MessageEvent> create(PassOwnPtr<MessagePortArray> ports, PassRefPtr<SerializedScriptValue> data, const String& origin = "", const String& lastEventId = "", PassRefPtr<DOMWindow> source = 0)
83 void initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray>);
84 void initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray>);
88 DOMWindow* source() const { return m_source.get(); }
115 MessageEvent(const String& origin, const String& lastEventId, PassRefPtr<DOMWindow> source, PassOwnPtr<MessagePortArray>);
116 MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtr<DOMWindow> source, PassOwnPtr<MessagePortArray>)
    [all...]
MessageEvent.cpp 32 #include "core/page/DOMWindow.h"
57 MessageEvent::MessageEvent(const String& origin, const String& lastEventId, PassRefPtr<DOMWindow> source, PassOwnPtr<MessagePortArray> ports)
68 MessageEvent::MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtr<DOMWindow> source, PassOwnPtr<MessagePortArray> ports)
116 void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray> ports)
130 void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray> ports)
EventTarget.cpp 41 #include "core/page/DOMWindow.h"
66 DOMWindow* EventTarget::toDOMWindow()
71 inline DOMWindow* EventTarget::executingWindow()
213 if (DOMWindow* executingWindow = this->executingWindow()) {
239 if (DOMWindow* executingWindow = this->executingWindow()) {
UIEvent.h 29 #include "core/page/DOMWindow.h"
33 typedef DOMWindow AbstractView;
ScriptExecutionContext.h 47 class DOMWindow;
67 virtual DOMWindow* executingWindow() { return 0; }
EventTarget.h 43 class DOMWindow;
108 virtual DOMWindow* toDOMWindow();
139 DOMWindow* executingWindow();
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageConsole.h 40 class DOMWindow;
Frame.h 45 class DOMWindow;
92 void setDOMWindow(PassRefPtr<DOMWindow>);
93 DOMWindow* domWindow() const;
183 RefPtr<DOMWindow> m_domWindow;
227 inline DOMWindow* Frame::domWindow() const
UseCounter.h 39 class DOMWindow;
173 static void count(DOMWindow*, Feature);
182 static void countDeprecation(DOMWindow*, Feature);
CreateWindow.cpp 115 FloatRect newWindowRect = DOMWindow::adjustWindowRect(page, windowRect);
125 DOMWindow* activeWindow, Frame* firstFrame, Frame* openerFrame, DOMWindow::PrepareDialogFunction function, void* functionContext)
153 if (newFrame->domWindow()->isInsecureScriptAccess(activeWindow, completedURL))
157 function(newFrame->domWindow(), functionContext);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameOwnerElement.h 29 class DOMWindow;
40 DOMWindow* contentWindow() const;
HTMLFrameSetElement.h 48 DOMWindow* anonymousNamedGetter(const AtomicString&);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ConsoleMessage.h 42 class DOMWindow;
69 void windowCleared(DOMWindow*);
InjectedScriptManager.h 40 class DOMWindow;
61 void discardInjectedScriptsFor(DOMWindow*);
InspectorConsoleAgent.h 44 class DOMWindow;
87 void frameWindowDiscarded(DOMWindow*);
InspectorTimelineAgent.h 49 class DOMWindow;
136 bool willDispatchEvent(Document* document, const Event& event, DOMWindow* window, Node* node, const EventPath& eventPath);
137 bool willDispatchEventOnWindow(const Event& event, DOMWindow* window);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WindowCustom.cpp 58 #include "core/page/DOMWindow.h"
84 DOMWindow* imp = V8Window::toNative(args.Holder());
200 DOMWindow* imp = V8Window::toNative(info.Holder());
202 DOMWindow* active = activeDOMWindow();
206 DOMWindow* first = firstDOMWindow();
216 DOMWindow* imp = V8Window::toNative(info.Holder());
250 DOMWindow* window = V8Window::toNative(args.Holder());
251 DOMWindow* source = activeDOMWindow();
311 void dialogCreated(DOMWindow*);
319 inline void DialogHandler::dialogCreated(DOMWindow* dialogFrame
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
BindingSecurity.cpp 38 #include "core/page/DOMWindow.h"
50 DOMWindow* active = activeDOMWindow();
59 frame->domWindow()->printErrorMessage(targetDocument->domWindow()->crossDomainAccessErrorMessage(active));
ScriptState.h 41 class DOMWindow;
68 DOMWindow* domWindow() const;
Dictionary.h 44 class DOMWindow;
77 bool get(const String&, RefPtr<DOMWindow>&) const;
V8WindowShell.h 49 class DOMWindow;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DOMWindowWebDatabase.cpp 35 #include "core/page/DOMWindow.h"
44 PassRefPtr<Database> DOMWindowWebDatabase::openDatabase(DOMWindow* window, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/web/
WebDOMMessageEvent.cpp 42 #include "core/page/DOMWindow.h"
53 DOMWindow* window = 0;
55 window = static_cast<const WebFrameImpl*>(sourceFrame)->frame()->domWindow();
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMWindowFileSystem.cpp 31 #include "core/page/DOMWindow.h"
52 void DOMWindowFileSystem::webkitRequestFileSystem(DOMWindow* window, int type, long long size, PassRefPtr<FileSystemCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback)
75 void DOMWindowFileSystem::webkitResolveLocalFileSystemURL(DOMWindow* window, const String& url, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback)

Completed in 3168 milliseconds

12 3 4