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

<<1112131415161718

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbar.cpp 31 #include "core/frame/LocalFrame.h"
39 PassRefPtr<Scrollbar> RenderScrollbar::createCustomScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, LocalFrame* owningFrame)
44 RenderScrollbar::RenderScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, LocalFrame* owningFrame)
RenderLayerScrollableArea.cpp 53 #include "core/frame/LocalFrame.h"
110 if (LocalFrame* frame = box().frame())
114 if (LocalFrame* frame = box().frame()) {
131 if (LocalFrame* frame = box().frame()) {
357 LocalFrame* frame = box().frame();
    [all...]
HitTestResult.cpp 31 #include "core/frame/LocalFrame.h"
191 LocalFrame* HitTestResult::innerNodeFrame() const
205 if (LocalFrame* frame = m_innerNonSharedNode->document().frame())
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
ContentSecurityPolicy.cpp 35 #include "core/frame/LocalFrame.h"
341 template<bool (CSPDirectiveList::*allowed)(LocalFrame*, const KURL&, ContentSecurityPolicy::ReportingStatus) const>
342 bool isAllowedByAllWithFrame(const CSPDirectiveListVector& policies, LocalFrame* frame, const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus)
512 bool ContentSecurityPolicy::allowAncestors(LocalFrame* frame, const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) const
642 void ContentSecurityPolicy::reportViolation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, const Vector<String>& reportEndpoints, const String& header, LocalFrame* contextFrame)
651 LocalFrame* frame = document->frame();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp 34 #include "core/frame/LocalFrame.h"
54 static LayoutRect rectToAbsoluteCoordinates(LocalFrame* initialFrame, const LayoutRect&);
90 bool isSpatialNavigationEnabled(const LocalFrame* frame)
329 bool scrollInDirection(LocalFrame* frame, FocusType type)
466 bool canScrollInDirection(const LocalFrame* frame, FocusType type)
496 static LayoutRect rectToAbsoluteCoordinates(LocalFrame* initialFrame, const LayoutRect& initialRect)
531 LayoutRect frameRectInAbsoluteCoordinates(LocalFrame* frame)
EventHandler.cpp 57 #include "core/frame/LocalFrame.h"
202 EventHandler::EventHandler(LocalFrame* frame)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 35 #include "core/frame/LocalFrame.h"
391 typedef HashMap<const RenderLayer*, Vector<const LocalFrame*> > LayerFrameMap;
392 static void makeLayerChildFrameMap(const LocalFrame* currentFrame, LayerFrameMap* map)
405 map->add(containingLayer, Vector<const LocalFrame*>()).storedValue->value.append(toLocalFrame(child));
466 const LocalFrame* childFrame = mapIter->value[i];
479 static void projectRectsToGraphicsLayerSpace(LocalFrame* mainFrame, const LayerHitTestRects& layerRects, GraphicsLayerHitTestRects& graphicsRects)
691 Region ScrollingCoordinator::computeShouldHandleScrollGestureOnMainThreadRegion(const LocalFrame* frame, const IntPoint& frameLocation) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
InspectorIndexedDBAgent.cpp 42 #include "core/frame/LocalFrame.h"
551 LocalFrame* findFrameWithSecurityOrigin(Page* page, const String& securityOrigin)
604 static Document* assertDocument(ErrorString* errorString, LocalFrame* frame)
631 LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin);
652 LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin);
668 LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin);
773 LocalFrame* frame = findFrameWithSecurityOrigin(m_page, securityOrigin);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 48 #include "core/frame/LocalFrame.h"
277 LocalFrame* frame = m_element->document().frame();
431 LocalFrame* frame = m_element->document().frame();
450 LocalFrame* frame = m_element->document().frame();
472 LocalFrame* frame = m_element->document().frame();
499 LocalFrame* frame = m_element->document().frame();
923 LocalFrame& containingFrame = toFrameView(parent())->frame();
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.cpp 51 #include "core/frame/LocalFrame.h"
779 LocalFrame* toFrameIfNotDetached(v8::Handle<v8::Context> context)
784 // We return 0 here because |context| is detached from the LocalFrame. If we
794 if (LocalFrame* frame = toDocument(context)->frame())
803 v8::Local<v8::Context> toV8Context(LocalFrame* frame, DOMWrapperWorld& world)
810 LocalFrame* attachedFrame = toFrameIfNotDetached(context);
878 v8::Isolate* toIsolate(LocalFrame* frame)
    [all...]
