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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameDestructionObserver.h 31 class LocalFrame;
35 explicit FrameDestructionObserver(LocalFrame*);
40 LocalFrame* frame() const { return m_frame; }
44 void observeFrame(LocalFrame*);
46 LocalFrame* m_frame;
DOMWindowProperty.h 32 class LocalFrame;
36 explicit DOMWindowProperty(LocalFrame*);
41 LocalFrame* frame() const { return m_frame; }
46 LocalFrame* m_frame;
BarProp.h 40 class LocalFrame;
46 static PassRefPtrWillBeRawPtr<BarProp> create(LocalFrame* frame, Type type)
56 BarProp(LocalFrame*, Type);
Screen.h 42 class LocalFrame;
47 static PassRefPtrWillBeRawPtr<Screen> create(LocalFrame* frame)
64 explicit Screen(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/core/page/
EditorClient.h 36 class LocalFrame;
44 virtual void respondToChangedSelection(LocalFrame*, SelectionType) = 0;
46 virtual bool canCopyCut(LocalFrame*, bool defaultValue) const = 0;
47 virtual bool canPaste(LocalFrame*, bool defaultValue) const = 0;
CreateWindow.h 36 class LocalFrame;
40 LocalFrame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&,
41 LocalDOMWindow& callingWindow, LocalFrame& firstFrame, LocalFrame& openerFrame, LocalDOMWindow::PrepareDialogFunction = 0, void* functionContext = 0);
43 void createWindowForRequest(const FrameLoadRequest&, LocalFrame& openerFrame, NavigationPolicy, ShouldSendReferrer);
ScopedPageLoadDeferrer.h 28 class LocalFrame;
38 Vector<RefPtr<LocalFrame>, 16> m_deferredFrames;
TouchDisambiguation.h 39 class LocalFrame;
43 void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector<IntRect>& goodTargets, WillBeHeapVector<RawPtrWillBeMember<Node> >& highlightNodes);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValues.h 16 class LocalFrame;
35 static PassRefPtr<MediaValues> createDynamicIfFrameExists(LocalFrame*);
69 int calculateViewportWidth(LocalFrame*) const;
70 int calculateViewportHeight(LocalFrame*) const;
71 int calculateDeviceWidth(LocalFrame*) const;
72 int calculateDeviceHeight(LocalFrame*) const;
73 bool calculateStrictMode(LocalFrame*) const;
74 float calculateDevicePixelRatio(LocalFrame*) const;
75 int calculateColorBitsPerComponent(LocalFrame*) const;
76 int calculateMonochromeBitsPerComponent(LocalFrame*) const
    [all...]
