HomeSort by relevance Sort by last modified time
    Searched refs:LocalFrame (Results 276 - 300 of 420) sorted by null

<<11121314151617

  /external/chromium_org/third_party/WebKit/Source/modules/vibration/
NavigatorVibration.cpp 23 #include "core/frame/LocalFrame.h"
132 void NavigatorVibration::didCommitLoad(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserPopupUIController.cpp 49 ColorChooserPopupUIController::ColorChooserPopupUIController(WebCore::LocalFrame* frame, ChromeClientImpl* chromeClient, ColorChooserClient* client)
WebLocalFrameImpl.cpp 41 // Page O------- LocalFrame (m_mainFrame) O-------O FrameView
46 // FrameLoader and LocalFrame are formerly one object that was split apart because
52 // corresponding LocalFrame in WebCore.
65 // LocalFrame, and also notifies the embedder via WebFrameClient that the frame is
207 static void frameContentAsPlainText(size_t maxChars, LocalFrame* frame, StringBuilder& output)
246 LocalFrame* curLocalChild = toLocalFrame(curChild);
271 WebPluginContainerImpl* WebLocalFrameImpl::pluginContainerFromFrame(LocalFrame* frame)
281 WebPluginContainerImpl* WebLocalFrameImpl::pluginContainerFromNode(WebCore::LocalFrame* frame, const WebNode& node)
294 ChromePrintContext(LocalFrame* frame)
408 ChromePluginPrintContext(LocalFrame* frame, WebPluginContainerImpl* plugin, const WebPrintParams& printParams
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 39 #include "core/frame/LocalFrame.h"
221 static LocalFrame* frameForExecutionContext(ExecutionContext* context)
223 LocalFrame* frame = 0;
476 void InspectorTimelineAgent::didInvalidateLayout(LocalFrame* frame)
481 bool InspectorTimelineAgent::willLayout(LocalFrame* frame)
552 LocalFrame* frame = renderer->frame();
709 bool InspectorTimelineAgent::willEvaluateScript(LocalFrame* frame, const String& url, int lineNumber)
726 void InspectorTimelineAgent::didReceiveData(LocalFrame* frame, unsigned long identifier, const char*, int, int encodedDataLength)
732 void InspectorTimelineAgent::didReceiveResourceResponse(LocalFrame* frame, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
813 void InspectorTimelineAgent::domContentLoadedEventFired(LocalFrame* frame
    [all...]
InspectorResourceAgent.cpp 44 #include "core/frame/LocalFrame.h"
354 void InspectorResourceAgent::didReceiveResourceResponse(LocalFrame* frame, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
401 void InspectorResourceAgent::didReceiveData(LocalFrame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength)
428 void InspectorResourceAgent::didReceiveCORSRedirectResponse(LocalFrame* frame, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
735 LocalFrame* frame = m_pageAgent->assertFrame(errorString, frameId);
    [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/bindings/tests/results/
V8TestInterfaceDocument.cpp 18 #include "core/frame/LocalFrame.h"
100 if (LocalFrame* frame = impl->frame())
117 if (LocalFrame* frame = impl->frame()) {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.cpp 31 #include "core/frame/LocalFrame.h"
207 LocalFrame& frame = frameView->frame(); // The frame where the selection started
265 void DragCaretController::paintDragCaret(LocalFrame* frame, GraphicsContext* p, const LayoutPoint& paintOffset, const LayoutRect& clipRect) const
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.h 56 class LocalFrame;
69 // are initialized without a LocalFrame), so a Document can keep a ResourceFetcher
117 LocalFrame* frame() const; // Can be null
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Location.cpp 37 #include "core/frame/LocalFrame.h"
44 Location::Location(LocalFrame* frame)
248 LocalFrame* frame = m_frame->loader().findFrameForNavigation(nullAtom, callingWindow->document());
LocalDOMWindow.cpp 67 #include "core/frame/LocalFrame.h"
247 LocalFrame* frame = window->frame();
264 FloatRect LocalDOMWindow::adjustWindowRect(LocalFrame& frame, const FloatRect& pendingChanges)
306 bool LocalDOMWindow::allowPopUp(LocalFrame& firstFrame)
320 bool LocalDOMWindow::canShowModalDialogNow(const LocalFrame* frame)
330 LocalDOMWindow::LocalDOMWindow(LocalFrame& frame)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.cpp 60 #include "core/frame/LocalFrame.h"
175 if (LocalFrame* f = frame())
184 if (LocalFrame* f = frame())
HTMLFrameOwnerElement.cpp 30 #include "core/frame/LocalFrame.h"
222 RefPtr<LocalFrame> parentFrame = document().frame();
238 RefPtr<LocalFrame> childFrame = parentFrame->loader().client()->createFrame(url, frameName, Referrer(referrer, document().referrerPolicy()), this);
266 // FIXME: In this case the LocalFrame will have finished loading before
HTMLTextFormControlElement.cpp 39 #include "core/frame/LocalFrame.h"
312 if (LocalFrame* frame = document().frame())
352 LocalFrame* frame = document().frame();
371 LocalFrame* frame = document().frame();
410 LocalFrame* frame = document().frame();
483 if (LocalFrame* frame = document().frame()) {
HTMLBodyElement.cpp 35 #include "core/frame/LocalFrame.h"
202 LocalFrame* frame = document->frame();
260 LocalFrame* frame = document.frame();
306 LocalFrame* frame = document.frame();
HTMLAppletElement.cpp 32 #include "core/frame/LocalFrame.h"
122 LocalFrame* frame = document().frame();
HTMLEmbedElement.cpp 161 LocalFrame* frame = document().frame();
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.cpp 37 #include "core/frame/LocalFrame.h"
85 LocalFrame& frame = *m_documentLoader->frame();
122 LocalFrame* frame = m_documentLoader->frame();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 48 #include "core/frame/LocalFrame.h"
73 DocumentLoader::DocumentLoader(LocalFrame* frame, const ResourceRequest& req, const SubstituteData& substituteData)
178 RefPtr<LocalFrame> protectFrame(m_frame);
532 RefPtr<LocalFrame> protectFrame(m_frame);
564 RefPtr<LocalFrame> protectFrame(m_frame);
720 // willSendRequest() may lead to our LocalFrame being detached or cancelling the load via nulling the ResourceRequest.
777 PassRefPtrWillBeRawPtr<DocumentWriter> DocumentLoader::createWriterFor(LocalFrame* frame, const Document* ownerDocument, const KURL& url, const AtomicString& mimeType, const AtomicString& encoding, bool userChosen, bool dispatch)
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp 39 #include "core/frame/LocalFrame.h"
319 if (LocalFrame* frame = document().frame()) {
330 if (LocalFrame* frame = document().frame())
398 if (LocalFrame* frame = document().frame())
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp 51 #include "core/frame/LocalFrame.h"
187 void PageSerializer::serializeFrame(LocalFrame* frame)
381 KURL PageSerializer::urlForBlankFrame(LocalFrame* frame)
383 HashMap<LocalFrame*, KURL>::iterator iter = m_blankFrameURLs.find(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/frame/csp/
ContentSecurityPolicy.h 123 bool allowAncestors(LocalFrame*, ReportingStatus = SendReport) const;

Completed in 1152 milliseconds

<<11121314151617