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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.h 43 class LocalFrame;
60 LocalFrame* frame() const;
  /external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsAgentImpl.h 47 class LocalFrame;
143 WebCore::LocalFrame* mainFrame();
WebRange.cpp 43 #include "core/frame/LocalFrame.h"
111 WebCore::LocalFrame* webFrame = toWebLocalFrameImpl(frame)->frame();
122 LocalFrame* frame = m_private->ownerDocument().frame();
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 51 #include "core/frame/LocalFrame.h"
151 static PassRefPtrWillBeRawPtr<DocumentFragment> documentFragmentFromDragData(DragData* dragData, LocalFrame* frame, RefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText)
216 LocalFrame* mainFrame = m_page->deprecatedLocalMainFrame();
241 RefPtr<LocalFrame> mainFrame = m_page->deprecatedLocalMainFrame();
314 LocalFrame* frame = documentUnderMouse->frame();
380 LocalFrame* innerFrame = element->document().frame();
426 static bool setSelectionToDragCaret(LocalFrame* frame, VisibleSelection& dragCaret, RefPtrWillBeRawPtr<Range>& range, const IntPoint& point)
437 bool DragController::dispatchTextInputEventFor(LocalFrame* innerFrame, DragData* dragData)
462 RefPtr<LocalFrame> innerFrame = element->ownerDocument()->frame();
529 if (LocalFrame* frame = rootEditableElement->document().frame()
    [all...]
DOMSelection.h 44 class LocalFrame;
Page.h 25 #include "core/frame/LocalFrame.h"
80 float deviceScaleFactor(LocalFrame*);
134 // always a LocalFrame. With OOPI, this is not always the case. Code that
138 LocalFrame* deprecatedLocalMainFrame() const { return toLocalFrame(m_mainFrame); }
164 PassRefPtrWillBeRawPtr<ClientRectList> nonFastScrollableRects(const LocalFrame*);
221 void didCommitLoad(LocalFrame*);
PageAnimator.cpp 11 #include "core/frame/LocalFrame.h"
34 RefPtr<LocalFrame> localFrame = toLocalFrame(frame.get());
35 localFrame->view()->serviceScrollAnimations();
37 DocumentAnimations::updateAnimationTimingForAnimationFrame(*localFrame->document(), monotonicAnimationStartTime);
38 SVGDocumentExtensions::serviceOnAnimationFrame(*localFrame->document(), monotonicAnimationStartTime);
PrintContext.cpp 25 #include "core/frame/LocalFrame.h"
44 PrintContext::PrintContext(LocalFrame* frame)
219 LocalFrame* frame = element->document().frame();
280 String PrintContext::pageProperty(LocalFrame* frame, const char* propertyName, int pageNumber)
306 bool PrintContext::isPageBoxVisible(LocalFrame* frame, int pageNumber)
311 String PrintContext::pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft)
320 int PrintContext::numberOfPages(LocalFrame* frame, const FloatSize& pageSizeInPixels)
334 void PrintContext::spoolAllPagesWithBoundaries(LocalFrame* frame, GraphicsContext& graphicsContext, const FloatSize& pageSizeInPixels)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
BindingSecurity.cpp 38 #include "core/frame/LocalFrame.h"
76 if (LocalFrame* frame = targetDocument->frame())
V8LazyEventListener.h 43 class LocalFrame;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLDocumentCustom.cpp 41 #include "core/frame/LocalFrame.h"
59 if (RefPtr<LocalFrame> frame = htmlDocument->frame()) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.h 48 class LocalFrame;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 43 class LocalFrame;
65 static PassOwnPtrWillBeRawPtr<FrameSelection> create(LocalFrame* frame = 0)
222 explicit FrameSelection(LocalFrame*);
266 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/
ResourceLoaderHost.h 41 class LocalFrame;
  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkResource.cpp 57 LocalFrame* LinkResource::loadingFrame() const
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
DOMMimeTypeArray.cpp 23 #include "core/frame/LocalFrame.h"
30 DOMMimeTypeArray::DOMMimeTypeArray(LocalFrame* frame)
DOMPlugin.cpp 27 DOMPlugin::DOMPlugin(PluginData* pluginData, LocalFrame* frame, unsigned index)
DOMPluginArray.cpp 23 #include "core/frame/LocalFrame.h"
30 DOMPluginArray::DOMPluginArray(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
NavigatorStorageQuota.cpp 40 NavigatorStorageQuota::NavigatorStorageQuota(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
InspectorDatabaseAgent.h 43 class LocalFrame;
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
NavigatorWebMIDI.cpp 38 #include "core/frame/LocalFrame.h"
45 NavigatorWebMIDI::NavigatorWebMIDI(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 45 class LocalFrame;
64 static PassRefPtr<FrameView> create(LocalFrame*);
65 static PassRefPtr<FrameView> create(LocalFrame*, const IntSize& initialSize);
76 LocalFrame& frame() const { return *m_frame; }
336 explicit FrameView(LocalFrame*);
396 bool shouldUseCustomScrollbars(Element*& customScrollbarElement, LocalFrame*& customScrollbarFrame);
426 RefPtr<LocalFrame> m_frame;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.cpp 202 void InspectorController::didClearDocumentOfWindowObject(LocalFrame* frame)
308 LocalFrame* frame = document->frame();
333 bool InspectorController::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event)
342 bool InspectorController::handleMouseEvent(LocalFrame* frame, const PlatformMouseEvent& event)
359 bool InspectorController::handleTouchEvent(LocalFrame* frame, const PlatformTouchEvent& event)
368 bool InspectorController::handleKeyboardEvent(LocalFrame* frame, const PlatformKeyboardEvent& event)

Completed in 1018 milliseconds

1 2 3 4 5 6 7 891011>>