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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.cpp 48 void EditorClientImpl::respondToChangedSelection(LocalFrame* frame, SelectionType selectionType)
61 bool EditorClientImpl::canCopyCut(LocalFrame* frame, bool defaultValue) const
69 bool EditorClientImpl::canPaste(LocalFrame* frame, bool defaultValue) const
ExternalPopupMenu.h 45 class LocalFrame;
56 ExternalPopupMenu(LocalFrame&, PopupMenuClient*, WebViewImpl&);
85 RefPtrWillBeMember<LocalFrame> m_localFrame;
DragClientImpl.h 51 LocalFrame*,
ChromeClientImpl.h 83 virtual void focusedFrameChanged(LocalFrame*) OVERRIDE;
85 LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSendReferrer) OVERRIDE;
100 LocalFrame*, MessageSource, MessageLevel,
105 const WTF::String& message, LocalFrame*) OVERRIDE;
107 virtual void runJavaScriptAlert(LocalFrame*, const WTF::String&) OVERRIDE;
108 virtual bool runJavaScriptConfirm(LocalFrame*, const WTF::String&) OVERRIDE;
110 LocalFrame*, const WTF::String& message,
120 virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const OVERRIDE;
122 virtual void layoutUpdated(LocalFrame*) const OVERRIDE;
127 virtual void print(LocalFrame*) OVERRIDE
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.h 44 class LocalFrame;
68 Node* draggableNode(const LocalFrame*, Node*, const IntPoint&, SelectionDragPolicy, DragSourceAction&) const;
71 bool populateDragDataTransfer(LocalFrame* src, const DragState&, const IntPoint& dragOrigin);
72 bool startDrag(LocalFrame* src, const DragState&, const PlatformMouseEvent& dragEvent, const IntPoint& dragOrigin);
82 bool dispatchTextInputEventFor(LocalFrame*, DragData*);
96 void doSystemDrag(DragImage*, const IntPoint& dragLocation, const IntPoint& dragOrigin, DataTransfer*, LocalFrame*, bool forLink);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.h 35 class LocalFrame;
71 explicit MediaQueryEvaluator(LocalFrame*);
MediaValues.cpp 15 #include "core/frame/LocalFrame.h"
27 PassRefPtr<MediaValues> MediaValues::createDynamicIfFrameExists(LocalFrame* frame)
34 int MediaValues::calculateViewportWidth(LocalFrame* frame) const
41 int MediaValues::calculateViewportHeight(LocalFrame* frame) const
48 int MediaValues::calculateDeviceWidth(LocalFrame* frame) const
57 int MediaValues::calculateDeviceHeight(LocalFrame* frame) const
66 bool MediaValues::calculateStrictMode(LocalFrame* frame) const
72 float MediaValues::calculateDevicePixelRatio(LocalFrame* frame) const
77 int MediaValues::calculateColorBitsPerComponent(LocalFrame* frame) const
86 int MediaValues::calculateMonochromeBitsPerComponent(LocalFrame* frame) cons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameDestructionObserver.cpp 29 #include "core/frame/LocalFrame.h"
33 FrameDestructionObserver::FrameDestructionObserver(LocalFrame* frame)
46 void FrameDestructionObserver::observeFrame(LocalFrame* frame)
SmartClip.h 35 #include "core/frame/LocalFrame.h"
71 explicit SmartClip(PassRefPtrWillBeRawPtr<LocalFrame>);
85 RefPtrWillBeMember<LocalFrame> m_frame;
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
NavigatorStorageQuota.h 41 class LocalFrame;
62 explicit NavigatorStorageQuota(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WindowProxy.h 50 class LocalFrame;
54 // WindowProxy represents all the per-global object state for a LocalFrame that
58 static PassOwnPtr<WindowProxy> create(LocalFrame*, DOMWrapperWorld&, v8::Isolate*);
85 WindowProxy(LocalFrame*, PassRefPtr<DOMWrapperWorld>, v8::Isolate*);
111 LocalFrame* m_frame;
PrivateScriptRunner.h 14 class LocalFrame;
19 static v8::Handle<v8::Value> installClassIfNeeded(LocalFrame*, String className);
ScheduledAction.h 43 class LocalFrame;
57 void execute(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserOptions.cpp 31 #include "core/frame/LocalFrame.h"
39 LocalFrame* frame = document ? document->frame() : 0;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameFetchContext.h 43 class LocalFrame;
51 static PassOwnPtrWillBeRawPtr<FrameFetchContext> create(LocalFrame* frame)
73 explicit FrameFetchContext(LocalFrame*);
76 RawPtrWillBeMember<LocalFrame> m_frame;
EmptyClients.h 55 Viewless element needs to create a dummy Page->LocalFrame->FrameView tree for use in parsing or executing JavaScript.
86 virtual void focusedFrameChanged(LocalFrame*) OVERRIDE { }
87 virtual Page* createWindow(LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSendReferrer) OVERRIDE { return 0; }
108 virtual void addMessageToConsole(LocalFrame*, MessageSource, MessageLevel, const String&, unsigned, const String&, const String&) OVERRIDE { }
111 virtual bool runBeforeUnloadConfirmPanel(const String&, LocalFrame*) OVERRIDE { return true; }
115 virtual void runJavaScriptAlert(LocalFrame*, const String&) OVERRIDE { }
116 virtual bool runJavaScriptConfirm(LocalFrame*, const String&) OVERRIDE { return false; }
117 virtual bool runJavaScriptPrompt(LocalFrame*, const String&, const String&, String&) OVERRIDE { return false; }
120 virtual PassRefPtrWillBeRawPtr<PopupMenu> createPopupMenu(LocalFrame&, PopupMenuClient*) const OVERRIDE;
136 virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const OVERRIDE {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbar.h 35 class LocalFrame;
43 RenderScrollbar(ScrollableArea*, ScrollbarOrientation, Node*, LocalFrame*);
47 static PassRefPtr<Scrollbar> createCustomScrollbar(ScrollableArea*, ScrollbarOrientation, Node*, LocalFrame* owningFrame = 0);
84 LocalFrame* m_owningFrame;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
UserMediaController.h 28 #include "core/frame/LocalFrame.h"
37 class UserMediaController FINAL : public NoBaseWillBeGarbageCollected<UserMediaController>, public WillBeHeapSupplement<LocalFrame> {
54 static UserMediaController* from(LocalFrame* frame) { return static_cast<UserMediaController*>(WillBeHeapSupplement<LocalFrame>::from(frame, supplementName())); }
56 virtual void trace(Visitor* visitor) OVERRIDE { WillBeHeapSupplement<LocalFrame>::trace(visitor); }
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DOMWindowWebDatabase.h 40 class LocalFrame;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
MockPagePopupDriver.cpp 32 #include "core/frame/LocalFrame.h"
44 static PassRefPtr<MockPagePopup> create(PagePopupClient*, const IntRect& originBoundsInRootView, LocalFrame*);
50 MockPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView, LocalFrame*);
59 inline MockPagePopup::MockPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView, LocalFrame* mainFrame)
80 LocalFrame* localFrame = toLocalFrame(m_iframe->contentFrame());
81 if (!localFrame)
83 localFrame->loader().load(FrameLoadRequest(0, blankURL(), SubstituteData(data, "text/html", "UTF-8", KURL(), ForceSynchronousLoad)));
87 PassRefPtr<MockPagePopup> MockPagePopup::create(PagePopupClient* client, const IntRect& originBoundsInRootView, LocalFrame* mainFrame)
113 inline MockPagePopupDriver::MockPagePopupDriver(LocalFrame* mainFrame
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.h 41 class LocalFrame;
81 static PassOwnPtrWillBeRawPtr<SpellCheckRequester> create(LocalFrame& frame)
108 explicit SpellCheckRequester(LocalFrame&);
119 RawPtrWillBeMember<LocalFrame> m_frame;
120 LocalFrame& frame() const
SpellChecker.h 37 class LocalFrame;
48 static PassOwnPtrWillBeRawPtr<SpellChecker> create(LocalFrame&);
93 explicit SpellChecker(LocalFrame&);
95 LocalFrame& frame() const
109 RawPtrWillBeMember<LocalFrame> m_frame;
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestObject.h 23 static bool voidMethodImplementedInPrivateScriptMethod(LocalFrame* frame, TestObject* holderImpl);
24 static bool shortMethodImplementedInPrivateScriptMethod(LocalFrame* frame, TestObject* holderImpl, int* result);
25 static bool shortMethodWithShortArgumentImplementedInPrivateScriptMethod(LocalFrame* frame, TestObject* holderImpl, int value, int* result);
26 static bool stringMethodWithStringArgumentImplementedInPrivateScriptMethod(LocalFrame* frame, TestObject* holderImpl, String value, String* result);
27 static bool nodeMethodWithNodeArgumentImplementedInPrivateScriptMethod(LocalFrame* frame, TestObject* holderImpl, PassRefPtrWillBeRawPtr<Node> value, RefPtrWillBeRawPtr<Node>* result);
28 static bool nodeMethodWithVariousArgumentsImplementedInPrivateScriptMethod(LocalFrame* frame, TestObject* holderImpl, PassRefPtrWillBeRawPtr<Document> document, PassRefPtrWillBeRawPtr<Node> node, int value1, double value2, String string, RefPtrWillBeRawPtr<Node>* result);
29 static bool methodForPrivateScriptOnlyMethod(LocalFrame* frame, TestObject* holderImpl, int value1, int value2, int* result);
30 static bool readonlyShortAttributeAttributeGetter(LocalFrame* frame, TestObject* holderImpl, int* result);
31 static bool shortAttributeAttributeGetter(LocalFrame* frame, TestObject* holderImpl, int* result);
32 static bool shortAttributeAttributeSetter(LocalFrame* frame, TestObject* holderImpl, int cppValue)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.h 45 class LocalFrame;
92 void didClearDocumentOfWindowObject(LocalFrame*);
108 bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
109 bool handleMouseEvent(LocalFrame*, const PlatformMouseEvent&);
110 bool handleTouchEvent(LocalFrame*, const PlatformTouchEvent&);
111 bool handleKeyboardEvent(LocalFrame*, const PlatformKeyboardEvent&);
PageDebuggerAgent.h 58 void didClearDocumentOfWindowObject(LocalFrame*);
59 void didCommitLoad(LocalFrame*, DocumentLoader*);

Completed in 1082 milliseconds

1 2 34 5 6 7 8 91011>>