WindowProxy.cpp 46 #include "core/frame/LocalFrame.h"
78 PassOwnPtr<WindowProxy> WindowProxy::create(LocalFrame* frame, DOMWrapperWorld& world, v8::Isolate* isolate)
83 WindowProxy::WindowProxy(LocalFrame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate)
163 // The outer window sticks to a LocalFrame, it is exposed to JavaScript
NPV8Object.cpp 42 #include "core/frame/LocalFrame.h"
276 LocalFrame* frame = v8NpObject->rootObject->frame();
329 LocalFrame* frame = v8NpObject->rootObject->frame();
376 LocalFrame* frame = v8NpObject->rootObject->frame();
614 LocalFrame* frame = object->rootObject->frame();
V8LazyEventListener.cpp 45 #include "core/frame/LocalFrame.h"
91 LocalFrame* frame = toDocument(scriptState()->executionContext())->frame();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 42 #include "core/frame/LocalFrame.h"
362 LocalFrame* frame = document().frame();
427 LocalFrame* frame = document().frame();
446 LocalFrame* frame = document().frame();
485 LocalFrame* frame = document().frame();
558 if (LocalFrame* frame = document().frame()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 36 #include "core/frame/LocalFrame.h"
143 LocalFrame* frame = document().frame();
160 LocalFrame* frame = document().frame();
433 if (LocalFrame* frame = document().frame())
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 37 static bool {{attribute.name}}AttributeGetter(LocalFrame* frame, {{cpp_class}}* holderImpl, {{attribute.cpp_type}}* result);
39 static bool {{attribute.name}}AttributeSetter(LocalFrame* frame, {{cpp_class}}* holderImpl, {{attribute.argument_cpp_type}} cppValue);
  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
DataTransfer.cpp 36 #include "core/frame/LocalFrame.h"
249 PassOwnPtr<DragImage> DataTransfer::createDragImage(IntPoint& loc, LocalFrame* frame) const
352 void DataTransfer::writeRange(Range* selectedRange, LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodController.cpp 37 #include "core/frame/LocalFrame.h"
59 PassOwnPtrWillBeRawPtr<InputMethodController> InputMethodController::create(LocalFrame& frame)
64 InputMethodController::InputMethodController(LocalFrame& frame)
CompositeEditCommand.h 47 virtual bool belongsTo(const LocalFrame&) const OVERRIDE;
SpellCheckRequester.cpp 33 #include "core/frame/LocalFrame.h"
129 SpellCheckRequester::SpellCheckRequester(LocalFrame& frame)
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp 59 #include "core/frame/LocalFrame.h"
280 LocalFrame* ResourceFetcher::frame() const
291 if (LocalFrame* frame = this->frame())
310 if (LocalFrame* f = frame()) {
575 LocalFrame* effectiveFrame = frame();
671 if (LocalFrame* f = frame())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDebuggerAgent.h 104 String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
105 PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&);
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 65 class LocalFrame;
331 LocalFrame* frame() const;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.cpp 34 #include "core/frame/LocalFrame.h"
203 void ViewportDescription::reportMobilePageStats(const LocalFrame* mainFrame) const
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SmartClip.cpp 74 SmartClip::SmartClip(PassRefPtrWillBeRawPtr<LocalFrame> frame)

Completed in 1111 milliseconds

<<1112131415161718