/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> { 52 static UserMediaController* from(LocalFrame* frame) { return static_cast<UserMediaController*>(WillBeHeapSupplement<LocalFrame>::from(frame, supplementName())); } 54 virtual void trace(Visitor* visitor) OVERRIDE { WillBeHeapSupplement<LocalFrame>::trace(visitor); }
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DOMWindowWebDatabase.h | 42 class LocalFrame;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
StorageClientImpl.h | 19 virtual bool canAccessStorage(WebCore::LocalFrame*, WebCore::StorageType) const OVERRIDE;
|
ChromeClientImpl.h | 86 virtual void focusedFrameChanged(WebCore::LocalFrame*) OVERRIDE; 88 WebCore::LocalFrame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, WebCore::NavigationPolicy, WebCore::ShouldSendReferrer) OVERRIDE; 103 WebCore::LocalFrame*, WebCore::MessageSource, WebCore::MessageLevel, 108 const WTF::String& message, WebCore::LocalFrame*) OVERRIDE; 110 virtual void runJavaScriptAlert(WebCore::LocalFrame*, const WTF::String&) OVERRIDE; 111 virtual bool runJavaScriptConfirm(WebCore::LocalFrame*, const WTF::String&) OVERRIDE; 113 WebCore::LocalFrame*, const WTF::String& message, 126 virtual void contentsSizeChanged(WebCore::LocalFrame*, const WebCore::IntSize&) const OVERRIDE; 128 virtual void layoutUpdated(WebCore::LocalFrame*) const OVERRIDE; 133 virtual void print(WebCore::LocalFrame*) OVERRIDE [all...] |
ExternalPopupMenu.h | 42 class LocalFrame; 60 ExternalPopupMenu(WebCore::LocalFrame&, WebCore::PopupMenuClient*, WebViewImpl&);
|
/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*); 58 inline MockPagePopup::MockPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView, LocalFrame* mainFrame) 79 LocalFrame* localFrame = toLocalFrame(m_iframe->contentFrame()); 80 if (!localFrame) 82 localFrame->loader().load(FrameLoadRequest(0, blankURL(), SubstituteData(data, "text/html", "UTF-8", KURL(), ForceSynchronousLoad))); 86 PassRefPtr<MockPagePopup> MockPagePopup::create(PagePopupClient* client, const IntRect& originBoundsInRootView, LocalFrame* mainFrame) 112 inline MockPagePopupDriver::MockPagePopupDriver(LocalFrame* mainFrame [all...] |
DummyPageHolder.cpp | 36 #include "core/frame/LocalFrame.h" 56 m_frame = LocalFrame::create(&m_frameLoaderClient, &m_page->frameHost(), 0); 76 LocalFrame& DummyPageHolder::frame() const
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
EmptyClients.h | 54 Viewless element needs to create a dummy Page->LocalFrame->FrameView tree for use in parsing or executing JavaScript. 85 virtual void focusedFrameChanged(LocalFrame*) OVERRIDE { } 86 virtual Page* createWindow(LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSendReferrer) OVERRIDE { return 0; } 107 virtual void addMessageToConsole(LocalFrame*, MessageSource, MessageLevel, const String&, unsigned, const String&, const String&) OVERRIDE { } 110 virtual bool runBeforeUnloadConfirmPanel(const String&, LocalFrame*) OVERRIDE { return true; } 114 virtual void runJavaScriptAlert(LocalFrame*, const String&) OVERRIDE { } 115 virtual bool runJavaScriptConfirm(LocalFrame*, const String&) OVERRIDE { return false; } 116 virtual bool runJavaScriptPrompt(LocalFrame*, const String&, const String&, String&) OVERRIDE { return false; } 119 virtual PassRefPtr<PopupMenu> createPopupMenu(LocalFrame&, PopupMenuClient*) const OVERRIDE; 136 virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const OVERRIDE { [all...] |
TextResourceDecoderBuilder.cpp | 35 #include "core/frame/LocalFrame.h" 41 static inline bool canReferToParentFrameEncoding(const LocalFrame* frame, const LocalFrame* parentFrame) 61 if (LocalFrame* frame = document->frame()) { 71 LocalFrame* frame = document->frame(); 72 LocalFrame* parentFrame = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
SpatialNavigation.h | 33 class LocalFrame; 49 bool isSpatialNavigationEnabled(const LocalFrame*); 137 bool scrollInDirection(LocalFrame*, FocusType); 140 bool canScrollInDirection(const LocalFrame*, FocusType); 146 LayoutRect frameRectInAbsoluteCoordinates(LocalFrame*);
|
AutoscrollController.h | 35 class LocalFrame; 68 void handleMouseReleaseForPanScrolling(LocalFrame*, const PlatformMouseEvent&);
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
MediaValues.cpp | 15 #include "core/frame/LocalFrame.h" 26 PassRefPtr<MediaValues> MediaValues::createDynamicIfFrameExists(LocalFrame* frame) 33 int MediaValues::calculateViewportWidth(LocalFrame* frame) const 40 int MediaValues::calculateViewportHeight(LocalFrame* frame) const 47 int MediaValues::calculateDeviceWidth(LocalFrame* frame) const 56 int MediaValues::calculateDeviceHeight(LocalFrame* frame) const 65 bool MediaValues::calculateStrictMode(LocalFrame* frame) const 71 float MediaValues::calculateDevicePixelRatio(LocalFrame* frame) const 76 int MediaValues::calculateColorBitsPerComponent(LocalFrame* frame) const 85 int MediaValues::calculateMonochromeBitsPerComponent(LocalFrame* frame) cons [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorController.h | 44 class LocalFrame; 88 void didClearDocumentOfWindowObject(LocalFrame*); 103 bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&); 104 bool handleMouseEvent(LocalFrame*, const PlatformMouseEvent&); 105 bool handleTouchEvent(LocalFrame*, const PlatformTouchEvent&); 106 bool handleKeyboardEvent(LocalFrame*, const PlatformKeyboardEvent&);
|
InspectorTraceEvents.h | 21 class LocalFrame; 38 static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(unsigned long identifier, LocalFrame*, const ResourceRequest&); 43 static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(unsigned long identifier, LocalFrame*, const ResourceResponse&); 48 static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(unsigned long identifier, LocalFrame*, int encodedDataLength); 113 static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(LocalFrame*); 123 static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(LocalFrame*, const String& url, int lineNumber);
|
InspectorInstrumentation.idl | 71 void didClearDocumentOfWindowObject([Keep] LocalFrame*); 116 void frameWindowDiscarded(LocalFrame*, LocalDOMWindow* domWindow); 176 InspectorInstrumentationCookie willDispatchEventOnWindow(LocalFrame*, const Event&, LocalDOMWindow*); 194 InspectorInstrumentationCookie willEvaluateScript([Keep] LocalFrame*, const String& url, int lineNumber); 200 void didCreateIsolatedContext([Keep] LocalFrame*, ScriptState*, SecurityOrigin*); 209 void didInvalidateLayout([Keep] LocalFrame*); 212 InspectorInstrumentationCookie willLayout([Keep] LocalFrame*); 257 void applyUserAgentOverride(LocalFrame*, String* userAgent); 263 void applyEmulatedMedia(LocalFrame*, String* media); 266 void willSendRequest(LocalFrame*, unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse& redirectRes (…) [all...] |
InspectorResourceAgent.h | 52 class LocalFrame; 90 void didReceiveResourceResponse(LocalFrame*, unsigned long identifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*); 91 void didReceiveData(LocalFrame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength); 93 void didReceiveCORSRedirectResponse(LocalFrame*, unsigned long identifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*); 95 void didCommitLoad(LocalFrame*, DocumentLoader*); 113 void frameScheduledNavigation(LocalFrame*, double); 114 void frameClearedScheduledNavigation(LocalFrame*); 146 bool fetchResourceContent(LocalFrame*, const KURL&, String* content, bool* base64Encoded);
|
PageRuntimeAgent.h | 54 void didClearDocumentOfWindowObject(LocalFrame*); 55 void didCreateIsolatedContext(LocalFrame*, ScriptState*, SecurityOrigin*);
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScheduledAction.h | 43 class LocalFrame; 57 void execute(LocalFrame*);
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
SmartClip.h | 35 #include "core/frame/LocalFrame.h" 69 explicit SmartClip(PassRefPtr<LocalFrame>); 83 RefPtr<LocalFrame> m_frame;
|
BarProp.cpp | 34 #include "core/frame/LocalFrame.h" 38 BarProp::BarProp(LocalFrame* frame, Type type)
|
DOMWindowProperty.cpp | 32 #include "core/frame/LocalFrame.h" 36 DOMWindowProperty::DOMWindowProperty(LocalFrame* frame) 60 // If the property is getting this callback it must have been created with a LocalFrame/LocalDOMWindow and it should still have them. 74 // If the property is getting this callback it must have been created with a LocalFrame/LocalDOMWindow and it should still have them.
|
/external/chromium_org/third_party/WebKit/Source/core/plugins/ |
DOMPlugin.h | 38 static PassRefPtrWillBeRawPtr<DOMPlugin> create(PluginData* pluginData, LocalFrame* frame, unsigned index) 59 DOMPlugin(PluginData*, LocalFrame*, unsigned index);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTreeAsText.h | 35 class LocalFrame; 55 String externalRepresentation(LocalFrame*, RenderAsTextBehavior = RenderAsTextBehaviorNormal);
|
/external/chromium_org/third_party/WebKit/Source/modules/vibration/ |
NavigatorVibration.h | 31 class LocalFrame; 51 virtual void didCommitLoad(LocalFrame*) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
SpellChecker.h | 37 class LocalFrame; 48 static PassOwnPtr<SpellChecker> create(LocalFrame&); 87 LocalFrame& m_frame; 90 explicit SpellChecker(LocalFrame&);
|