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

<<1112131415161718

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPreprocessor.cpp 41 #include "core/frame/LocalFrame.h"
47 ScriptPreprocessor::ScriptPreprocessor(const ScriptSourceCode& preprocessorSourceCode, LocalFrame* frame)
ScriptState.cpp 10 #include "core/frame/LocalFrame.h"
91 ScriptState* ScriptState::forMainWorld(LocalFrame* frame)
V8EventListenerList.h 40 class LocalFrame;
ScriptDebugServer.h 111 virtual PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&);
112 virtual String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.cpp 41 #include "core/frame/LocalFrame.h"
79 class FileReader::ThrottlingController FINAL : public NoBaseWillBeGarbageCollectedFinalized<FileReader::ThrottlingController>, public WillBeHeapSupplement<LocalFrame>, public WillBeHeapSupplement<WorkerClients> {
92 ThrottlingController* controller = static_cast<ThrottlingController*>(WillBeHeapSupplement<LocalFrame>::from(document->frame(), supplementName()));
97 WillBeHeapSupplement<LocalFrame>::provideTo(*document->frame(), supplementName(), adoptPtrWillBeNoop(controller));
152 WillBeHeapSupplement<LocalFrame>::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Screen.cpp 35 #include "core/frame/LocalFrame.h"
43 Screen::Screen(LocalFrame* frame)
Location.cpp 37 #include "core/frame/LocalFrame.h"
44 Location::Location(LocalFrame* frame)
252 LocalFrame* frame = m_frame->loader().findFrameForNavigation(nullAtom, callingWindow->document());
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaDocument.cpp 35 #include "core/frame/LocalFrame.h"
116 LocalFrame* frame = document()->frame();
HTMLDocument.cpp 60 #include "core/frame/LocalFrame.h"
174 if (LocalFrame* f = frame())
183 if (LocalFrame* f = frame())
  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.cpp 38 #include "core/frame/LocalFrame.h"
89 LocalFrame* frame = m_element->document().frame();
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragData.cpp 34 #include "core/frame/LocalFrame.h"
133 PassRefPtrWillBeRawPtr<DocumentFragment> DragData::asFragment(LocalFrame* frame, PassRefPtrWillBeRawPtr<Range>, bool, bool&) const
FocusController.cpp 45 #include "core/frame/LocalFrame.h"
245 RefPtrWillBeRawPtr<LocalFrame> oldFrame = (m_focusedFrame && m_focusedFrame->isLocalFrame()) ? toLocalFrame(m_focusedFrame.get()) : 0;
247 RefPtrWillBeRawPtr<LocalFrame> newFrame = (frame && frame->isLocalFrame()) ? toLocalFrame(frame.get()) : 0;
273 RefPtrWillBeRawPtr<LocalFrame> focusedFrame = (m_focusedFrame && m_focusedFrame->isLocalFrame()) ? toLocalFrame(m_focusedFrame.get()) : 0;
287 RefPtrWillBeRawPtr<LocalFrame> newFocusedFrame = (frame && frame->isLocalFrame()) ? toLocalFrame(frame.get()) : 0;
309 // FIXME: This is a temporary hack to ensure that we return a LocalFrame, even when the mainFrame is remote.
398 LocalFrame* frame = toLocalFrame(focusedOrMainFrame());
649 static void clearSelectionIfNeeded(LocalFrame* oldFocusedFrame, LocalFrame* newFocusedFrame, Node* newFocusedNode)
680 RefPtrWillBeRawPtr<LocalFrame> oldFocusedFrame = toLocalFrame(focusedFrame())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAElement.cpp 35 #include "core/frame/LocalFrame.h"
136 LocalFrame* frame = document().frame();
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 36 #include "core/frame/LocalFrame.h"
93 LocalFrame* frame = toLocalFrame(m_page->mainFrame());
126 LocalFrame* frame = toLocalFrame(page->mainFrame());
411 RefPtrWillBeRawPtr<LocalFrame> frame = nullptr;
414 frame = LocalFrame::create(dummyFrameLoaderClient, &page->frameHost(), 0);
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.h 42 class LocalFrame;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.cpp 32 #include "core/frame/LocalFrame.h"
63 const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, LocalFrame* frame)
  /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 47 ColorChooserPopupUIController::ColorChooserPopupUIController(LocalFrame* frame, ChromeClientImpl* chromeClient, ColorChooserClient* client)
WebPopupMenuImpl.h 43 class LocalFrame;
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 blink.
58 // strong references between the on-heap LocalFrame and the off-heap FrameView
59 // is through a RefPtr (from LocalFrame to FrameView), and a Persistent refers
60 // to the LocalFrame in the other direction.
78 // LocalFrame, and also notifies the embedder via WebFrameClient that the frame is
220 static void frameContentAsPlainText(size_t maxChars, LocalFrame* frame, StringBuilder& output)
255 LocalFrame* curLocalChild = toLocalFrame(curChild);
280 WebPluginContainerImpl* WebLocalFrameImpl::pluginContainerFromFrame(LocalFrame* frame
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 39 #include "core/frame/LocalFrame.h"
260 static LocalFrame* frameForExecutionContext(ExecutionContext* context)
262 LocalFrame* frame = 0;
522 void InspectorTimelineAgent::didInvalidateLayout(LocalFrame* frame)
527 bool InspectorTimelineAgent::willLayout(LocalFrame* frame)
598 LocalFrame* frame = renderer->frame();
755 bool InspectorTimelineAgent::willEvaluateScript(LocalFrame* frame, const String& url, int lineNumber)
772 void InspectorTimelineAgent::didReceiveData(LocalFrame* frame, unsigned long identifier, const char*, int, int encodedDataLength)
778 void InspectorTimelineAgent::didReceiveResourceResponse(LocalFrame* frame, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
    [all...]
InspectorFrontendHost.cpp 41 #include "core/frame/LocalFrame.h"
150 if (LocalFrame* frame = m_frontendPage->deprecatedLocalMainFrame())
158 if (LocalFrame* frame = m_frontendPage->deprecatedLocalMainFrame())
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.cpp 32 #include "core/frame/LocalFrame.h"
232 LocalFrame& frame = frameView->frame(); // The frame where the selection started
289 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
116 LocalFrame* frame() const; // Can be null
  /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();

Completed in 1241 milliseconds

<<1112131415161718