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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.h 61 class LocalFrame;
92 static PassRefPtrWillBeRawPtr<LocalDOMWindow> create(LocalFrame& frame)
114 static FloatRect adjustWindowRect(LocalFrame&, const FloatRect& pendingChanges);
117 static bool allowPopUp(LocalFrame& firstFrame);
118 static bool canShowModalDialogNow(const LocalFrame*);
331 explicit LocalDOMWindow(LocalFrame&);
FrameView.h 46 class LocalFrame;
66 static PassRefPtr<FrameView> create(LocalFrame*);
67 static PassRefPtr<FrameView> create(LocalFrame*, const IntSize& initialSize);
76 LocalFrame& frame() const
357 explicit FrameView(LocalFrame*);
415 static bool computeCompositedSelectionBounds(LocalFrame&, CompositedSelectionBound& start, CompositedSelectionBound& end);
420 bool shouldUseCustomScrollbars(Element*& customScrollbarElement, LocalFrame*& customScrollbarFrame);
450 // That cycle is broken when a LocalFrame is detached by
453 RefPtrWillBePersistent<LocalFrame> m_frame;
PinchViewport.h 57 class LocalFrame;
146 LocalFrame* mainFrame() const;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScheduledAction.cpp 41 #include "core/frame/LocalFrame.h"
74 LocalFrame* frame = toDocument(context)->frame();
90 void ScheduledAction::execute(LocalFrame* frame)
ScriptState.h 18 class LocalFrame;
67 static ScriptState* forMainWorld(LocalFrame*);
BindingSecurity.cpp 37 #include "core/frame/LocalFrame.h"
76 if (LocalFrame* frame = targetDocument->frame())
V8LazyEventListener.h 43 class LocalFrame;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInspectorAgent.cpp 38 #include "core/frame/LocalFrame.h"
78 void InspectorInspectorAgent::didClearDocumentOfWindowObject(LocalFrame* frame)
137 void InspectorInspectorAgent::domContentLoadedEventFired(LocalFrame* frame)
InspectorInstrumentation.h 42 #include "core/frame/LocalFrame.h"
108 InstrumentingAgents* instrumentingAgentsFor(LocalFrame*);
151 inline InstrumentingAgents* instrumentingAgentsFor(LocalFrame* frame)
InspectorPageAgent.cpp 52 #include "core/frame/LocalFrame.h"
243 static void resourceContent(ErrorString* errorString, LocalFrame* frame, const KURL& url, String* result, bool* base64Encoded)
322 Resource* InspectorPageAgent::cachedResource(LocalFrame* frame, const KURL& url)
585 LocalFrame* frame = m_page->deprecatedLocalMainFrame();
648 Vector<Document*> InspectorPageAgent::importsForFrame(LocalFrame* frame)
663 static Vector<Resource*> cachedResourcesForFrame(LocalFrame* frame, bool skipXHRs)
676 static Vector<KURL> allResourcesURLsForFrame(LocalFrame* frame)
729 LocalFrame* frame = assertFrame(&errorString, frameId);
775 LocalFrame* frame = frameForId(frameId);
797 LocalFrame* frame = assertFrame(errorString, frameId)
    [all...]
PageDebuggerAgent.cpp 38 #include "core/frame/LocalFrame.h"
137 void PageDebuggerAgent::didClearDocumentOfWindowObject(LocalFrame* frame)
150 void PageDebuggerAgent::didCommitLoad(LocalFrame* frame, DocumentLoader* loader)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.h 40 class LocalFrame;
86 LocalFrame* innerNodeFrame() const;
  /external/chromium_org/third_party/WebKit/Source/core/storage/
Storage.cpp 36 PassRefPtrWillBeRawPtr<Storage> Storage::create(LocalFrame* frame, PassOwnPtrWillBeRawPtr<StorageArea> storageArea)
41 Storage::Storage(LocalFrame* frame, PassOwnPtrWillBeRawPtr<StorageArea> storageArea)
  /external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsAgentImpl.h 48 class LocalFrame;
137 LocalFrame* mainFrame();
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 52 #include "core/frame/LocalFrame.h"
152 static PassRefPtrWillBeRawPtr<DocumentFragment> documentFragmentFromDragData(DragData* dragData, LocalFrame* frame, RefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText)
217 LocalFrame* mainFrame = m_page->deprecatedLocalMainFrame();
242 RefPtrWillBeRawPtr<LocalFrame> mainFrame = m_page->deprecatedLocalMainFrame();
315 LocalFrame* frame = documentUnderMouse->frame();
381 LocalFrame* innerFrame = element->document().frame();
427 static bool setSelectionToDragCaret(LocalFrame* frame, VisibleSelection& dragCaret, RefPtrWillBeRawPtr<Range>& range, const IntPoint& point)
438 bool DragController::dispatchTextInputEventFor(LocalFrame* innerFrame, DragData* dragData)
463 RefPtrWillBeRawPtr<LocalFrame> innerFrame = element->ownerDocument()->frame();
530 if (LocalFrame* frame = rootEditableElement->document().frame()
    [all...]
Page.h 25 #include "core/frame/LocalFrame.h"
72 float deviceScaleFactor(LocalFrame*);
126 // always a LocalFrame. With OOPI, this is not always the case. Code that
130 LocalFrame* deprecatedLocalMainFrame() const { return toLocalFrame(m_mainFrame); }
156 PassRefPtrWillBeRawPtr<ClientRectList> nonFastScrollableRects(const LocalFrame*);
215 void didCommitLoad(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8HTMLDocumentCustom.cpp 41 #include "core/frame/LocalFrame.h"
59 if (RefPtrWillBeRawPtr<LocalFrame> frame = htmlDocument->frame()) {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 43 class LocalFrame;
61 static PassOwnPtrWillBeRawPtr<FrameSelection> create(LocalFrame* frame = 0)
219 explicit FrameSelection(LocalFrame*);
265 RawPtrWillBeMember<LocalFrame> m_frame;
RemoveFormatCommand.cpp 38 #include "core/frame/LocalFrame.h"
83 LocalFrame* frame = document().frame();
TextInsertionBaseCommand.cpp 34 #include "core/frame/LocalFrame.h"
43 void TextInsertionBaseCommand::applyTextInsertionCommand(LocalFrame* frame, PassRefPtrWillBeRawPtr<TextInsertionBaseCommand> command, const VisibleSelection& selectionForInsertion, const VisibleSelection& endingSelection)
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
FetchContext.h 45 class LocalFrame;
ResourceLoaderHost.h 41 class LocalFrame;
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPDirectiveList.h 52 bool allowAncestors(LocalFrame*, const KURL&, ContentSecurityPolicy::ReportingStatus) const;
83 void reportViolationWithFrame(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, LocalFrame*) const;
93 bool checkAncestors(SourceListDirective*, LocalFrame*) const;
102 bool checkAncestorsAndReportViolation(SourceListDirective*, LocalFrame*, const KURL&) const;
  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkResource.cpp 57 LocalFrame* LinkResource::loadingFrame() const
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLScriptRunner.h 42 class LocalFrame;

Completed in 1484 milliseconds

1 2 3 4 5 6 7 891011>>