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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
PageRuntimeAgent.h 57 void didClearDocumentOfWindowObject(LocalFrame*);
58 void didCreateIsolatedContext(LocalFrame*, ScriptState*, SecurityOrigin*);
InspectorInstrumentation.idl 71 void didClearDocumentOfWindowObject([Keep] LocalFrame*);
119 void frameWindowDiscarded(LocalFrame*, LocalDOMWindow* domWindow);
179 InspectorInstrumentationCookie willDispatchEventOnWindow(LocalFrame*, const Event&, LocalDOMWindow*);
209 InspectorInstrumentationCookie willEvaluateScript([Keep] LocalFrame*, const String& url, int lineNumber);
215 void didCreateIsolatedContext([Keep] LocalFrame*, ScriptState*, SecurityOrigin*);
224 void didInvalidateLayout([Keep] LocalFrame*);
227 InspectorInstrumentationCookie willLayout([Keep] LocalFrame*);
275 void applyUserAgentOverride(LocalFrame*, String* userAgent);
281 void applyEmulatedMedia(LocalFrame*, String* media);
284 void willSendRequest(LocalFrame*, unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse& redirectRes (…)
    [all...]
InspectorInspectorAgent.h 43 class LocalFrame;
71 void didClearDocumentOfWindowObject(LocalFrame*);
73 void domContentLoadedEventFired(LocalFrame*);
InspectorResourceAgent.h 53 class LocalFrame;
92 void didReceiveResourceResponse(LocalFrame*, unsigned long identifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*);
93 void didReceiveData(LocalFrame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength);
95 void didReceiveCORSRedirectResponse(LocalFrame*, unsigned long identifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*);
97 void didCommitLoad(LocalFrame*, DocumentLoader*);
116 void frameScheduledNavigation(LocalFrame*, double);
117 void frameClearedScheduledNavigation(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/core/page/
AutoscrollController.h 34 class LocalFrame;
67 void handleMouseReleaseForPanScrolling(LocalFrame*, const PlatformMouseEvent&);
CreateWindow.cpp 32 #include "core/frame/LocalFrame.h"
48 static LocalFrame* createWindow(LocalFrame& openerFrame, LocalFrame& lookupFrame, const FrameLoadRequest& request, const WindowFeatures& features, NavigationPolicy policy, ShouldSendReferrer shouldSendReferrer, bool& created)
53 if (LocalFrame* frame = lookupFrame.loader().findFrameForNavigation(request.frameName(), openerFrame.document())) {
85 LocalFrame& frame = *page->deprecatedLocalMainFrame();
118 LocalFrame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures& windowFeatures,
119 LocalDOMWindow& callingWindow, LocalFrame& firstFrame, LocalFrame& openerFrame, LocalDOMWindow::PrepareDialogFunction function, void* functionContext)
121 LocalFrame* activeFrame = callingWindow.frame()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
DOMPlugin.h 40 static PassRefPtrWillBeRawPtr<DOMPlugin> create(PluginData* pluginData, LocalFrame* frame, unsigned index)
61 DOMPlugin(PluginData*, LocalFrame*, unsigned index);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.h 37 class LocalFrame;
57 String externalRepresentation(LocalFrame*, RenderAsTextBehavior = RenderAsTextBehaviorNormal);
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationController.cpp 54 return static_cast<NotificationController*>(WillBeHeapSupplement<LocalFrame>::from(toDocument(context)->frame(), supplementName()));
69 void provideNotification(LocalFrame& frame, PassOwnPtr<NotificationClient> client)
  /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/web/
DragClientImpl.cpp 36 #include "core/frame/LocalFrame.h"
61 void DragClientImpl::startDrag(DragImage* dragImage, const IntPoint& dragImageOrigin, const IntPoint& eventPos, DataTransfer* dataTransfer, LocalFrame* frame, bool isLinkDrag)
64 RefPtrWillBeRawPtr<LocalFrame> frameProtector(frame);
StorageClientImpl.cpp 48 bool StorageClientImpl::canAccessStorage(LocalFrame* frame, StorageType type) const
PageWidgetDelegate.cpp 35 #include "core/frame/LocalFrame.h"
50 static inline FrameView* rootFrameView(Page* page, LocalFrame* rootFrame)
61 void PageWidgetDelegate::animate(Page* page, double monotonicFrameBeginTime, LocalFrame* rootFrame)
70 void PageWidgetDelegate::layout(Page* page, LocalFrame* rootFrame)
84 void PageWidgetDelegate::paint(Page* page, PageOverlayList* overlays, WebCanvas* canvas, const WebRect& rect, CanvasBackground background, LocalFrame* rootFrame)
106 bool PageWidgetDelegate::handleInputEvent(Page* page, PageWidgetEventHandler& handler, const WebInputEvent& event, LocalFrame* rootFrame)
108 LocalFrame* frame = rootFrame;
190 void PageWidgetEventHandler::handleMouseMove(LocalFrame& mainFrame, const WebMouseEvent& event)
195 void PageWidgetEventHandler::handleMouseLeave(LocalFrame& mainFrame, const WebMouseEvent& event)
200 void PageWidgetEventHandler::handleMouseDown(LocalFrame& mainFrame, const WebMouseEvent& event
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Console.cpp 36 #include "core/frame/LocalFrame.h"
49 Console::Console(LocalFrame* frame)
Location.h 43 class LocalFrame;
50 static PassRefPtrWillBeRawPtr<Location> create(LocalFrame* frame)
83 explicit Location(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
ClearButtonElement.cpp 30 #include "core/frame/LocalFrame.h"
57 if (LocalFrame* frame = document().frame())
68 if (LocalFrame* frame = document().frame()) {
90 if (LocalFrame* frame = document().frame()) {
100 if (LocalFrame* frame = document().frame()) {
  /external/chromium_org/third_party/WebKit/Source/core/testing/
PrivateScriptTest.cpp 9 #include "core/frame/LocalFrame.h"
14 PrivateScriptTest::PrivateScriptTest(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
UserMediaController.cpp 47 void provideUserMediaTo(LocalFrame& frame, UserMediaClient* client)
  /external/chromium_org/third_party/WebKit/Source/modules/presentation/
NavigatorPresentation.h 32 explicit NavigatorPresentation(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
NavigatorWebMIDI.h 56 NavigatorWebMIDI(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.h 46 class LocalFrame;
49 class LocalFileSystem FINAL : public NoBaseWillBeGarbageCollectedFinalized<LocalFileSystem>, public WillBeHeapSupplement<LocalFrame>, public WillBeHeapSupplement<WorkerClients> {
67 WillBeHeapSupplement<LocalFrame>::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptController.h 55 class LocalFrame;
76 ScriptController(LocalFrame*);
111 void bindToWindowObject(LocalFrame*, const String& key, NPObject*);
118 static bool canAccessFromCurrentOrigin(LocalFrame*);
158 LocalFrame* m_frame;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentInit.cpp 33 #include "core/frame/LocalFrame.h"
41 static Document* parentDocument(LocalFrame* frame)
52 static Document* ownerDocument(LocalFrame* frame)
65 DocumentInit::DocumentInit(const KURL& url, LocalFrame* frame, WeakPtrWillBeRawPtr<Document> contextDocument, HTMLImportsController* importsController)
96 LocalFrame* frame = frameForSecurityContext();
105 LocalFrame* DocumentInit::frameForSecurityContext() const
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.cpp 31 #include "core/frame/LocalFrame.h"
79 PassRefPtrWillBeRawPtr<PopupMenu> EmptyChromeClient::createPopupMenu(LocalFrame&, PopupMenuClient*) const
84 PassOwnPtr<ColorChooser> EmptyChromeClient::createColorChooser(LocalFrame*, ColorChooserClient*, const Color&)
98 void EmptyChromeClient::runOpenPanel(LocalFrame*, PassRefPtr<FileChooser>)
120 PassRefPtr<DocumentLoader> EmptyFrameLoaderClient::createDocumentLoader(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& substituteData)
125 PassRefPtrWillBeRawPtr<LocalFrame> EmptyFrameLoaderClient::createFrame(const KURL&, const AtomicString&, const Referrer&, HTMLFrameOwnerElement*)
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.cpp 10 #include "core/frame/LocalFrame.h"
24 void ScreenOrientationController::provideTo(LocalFrame& frame, WebScreenOrientationClient* client)
29 WillBeHeapSupplement<LocalFrame>::provideTo(frame, supplementName(), adoptPtrWillBeNoop(controller));
32 ScreenOrientationController* ScreenOrientationController::from(LocalFrame& frame)
34 return static_cast<ScreenOrientationController*>(WillBeHeapSupplement<LocalFrame>::from(frame, supplementName()));
37 ScreenOrientationController::ScreenOrientationController(LocalFrame& frame, WebScreenOrientationClient* client)
131 WillBeHeapVector<RefPtrWillBeMember<LocalFrame> > childFrames;
216 WillBeHeapSupplement<LocalFrame>::trace(visitor);

Completed in 1310 milliseconds

1 2 3 45 6 7 8 91011>>