HomeSort by relevance Sort by last modified time
    Searched refs:toDocument (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/loader/
ThreadableLoader.cpp 51 return DocumentThreadableLoader::create(toDocument(context), client, request, options);
63 DocumentThreadableLoader::loadResourceSynchronously(toDocument(context), request, client, options);
TextTrackLoader.cpp 117 Document* document = toDocument(m_scriptExecutionContext);
126 Document* document = toDocument(m_scriptExecutionContext);
154 Document* document = toDocument(m_scriptExecutionContext);
Prerenderer.cpp 129 return toDocument(scriptExecutionContext());
  /external/chromium_org/third_party/WebKit/Source/core/testing/v8/
WebCoreTestSupport.cpp 49 context->Global()->Set(v8::String::New(Internals::internalsId), toV8(Internals::create(toDocument(scriptContext)), v8::Handle<v8::Object>(), context->GetIsolate()));
62 Page* page = toDocument(scriptContext)->frame()->page();
  /external/chromium_org/third_party/WebKit/Source/web/
LocalFileSystemClient.cpp 61 Document* document = toDocument(context);
70 Document* document = toDocument(context);
78 Document* document = toDocument(context);
StorageQuotaChromium.cpp 64 Document* document = toDocument(scriptExecutionContext);
WebWorkerClientImpl.cpp 78 Document* document = toDocument(worker->scriptExecutionContext());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
WindowEventContext.cpp 49 m_window = toDocument(topLevelContainer)->domWindow();
DocumentType.cpp 69 Document* doc = toDocument(parentNode());
NamedFlowCollection.cpp 107 return toDocument(context);
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechGrammar.cpp 46 Document* document = toDocument(scriptExecutionContext);
SpeechGrammarList.cpp 49 Document* document = toDocument(scriptExecutionContext);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
SharedWorker.cpp 57 UseCounter::count(toDocument(context)->domWindow(), UseCounter::SharedWorkerStart);
74 Document* document = toDocument(context);
Worker.cpp 59 UseCounter::count(toDocument(context)->domWindow(), UseCounter::WorkerStart);
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.cpp 93 m_notificationCenter = DOMWindowNotifications::webkitNotifications(toDocument(context)->domWindow());
147 if (!toDocument(scriptExecutionContext())->page())
149 if (NotificationController::from(toDocument(scriptExecutionContext())->page())->client()->checkPermission(scriptExecutionContext()) != NotificationClient::PermissionAllowed) {
235 ASSERT(toDocument(context)->page());
236 return permissionString(NotificationController::from(toDocument(context)->page())->client()->checkPermission(context));
260 ASSERT(toDocument(context)->page());
261 NotificationController::from(toDocument(context)->page())->client()->requestPermission(context, callback);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
OfflineAudioContext.cpp 46 Document* document = toDocument(context);
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccess.cpp 113 Document* document = toDocument(scriptExecutionContext());
134 Document* document = toDocument(scriptExecutionContext());
150 Document* document = toDocument(scriptExecutionContext());
165 Document* document = toDocument(scriptExecutionContext());
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketChannel.cpp 65 Document* document = toDocument(context);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseContext.cpp 198 Document* document = toDocument(scriptExecutionContext());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8EventListener.cpp 84 Frame* frame = toDocument(context)->frame();
V8LazyEventListener.cpp 94 Frame* frame = toDocument(context)->frame();
112 if (context->isDocument() && !toDocument(context)->contentSecurityPolicy()->allowInlineEventHandlers(m_sourceURL, m_position.m_line)) {
121 Frame* frame = toDocument(context)->frame();
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackRegion.h 100 Document* ownerDocument() { return toDocument(m_scriptExecutionContext); }
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.h 142 return instrumentingAgentsForPage(toDocument(context)->page());
  /external/chromium_org/third_party/WebKit/Source/core/page/
History.cpp 123 Document* activeDocument = toDocument(context);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp 115 return static_cast<LocalFileSystem*>(Supplement<Page>::from(toDocument(context)->page(), supplementName()));

Completed in 414 milliseconds

1 2 3