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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.h 32 class LocalFrame;
41 explicit PrintContext(LocalFrame*);
44 LocalFrame* frame() const { return m_frame; }
72 static String pageProperty(LocalFrame* frame, const char* propertyName, int pageNumber);
73 static bool isPageBoxVisible(LocalFrame* frame, int pageNumber);
74 static String pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft);
75 static int numberOfPages(LocalFrame*, const FloatSize& pageSizeInPixels);
79 static void spoolAllPagesWithBoundaries(LocalFrame*, GraphicsContext&, const FloatSize& pageSizeInPixels);
84 LocalFrame* m_frame;
StorageClient.h 20 virtual bool canAccessStorage(LocalFrame*, StorageType) const = 0;
Chrome.h 41 class LocalFrame;
73 void contentsSizeChanged(LocalFrame*, const IntSize&) const;
103 bool runBeforeUnloadConfirmPanel(const String& message, LocalFrame*);
107 void runJavaScriptAlert(LocalFrame*, const String&);
108 bool runJavaScriptConfirm(LocalFrame*, const String&);
109 bool runJavaScriptPrompt(LocalFrame*, const String& message, const String& defaultValue, String& result);
110 void setStatusbarText(LocalFrame*, const String&);
118 void print(LocalFrame*);
120 PassOwnPtr<ColorChooser> createColorChooser(LocalFrame*, ColorChooserClient*, const Color& initialColor);
124 void runOpenPanel(LocalFrame*, PassRefPtr<FileChooser>)
    [all...]
