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

<<1112131415161718

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPDirectiveList.cpp 9 #include "core/frame/LocalFrame.h"
53 void CSPDirectiveList::reportViolationWithFrame(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, LocalFrame* frame) const
101 bool CSPDirectiveList::checkAncestors(SourceListDirective* directive, LocalFrame* frame) const
225 bool CSPDirectiveList::checkAncestorsAndReportViolation(SourceListDirective* directive, LocalFrame* frame, const KURL& url) const
369 bool CSPDirectiveList::allowAncestors(LocalFrame* frame, const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) const
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormElement.cpp 42 #include "core/frame/LocalFrame.h"
323 LocalFrame* frame = document().frame();
368 LocalFrame* frame = document().frame();
434 LocalFrame* targetFrame = document().frame()->loader().findFrameForNavigation(submission->target(), submission->state()->sourceDocument());
461 LocalFrame* frame = document().frame();
HTMLFrameOwnerElement.cpp 30 #include "core/frame/LocalFrame.h"
241 RefPtrWillBeRawPtr<LocalFrame> parentFrame = document().frame();
HTMLLabelElement.cpp 33 #include "core/frame/LocalFrame.h"
161 if (LocalFrame* frame = document().frame()) {
HTMLAnchorElement.cpp 33 #include "core/frame/LocalFrame.h"
332 LocalFrame* frame = document().frame();
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.cpp 36 #include "core/frame/LocalFrame.h"
214 if (LocalFrame* frame = document().frame())
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceContentLoader.cpp 17 #include "core/frame/LocalFrame.h"
90 LocalFrame* localFrame = toLocalFrame(frame);
91 documents.append(localFrame->document());
92 documents.appendVector(InspectorPageAgent::importsForFrame(localFrame));
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameFetchContext.cpp 36 #include "core/frame/LocalFrame.h"
49 FrameFetchContext::FrameFetchContext(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/core/page/
AutoscrollController.cpp 33 #include "core/frame/LocalFrame.h"
175 void AutoscrollController::handleMouseReleaseForPanScrolling(LocalFrame* frame, const PlatformMouseEvent& mouseEvent)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.h 90 RefPtrWillBeMember<LocalFrame> m_mainFrame;
243 int m_frameWidth; // LocalFrame width in density-independent pixels (DIPs).
  /external/chromium_org/third_party/WebKit/Source/core/timing/
Performance.cpp 36 #include "core/frame/LocalFrame.h"
48 Performance::Performance(LocalFrame* frame)
PerformanceTiming.cpp 36 #include "core/frame/LocalFrame.h"
51 PerformanceTiming::PerformanceTiming(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheetLibxslt.cpp 29 #include "core/frame/LocalFrame.h"
150 if (LocalFrame* frame = ownerDocument()->frame())
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
NavigatorGamepad.cpp 31 #include "core/frame/LocalFrame.h"
174 NavigatorGamepad::NavigatorGamepad(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/web/
ExternalPopupMenu.cpp 35 #include "core/frame/LocalFrame.h"
50 ExternalPopupMenu::ExternalPopupMenu(LocalFrame& frame, PopupMenuClient* popupMenuClient, WebViewImpl& webView)
TextFinder.cpp 205 LocalFrame* frame = m_ownerFrame.frame();
655 LocalFrame* frame = m_ownerFrame.frame();
WebDevToolsAgentImpl.cpp 42 #include "core/frame/LocalFrame.h"
301 if (LocalFrame* frame = webframe->frame())
541 LocalFrame* WebDevToolsAgentImpl::mainFrame()
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 116 class LocalFrame;
439 LocalFrame* frame() const { return m_frame; } // can be null
550 LocalFrame* findUnsafeParentScrollPropagationBoundary();
    [all...]
DOMImplementation.cpp 42 #include "core/frame/LocalFrame.h"
342 PassRefPtrWillBeRawPtr<Document> DOMImplementation::createDocument(const String& type, LocalFrame* frame, const KURL& url, bool inViewSourceMode)
Document.cpp 121 #include "core/frame/LocalFrame.h"
360 static void printNavigationErrorMessage(const LocalFrame& frame, const KURL& activeURL, const char* reason)
    [all...]
ScriptLoader.cpp 44 #include "core/frame/LocalFrame.h"
310 LocalFrame* frame = contextDocument->frame();
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 335 bool {{v8_class}}::PrivateScript::{{attribute.name}}AttributeGetter(LocalFrame* frame, {{cpp_class}}* holderImpl, {{attribute.cpp_type}}* result)
365 bool {{v8_class}}::PrivateScript::{{attribute.name}}AttributeSetter(LocalFrame* frame, {{cpp_class}}* holderImpl, {{attribute.argument_cpp_type}} cppValue)
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 42 #include "core/frame/LocalFrame.h"
100 FrameView::FrameView(LocalFrame* frame)
136 PassRefPtr<FrameView> FrameView::create(LocalFrame* frame)
143 PassRefPtr<FrameView> FrameView::create(LocalFrame* frame, const IntSize& initialSize)
371 bool FrameView::shouldUseCustomScrollbars(Element*& customScrollbarElement, LocalFrame*& customScrollbarFrame)
398 // If we have an owning ipage/LocalFrame element, then it can set the custom scrollbar also.
411 LocalFrame* customScrollbarFrame = 0;
777 // We should never layout a Document which is not in a LocalFrame.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.h 58 class LocalFrame;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.h 45 class LocalFrame;

Completed in 1360 milliseconds

<<1112131415161718