StyleMedia.h 37 class LocalFrame;
41 static PassRefPtrWillBeRawPtr<StyleMedia> create(LocalFrame* frame) { return adoptRefWillBeNoop(new StyleMedia(frame));}
49 explicit StyleMedia(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
BeaconLoader.h 21 class LocalFrame;
23 // Issue asynchronous beacon transmission loads independent of LocalFrame
31 static bool sendBeacon(LocalFrame*, int, const KURL&, const String&, int&);
32 static bool sendBeacon(LocalFrame*, int, const KURL&, PassRefPtr<WTF::ArrayBufferView>&, int&);
33 static bool sendBeacon(LocalFrame*, int, const KURL&, PassRefPtrWillBeRawPtr<Blob>&, int&);
34 static bool sendBeacon(LocalFrame*, int, const KURL&, PassRefPtrWillBeRawPtr<DOMFormData>&, int&);
37 static void prepareRequest(LocalFrame*, ResourceRequest&);
38 static void issueRequest(LocalFrame*, ResourceRequest&);
ProgressTracker.h 38 class LocalFrame;
50 static PassOwnPtr<ProgressTracker> create(LocalFrame*);
65 ProgressTracker(LocalFrame*);
69 LocalFrame* m_frame;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
UndoStep.h 40 class LocalFrame;
47 virtual bool belongsTo(const LocalFrame&) const = 0;
UndoStack.h 40 class LocalFrame;
50 void didUnloadFrame(const LocalFrame&);
63 void filterOutUndoSteps(UndoStepStack&, const LocalFrame&);
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
UserMediaClient.h 40 class LocalFrame;
53 void provideUserMediaTo(LocalFrame&, UserMediaClient*);
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIClient.h 38 class LocalFrame;
49 void provideMIDITo(LocalFrame&, PassOwnPtr<MIDIClient>);
  /external/chromium_org/third_party/WebKit/Source/core/testing/
MockPagePopupDriver.h 36 class LocalFrame;
44 static PassOwnPtr<MockPagePopupDriver> create(LocalFrame* mainFrame);
49 MockPagePopupDriver(LocalFrame* mainFrame);
56 LocalFrame* m_mainFrame;
DummyPageHolder.h 46 class LocalFrame;
50 // Creates a dummy Page, LocalFrame, and FrameView whose clients are all no-op.
56 // Since DummyPageHolder stores empty clients in it, it must outlive the Page, LocalFrame, FrameView and any other objects
57 // created by it. DummyPageHolder's destructor ensures this condition by checking remaining references to the LocalFrame.
67 LocalFrame& frame() const;
75 RefPtr<LocalFrame> m_frame;
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.h 38 class LocalFrame;
52 virtual void respondToChangedSelection(WebCore::LocalFrame*, WebCore::SelectionType) OVERRIDE;
53 virtual bool canCopyCut(WebCore::LocalFrame*, bool defaultValue) const OVERRIDE;
54 virtual bool canPaste(WebCore::LocalFrame*, bool defaultValue) const OVERRIDE;
PageWidgetDelegate.h 40 class LocalFrame;
56 virtual void handleMouseMove(WebCore::LocalFrame& mainFrame, const WebMouseEvent&);
57 virtual void handleMouseLeave(WebCore::LocalFrame& mainFrame, const WebMouseEvent&);
58 virtual void handleMouseDown(WebCore::LocalFrame& mainFrame, const WebMouseEvent&);
59 virtual void handleMouseUp(WebCore::LocalFrame& mainFrame, const WebMouseEvent&);
60 virtual bool handleMouseWheel(WebCore::LocalFrame& mainFrame, const WebMouseWheelEvent&);
64 virtual bool handleTouchEvent(WebCore::LocalFrame& mainFrame, const WebTouchEvent&);
  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceNavigation.h 42 class LocalFrame;
46 static PassRefPtrWillBeRawPtr<PerformanceNavigation> create(LocalFrame* frame)
64 explicit PerformanceNavigation(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.h 22 class ScreenOrientationController FINAL : public NoBaseWillBeGarbageCollectedFinalized<ScreenOrientationController>, public WillBeHeapSupplement<LocalFrame>, public PageLifecycleObserver {
32 static void provideTo(LocalFrame&, blink::WebScreenOrientationClient*);
33 static ScreenOrientationController& from(LocalFrame&);
40 explicit ScreenOrientationController(LocalFrame&, blink::WebScreenOrientationClient*);
48 LocalFrame& m_frame;
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageArea.h 42 class LocalFrame;
59 unsigned length(ExceptionState&, LocalFrame* sourceFrame);
60 String key(unsigned index, ExceptionState&, LocalFrame* sourceFrame);
61 String getItem(const String& key, ExceptionState&, LocalFrame* sourceFrame);
62 void setItem(const String& key, const String& value, ExceptionState&, LocalFrame* sourceFrame);
63 void removeItem(const String& key, ExceptionState&, LocalFrame* sourceFrame);
64 void clear(ExceptionState&, LocalFrame* sourceFrame);
65 bool contains(const String& key, ExceptionState&, LocalFrame* sourceFrame);
67 bool canAccessStorage(LocalFrame*);
84 LocalFrame* m_canAccessStorageCachedFrame
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationController.h 29 #include "core/frame/LocalFrame.h"
37 class NotificationController FINAL : public NoBaseWillBeGarbageCollectedFinalized<NotificationController>, public WillBeHeapSupplement<LocalFrame> {
45 static NotificationController* from(LocalFrame* frame) { return static_cast<NotificationController*>(WillBeHeapSupplement<LocalFrame>::from(frame, supplementName())); }
46 static NotificationClient& clientFrom(LocalFrame*);
48 virtual void trace(Visitor* visitor) OVERRIDE { WillBeHeapSupplement<LocalFrame>::trace(visitor); }
58 void provideNotification(LocalFrame&, PassOwnPtr<NotificationClient>);
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
DOMMimeTypeArray.h 35 class LocalFrame;
40 static PassRefPtrWillBeRawPtr<DOMMimeTypeArray> create(LocalFrame* frame)
54 explicit DOMMimeTypeArray(LocalFrame*);

Completed in 314 milliseconds

1 2 3 4 5 6 7 8 91011>>