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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceNavigation.cpp 34 #include "core/frame/LocalFrame.h"
40 PerformanceNavigation::PerformanceNavigation(LocalFrame* frame)
Performance.h 63 static PassRefPtrWillBeRawPtr<Performance> create(LocalFrame* frame)
97 explicit Performance(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIController.cpp 69 void provideMIDITo(LocalFrame& frame, PassOwnPtr<MIDIClient> client)
  /external/chromium_org/third_party/WebKit/Source/web/
DragClientImpl.h 58 WebCore::LocalFrame* frame,
DragClientImpl.cpp 36 #include "core/frame/LocalFrame.h"
67 LocalFrame* frame,
71 RefPtr<LocalFrame> frameProtector = frame;
WebDataSourceImpl.h 50 static PassRefPtr<WebDataSourceImpl> create(WebCore::LocalFrame*, const WebCore::ResourceRequest&, const WebCore::SubstituteData&);
79 WebDataSourceImpl(WebCore::LocalFrame*, const WebCore::ResourceRequest&, const WebCore::SubstituteData&);
WebPageSerializer.cpp 37 #include "core/frame/LocalFrame.h"
81 Vector<LocalFrame*>* visitedFrames,
82 Vector<LocalFrame*>* framesToVisit,
110 void retrieveResourcesForFrame(LocalFrame* frame,
112 Vector<LocalFrame*>* visitedFrames,
113 Vector<LocalFrame*>* framesToVisit,
217 Vector<LocalFrame*> framesToVisit;
218 Vector<LocalFrame*> visitedFrames;
225 LocalFrame* frame = framesToVisit[0];
WebLocalFrameImpl.h 34 #include "core/frame/LocalFrame.h"
240 PassRefPtr<WebCore::LocalFrame> createChildFrame(
247 static WebLocalFrameImpl* fromFrame(WebCore::LocalFrame*);
248 static WebLocalFrameImpl* fromFrame(WebCore::LocalFrame&);
253 static WebPluginContainerImpl* pluginContainerFromFrame(WebCore::LocalFrame*);
258 static WebPluginContainerImpl* pluginContainerFromNode(WebCore::LocalFrame*, const WebNode&);
293 WebCore::LocalFrame* frame() const { return m_frame.get(); }
302 static void selectWordAroundPosition(WebCore::LocalFrame*, WebCore::VisiblePosition);
314 PassRefPtr<WebCore::LocalFrame> initializeAsChildFrame(WebCore::FrameHost*, WebCore::FrameOwner*, const AtomicString& name, const AtomicString& fallbackName);
325 void setWebCoreFrame(PassRefPtr<WebCore::LocalFrame>);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.cpp 37 #include "core/frame/LocalFrame.h"
70 virtual void fire(LocalFrame*) = 0;
72 virtual bool shouldStartTimer(LocalFrame*) { return true; }
107 virtual void fire(LocalFrame* frame) OVERRIDE
134 virtual bool shouldStartTimer(LocalFrame* frame) OVERRIDE { return frame->loader().allAncestorsAreComplete(); }
136 virtual void fire(LocalFrame* frame) OVERRIDE
161 virtual void fire(LocalFrame* frame) OVERRIDE
179 virtual void fire(LocalFrame* frame) OVERRIDE
209 virtual void fire(LocalFrame* frame) OVERRIDE
227 NavigationScheduler::NavigationScheduler(LocalFrame* frame
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValuesCached.h 52 static PassRefPtr<MediaValues> create(LocalFrame*);
77 MediaValuesCached(LocalFrame*);
MediaValuesDynamic.cpp 12 #include "core/frame/LocalFrame.h"
16 PassRefPtr<MediaValues> MediaValuesDynamic::create(LocalFrame* frame)
21 MediaValuesDynamic::MediaValuesDynamic(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.h 37 class LocalFrame;
66 static PassRefPtrWillBeRawPtr<Document> createDocument(const String& mimeType, LocalFrame*, const KURL&, bool inViewSourceMode);
Touch.cpp 31 #include "core/frame/LocalFrame.h"
36 static FloatPoint contentsOffset(LocalFrame* frame)
47 Touch::Touch(LocalFrame* frame, EventTarget* target, unsigned identifier, const FloatPoint& screenPos, const FloatPoint& pagePos, const FloatSize& radius, float rotationAngle, float force)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.h 36 class LocalFrame;
81 void paintDragCaret(LocalFrame*, GraphicsContext*, const LayoutPoint&, const LayoutRect& clipRect) const;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLScriptRunner.h 42 class LocalFrame;
76 LocalFrame* frame() const;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorApplicationCacheAgent.h 36 class LocalFrame;
58 void updateApplicationCacheStatus(LocalFrame*);
InspectorDOMStorageAgent.h 39 class LocalFrame;
76 PassOwnPtrWillBeRawPtr<StorageArea> findStorageArea(ErrorString*, const RefPtr<JSONObject>&, LocalFrame*&);
InspectorTraceEvents.cpp 12 #include "core/frame/LocalFrame.h"
59 LocalFrame& frame = frameView->frame();
100 PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorSendRequestEvent::data(unsigned long identifier, LocalFrame* frame, const ResourceRequest& request)
112 PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorReceiveResponseEvent::data(unsigned long identifier, LocalFrame* frame, const ResourceResponse& response)
124 PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorReceiveDataEvent::data(unsigned long identifier, LocalFrame* frame, int encodedDataLength)
147 static LocalFrame* frameForExecutionContext(ExecutionContext* context)
149 LocalFrame* frame = 0;
159 if (LocalFrame* frame = frameForExecutionContext(context))
222 if (LocalFrame* frame = frameForExecutionContext(context))
231 if (LocalFrame* frame = frameForExecutionContext(context)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragData.h 40 class LocalFrame;
70 PassRefPtrWillBeRawPtr<DocumentFragment> asFragment(LocalFrame*, PassRefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText) const;
Chrome.cpp 27 #include "core/frame/LocalFrame.h"
92 void Chrome::contentsSizeChanged(LocalFrame* frame, const IntSize& size) const
203 bool Chrome::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame)
220 void Chrome::runJavaScriptAlert(LocalFrame* frame, const String& message)
237 bool Chrome::runJavaScriptConfirm(LocalFrame* frame, const String& message)
255 bool Chrome::runJavaScriptPrompt(LocalFrame* frame, const String& prompt, const String& defaultValue, String& result)
274 void Chrome::setStatusbarText(LocalFrame* frame, const String& status)
324 void Chrome::print(LocalFrame* frame)
338 PassOwnPtr<ColorChooser> Chrome::createColorChooser(LocalFrame* frame, ColorChooserClient* client, const Color& initialColor)
356 void Chrome::runOpenPanel(LocalFrame* frame, PassRefPtr<FileChooser> fileChooser
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageArea.cpp 34 #include "core/frame/LocalFrame.h"
60 unsigned StorageArea::length(ExceptionState& exceptionState, LocalFrame* frame)
69 String StorageArea::key(unsigned index, ExceptionState& exceptionState, LocalFrame* frame)
78 String StorageArea::getItem(const String& key, ExceptionState& exceptionState, LocalFrame* frame)
87 void StorageArea::setItem(const String& key, const String& value, ExceptionState& exceptionState, LocalFrame* frame)
99 void StorageArea::removeItem(const String& key, ExceptionState& exceptionState, LocalFrame* frame)
108 void StorageArea::clear(ExceptionState& exceptionState, LocalFrame* frame)
117 bool StorageArea::contains(const String& key, ExceptionState& exceptionState, LocalFrame* frame)
126 bool StorageArea::canAccessStorage(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.h 38 class LocalFrame;
53 PassRefPtrWillBeRawPtr<Document> createDocumentFromSource(const String& source, const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
MHTMLTest.cpp 34 #include "core/frame/LocalFrame.h"
54 using WebCore::LocalFrame;
105 LocalFrame* frame = toLocalFrame(page()->mainFrame());
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationController.cpp 39 GeolocationController::GeolocationController(LocalFrame& frame, GeolocationClient* client)
106 PassOwnPtrWillBeRawPtr<GeolocationController> GeolocationController::create(LocalFrame& frame, GeolocationClient* client)
220 WillBeHeapSupplement<LocalFrame>::trace(visitor);
223 void provideGeolocationTo(LocalFrame& frame, GeolocationClient* client)
225 WillBeHeapSupplement<LocalFrame>::provideTo(frame, GeolocationController::supplementName(), GeolocationController::create(frame, client));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
PageScriptDebugServer.cpp 44 #include "core/frame/LocalFrame.h"
58 static LocalFrame* retrieveFrameWithGlobalObjectCheck(v8::Handle<v8::Context> context)
175 RefPtr<LocalFrame> protect = toDocument(executionContext)->frame();
192 LocalFrame* frame = toDocument(executionContext)->frame();
200 RefPtr<LocalFrame> protect = frame;
211 LocalFrame* frame = retrieveFrameWithGlobalObjectCheck(context);
220 LocalFrame* frame = retrieveFrameWithGlobalObjectCheck(context);
241 LocalFrame* frame = retrieveFrameWithGlobalObjectCheck(eventContext);
271 bool PageScriptDebugServer::canPreprocess(LocalFrame* frame)
295 PassOwnPtr<ScriptSourceCode> PageScriptDebugServer::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode
    [all...]

Completed in 1006 milliseconds

1 2 3 4 56 7 8 91011>>