HomeSort by relevance Sort by last modified time
    Searched refs:LocalFrame (Results 301 - 325 of 444) sorted by null

<<1112131415161718

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerMessagingProxy.cpp 39 #include "core/frame/LocalFrame.h"
188 LocalFrame* frame = document->frame();
290 LocalFrame* frame = document->frame();
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp 39 #include "core/frame/LocalFrame.h"
208 return static_cast<LocalFileSystem*>(WillBeHeapSupplement<LocalFrame>::from(toDocument(context).frame(), supplementName()));
214 void provideLocalFileSystemTo(LocalFrame& frame, PassOwnPtr<FileSystemClient> client)
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.cpp 8 #include "core/frame/LocalFrame.h"
53 static PassOwnPtr<WebMediaPlayer> createWebMediaPlayer(WebMediaPlayerClient* client, const WebURL& url, LocalFrame* frame, WebContentDecryptionModule* initialCdm)
204 LocalFrame* frame = mediaElement().document().frame();
FrameLoaderClientImpl.cpp 310 // Clear our reference to LocalFrame at the very end, in case the client
408 void FrameLoaderClientImpl::dispatchDidCommitLoad(LocalFrame* frame, HistoryItem* item, HistoryCommitType commitType)
588 PassRefPtr<DocumentLoader> FrameLoaderClientImpl::createDocumentLoader(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
620 PassRefPtrWillBeRawPtr<LocalFrame> FrameLoaderClientImpl::createFrame(
741 SecurityOrigin* target, MessageEvent* event, LocalFrame* sourceFrame) const
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 41 #include "core/frame/LocalFrame.h"
76 DocumentLoader::DocumentLoader(LocalFrame* frame, const ResourceRequest& req, const SubstituteData& substituteData)
182 RefPtrWillBeRawPtr<LocalFrame> protectFrame(m_frame);
549 RefPtrWillBeRawPtr<LocalFrame> protectFrame(m_frame);
581 RefPtrWillBeRawPtr<LocalFrame> protectFrame(m_frame);
737 // willSendRequest() may lead to our LocalFrame being detached or cancelling the load via nulling the ResourceRequest.
796 LocalFrame* frame = init.frame();
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp 67 #include "core/frame/LocalFrame.h"
256 LocalFrame* frame = window->frame();
273 FloatRect LocalDOMWindow::adjustWindowRect(LocalFrame& frame, const FloatRect& pendingChanges)
315 bool LocalDOMWindow::allowPopUp(LocalFrame& firstFrame)
329 bool LocalDOMWindow::canShowModalDialogNow(const LocalFrame* frame)
339 LocalDOMWindow::LocalDOMWindow(LocalFrame& frame)
869 LocalFrame* source = timer->source()->document() ? timer->source()->document()->frame() : 0;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.cpp 44 #include "core/frame/LocalFrame.h"
375 void InspectorResourceAgent::didReceiveResourceResponse(LocalFrame* frame, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
419 void InspectorResourceAgent::didReceiveData(LocalFrame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength)
446 void InspectorResourceAgent::didReceiveCORSRedirectResponse(LocalFrame* frame, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
    [all...]
InspectorDOMAgent.cpp 56 #include "core/frame/LocalFrame.h"
151 static Node* hoveredNodeForPoint(LocalFrame* frame, const IntPoint& point, bool ignorePointerEventsNone)
165 static Node* hoveredNodeForEvent(LocalFrame* frame, const PlatformGestureEvent& event, bool ignorePointerEventsNone)
170 static Node* hoveredNodeForEvent(LocalFrame* frame, const PlatformMouseEvent& event, bool ignorePointerEventsNone)
175 static Node* hoveredNodeForEvent(LocalFrame* frame, const PlatformTouchEvent& event, bool ignorePointerEventsNone)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBodyElement.cpp 35 #include "core/frame/LocalFrame.h"
204 LocalFrame* frame = document->frame();
263 LocalFrame* frame = document.frame();
310 LocalFrame* frame = document.frame();
HTMLAppletElement.cpp 33 #include "core/frame/LocalFrame.h"
124 LocalFrame* frame = document().frame();
HTMLEmbedElement.cpp 158 LocalFrame* frame = document().frame();
PluginDocument.cpp 32 #include "core/frame/LocalFrame.h"
85 LocalFrame* frame = document()->frame();
ImageDocument.cpp 35 #include "core/frame/LocalFrame.h"
103 LocalFrame* frame = document->frame();
126 LocalFrame* frame = document()->frame();
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp 52 #include "core/frame/LocalFrame.h"
186 void PageSerializer::serializeFrame(LocalFrame* frame)
380 KURL PageSerializer::urlForBlankFrame(LocalFrame* frame)
382 HashMap<LocalFrame*, KURL>::iterator iter = m_blankFrameURLs.find(frame);
PrintContextTest.cpp 23 MockPrintContext(LocalFrame* frame) : PrintContext(frame) { }
TouchDisambiguation.cpp 40 #include "core/frame/LocalFrame.h"
89 void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector<IntRect>& goodTargets, WillBeHeapVector<RawPtrWillBeMember<Node> >& highlightNodes)
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8InjectedScriptManager.cpp 129 LocalFrame* frame = V8Window::toImpl(holder)->frame();
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.h 40 class LocalFrame;
AXRenderObject.h 41 class LocalFrame;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleElement.cpp 32 #include "core/frame/LocalFrame.h"
154 LocalFrame* frame = document.frame();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodControllerTest.cpp 10 #include "core/frame/LocalFrame.h"
24 LocalFrame& frame() const { return m_dummyPageHolder->frame(); }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 29 #include "core/frame/LocalFrame.h"
67 LocalFrame* frame = document.frame();
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.h 48 class LocalFrame;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerModelObject.cpp 28 #include "core/frame/LocalFrame.h"
77 if (LocalFrame* frame = this->frame()) {
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrack.cpp 133 LocalFrame* frame = toDocument(context)->frame();

Completed in 862 milliseconds

<<1112131415161718