DragClient.h 37 class LocalFrame;
43 virtual void startDrag(DragImage*, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, LocalFrame*, bool linkDrag = false) = 0;
PageLifecycleObserver.h 34 class LocalFrame;
48 virtual void didCommitLoad(LocalFrame*) { }
PageSerializer.h 47 class LocalFrame;
69 KURL urlForBlankFrame(LocalFrame*);
72 void serializeFrame(LocalFrame*);
89 HashMap<LocalFrame*, KURL> m_blankFrameURLs;
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIController.h 34 #include "core/frame/LocalFrame.h"
42 class MIDIController FINAL : public NoBaseWillBeGarbageCollectedFinalized<MIDIController>, public WillBeHeapSupplement<LocalFrame> {
52 static MIDIController* from(LocalFrame* frame) { return static_cast<MIDIController*>(WillBeHeapSupplement<LocalFrame>::from(frame, supplementName())); }
54 virtual void trace(Visitor* visitor) OVERRIDE { WillBeHeapSupplement<LocalFrame>::trace(visitor); }
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameDestructionObserver.cpp 29 #include "core/frame/LocalFrame.h"
33 FrameDestructionObserver::FrameDestructionObserver(LocalFrame* frame)
45 void FrameDestructionObserver::observeFrame(LocalFrame* frame)
LocalFrame.h 63 class LocalFrame : public Frame, public WillBePersistentHeapSupplementable<LocalFrame> {
65 static PassRefPtr<LocalFrame> create(FrameLoaderClient*, FrameHost*, FrameOwner*);
75 virtual ~LocalFrame();
102 // LocalFrame in this frame's in-process subtree. When user gesture tokens
104 LocalFrame* localFrameRoot();
106 // ======== All public functions below this point are candidates to move out of LocalFrame into another class. ========
151 LocalFrame(FrameLoaderClient*, FrameHost*, FrameOwner*);
174 inline void LocalFrame::init()
179 inline FrameLoader& LocalFrame::loader() cons
    [all...]
Console.h 42 class LocalFrame;
49 static PassRefPtrWillBeRawPtr<Console> create(LocalFrame* frame)
64 explicit Console(LocalFrame*);
FrameConsole.h 46 static PassOwnPtr<FrameConsole> create(LocalFrame& frame) { return adoptPtr(new FrameConsole(frame)); }
57 explicit FrameConsole(LocalFrame&);
59 LocalFrame& m_frame;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileSystemClient.h 41 class LocalFrame;
55 void provideLocalFileSystemTo(LocalFrame&, PassOwnPtr<FileSystemClient>);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationClient.h 34 class LocalFrame;
55 void provideGeolocationTo(LocalFrame&, GeolocationClient*);
NavigatorGeolocation.h 29 class LocalFrame;
45 NavigatorGeolocation(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptEventListener.h 42 class LocalFrame;
47 PassRefPtr<V8LazyEventListener> createAttributeEventListener(LocalFrame*, const QualifiedName&, const AtomicString& value, const AtomicString& eventParameterName);
50 ScriptState* eventListenerHandlerScriptState(LocalFrame*, EventListener*);
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
DOMMimeType.h 35 class LocalFrame;
39 static PassRefPtrWillBeRawPtr<DOMMimeType> create(PassRefPtr<PluginData> pluginData, LocalFrame* frame, unsigned index)
55 DOMMimeType(PassRefPtr<PluginData>, LocalFrame*, unsigned index);
DOMPluginArray.h 35 class LocalFrame;
40 static PassRefPtrWillBeRawPtr<DOMPluginArray> create(LocalFrame* frame)
56 explicit DOMPluginArray(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserUIController.h 36 class LocalFrame;
45 ColorChooserUIController(WebCore::LocalFrame*, WebCore::ColorChooserClient*);
64 WebCore::LocalFrame* m_frame;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.h 47 class LocalFrame;
87 static Vector<Document*> importsForFrame(LocalFrame*);
91 static PassRefPtr<SharedBuffer> resourceData(LocalFrame*, const KURL&, String* textEncodingName);
92 static Resource* cachedResource(LocalFrame*, const KURL&);
125 void didClearDocumentOfWindowObject(LocalFrame*);
126 void domContentLoadedEventFired(LocalFrame*);
127 void loadEventFired(LocalFrame*);
128 void didCommitLoad(LocalFrame*, DocumentLoader*);
129 void frameAttachedToParent(LocalFrame*);
130 void frameDetachedFromParent(LocalFrame*);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
NavigatorEvents.cpp 34 #include "core/frame/LocalFrame.h"
42 LocalFrame* frame = navigator.frame();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.h 48 class LocalFrame;
74 explicit NavigationScheduler(LocalFrame*);
97 static bool mustLockBackForwardList(LocalFrame* targetFrame);
99 LocalFrame* m_frame;
PingLoader.h 45 class LocalFrame;
53 // any response. The request is made independent of any LocalFrame staying alive,
72 static void loadImage(LocalFrame*, const KURL& url);
73 static void sendLinkAuditPing(LocalFrame*, const KURL& pingURL, const KURL& destinationURL);
74 static void sendViolationReport(LocalFrame*, const KURL& reportURL, PassRefPtr<FormData> report, ViolationReportType);
77 PingLoader(LocalFrame*, ResourceRequest&, const FetchInitiatorInfo&, StoredCredentials);
79 static void start(LocalFrame*, ResourceRequest&, const FetchInitiatorInfo&, StoredCredentials = AllowStoredCredentials);
  /external/chromium_org/third_party/WebKit/Source/core/testing/v8/
WebCoreTestSupport.h 38 class LocalFrame;
  /external/chromium_org/third_party/WebKit/Source/modules/donottrack/
NavigatorDoNotTrack.h 41 class LocalFrame;
57 explicit NavigatorDoNotTrack(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentInit.h 43 class LocalFrame;
50 explicit DocumentInit(const KURL& = KURL(), LocalFrame* = 0, WeakPtrWillBeRawPtr<Document> = nullptr, HTMLImportsController* = 0);
55 LocalFrame* frame() const { return m_frame; }
67 LocalFrame* ownerFrame() const;
78 LocalFrame* frameForSecurityContext() const;
81 LocalFrame* m_frame;

Completed in 694 milliseconds

12 3 4 5 6 7 8 91011>>