/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXObject.h | 45 class LocalFrame;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMImplementation.cpp | 41 #include "core/frame/LocalFrame.h" 335 PassRefPtrWillBeRawPtr<Document> DOMImplementation::createDocument(const String& type, LocalFrame* frame, const KURL& url, bool inViewSourceMode)
|
Document.cpp | 116 #include "core/frame/LocalFrame.h" 349 static void printNavigationErrorMessage(const LocalFrame& frame, const KURL& activeURL, const char* reason) 865 LocalFrame* Document::executingFrame() [all...] |
ScriptLoader.cpp | 44 #include "core/frame/LocalFrame.h" 304 LocalFrame* frame = contextDocument->frame();
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
ImageLoader.cpp | 36 #include "core/frame/LocalFrame.h" 70 LocalFrame* frame = loader->m_element->document().frame();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGRoot.cpp | 28 #include "core/frame/LocalFrame.h" 105 LocalFrame* frame = node()->document().frame();
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XSLTProcessorLibxslt.cpp | 34 #include "core/frame/LocalFrame.h" 110 LocalFrame* frame = globalProcessor->xslStylesheet()->ownerDocument()->frame();
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
TouchActionTest.cpp | 40 #include "core/frame/LocalFrame.h" 256 WebCore::LocalFrame* frame = root->document().frame();
|
ScrollingCoordinatorChromiumTest.cpp | 91 LocalFrame* frame() const { return m_helper.webViewImpl()->mainFrameImpl()->frame(); }
|
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/ |
CSPDirectiveList.cpp | 8 #include "core/frame/LocalFrame.h" 90 bool CSPDirectiveList::checkAncestors(SourceListDirective* directive, LocalFrame* frame) const 214 bool CSPDirectiveList::checkAncestorsAndReportViolation(SourceListDirective* directive, LocalFrame* frame) const 358 bool CSPDirectiveList::allowAncestors(LocalFrame* frame, ContentSecurityPolicy::ReportingStatus reportingStatus) const
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
FrameSelection.cpp | 49 #include "core/frame/LocalFrame.h" 87 static inline bool shouldAlwaysUseDirectionalSelection(LocalFrame* frame) 92 FrameSelection::FrameSelection(LocalFrame* frame) 239 RefPtr<LocalFrame> guard = document.frame(); [all...] |
Editor.cpp | 68 #include "core/frame/LocalFrame.h" 746 PassOwnPtrWillBeRawPtr<Editor> Editor::create(LocalFrame& frame) 751 Editor::Editor(LocalFrame& frame) 806 if (LocalFrame* editedFrame = document->frame()) { [all...] |
CompositeEditCommand.cpp | 65 #include "core/frame/LocalFrame.h" 92 bool EditCommandComposition::belongsTo(const LocalFrame& frame) const 101 RefPtr<LocalFrame> frame = m_document->frame(); 121 RefPtr<LocalFrame> frame = m_document->frame(); 199 LocalFrame* frame = document().frame(); [all...] |
SpellChecker.cpp | 40 #include "core/frame/LocalFrame.h" 63 PassOwnPtr<SpellChecker> SpellChecker::create(LocalFrame& frame) 86 SpellChecker::SpellChecker(LocalFrame& frame) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
UseCounter.cpp | 37 #include "core/frame/LocalFrame.h" 642 LocalFrame* frame = document.frame(); [all...] |
FrameView.cpp | 41 #include "core/frame/LocalFrame.h" 107 FrameView::FrameView(LocalFrame* frame) 145 PassRefPtr<FrameView> FrameView::create(LocalFrame* frame) 152 PassRefPtr<FrameView> FrameView::create(LocalFrame* frame, const IntSize& initialSize) 408 bool FrameView::shouldUseCustomScrollbars(Element*& customScrollbarElement, LocalFrame*& customScrollbarFrame) 435 // If we have an owning ipage/LocalFrame element, then it can set the custom scrollbar also. 448 LocalFrame* customScrollbarFrame = 0; 837 // We should never layout a Document which is not in a LocalFrame. [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTextAreaElement.cpp | 43 #include "core/frame/LocalFrame.h" 264 if (LocalFrame* frame = document().frame())
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
DOMSelection.cpp | 45 #include "core/frame/LocalFrame.h" 50 static Node* selectionShadowAncestor(LocalFrame* frame)
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTextControlSingleLine.cpp | 30 #include "core/frame/LocalFrame.h" 263 if (LocalFrame* frame = document().frame())
|
RenderTreeAsText.cpp | 34 #include "core/frame/LocalFrame.h" 680 LocalFrame* frame = doc->frame(); 707 String externalRepresentation(LocalFrame* frame, RenderAsTextBehavior behavior)
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptDebugServer.cpp | 633 PassOwnPtr<ScriptSourceCode> ScriptDebugServer::preprocess(LocalFrame*, const ScriptSourceCode&) 638 String ScriptDebugServer::preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName)
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
RenderLayerCompositor.cpp | 34 #include "core/frame/LocalFrame.h" 602 // + LocalFrame clip 604 // + LocalFrame scroll [all...] |
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
Internals.cpp | 74 #include "core/frame/LocalFrame.h" 215 LocalFrame* Internals::frame() const 285 LocalFrame* contextFrame = frame(); 461 LocalFrame* contextFrame = frame(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
MediaQueryEvaluator.cpp | 48 #include "core/frame/LocalFrame.h" 85 MediaQueryEvaluator::MediaQueryEvaluator(const String& acceptedMediaType, LocalFrame* frame)
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
FontBuilder.cpp | 30 #include "core/frame/LocalFrame.h" 533 if (LocalFrame* frame = m_document->frame())
|