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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h 66 class LocalFrame;
98 virtual void focusedFrameChanged(LocalFrame*) = 0;
100 // The LocalFrame pointer provides the ChromeClient with context about which
101 // LocalFrame wants to create the new Page. Also, the newly created window
106 virtual Page* createWindow(LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSendReferrer) = 0;
127 virtual void addMessageToConsole(LocalFrame*, MessageSource, MessageLevel, const String& message, unsigned lineNumber, const String& sourceID, const String& stackTrace) = 0;
130 virtual bool runBeforeUnloadConfirmPanel(const String& message, LocalFrame*) = 0;
134 virtual void runJavaScriptAlert(LocalFrame*, const String&) = 0;
135 virtual bool runJavaScriptConfirm(LocalFrame*, const String&) = 0;
136 virtual bool runJavaScriptPrompt(LocalFrame*, const String& message, const String& defaultValue, String& result) = 0
    [all...]
PageLifecycleNotifier.h 37 class LocalFrame;
44 void notifyDidCommitLoad(LocalFrame*);
68 inline void PageLifecycleNotifier::notifyDidCommitLoad(LocalFrame* frame)
DragController.h 45 class LocalFrame;
72 Node* draggableNode(const LocalFrame*, Node*, const IntPoint&, SelectionDragPolicy, DragSourceAction&) const;
75 bool populateDragClipboard(LocalFrame* src, const DragState&, const IntPoint& dragOrigin);
76 bool startDrag(LocalFrame* src, const DragState&, const PlatformMouseEvent& dragEvent, const IntPoint& dragOrigin);
86 bool dispatchTextInputEventFor(LocalFrame*, DragData*);
100 void doSystemDrag(DragImage*, const IntPoint& dragLocation, const IntPoint& dragOrigin, Clipboard*, LocalFrame*, bool forLink);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentationCustomInl.h 40 PassOwnPtr<ScriptSourceCode> preprocessImpl(InstrumentingAgents*, LocalFrame*, const ScriptSourceCode&);
41 String preprocessEventListenerImpl(InstrumentingAgents*, LocalFrame*, const String& source, const String& url, const String& functionName);
47 inline bool isDebuggerPaused(LocalFrame* frame)
63 inline String preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName)
71 inline PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode)
PageDebuggerAgent.h 56 void didClearDocumentOfWindowObject(LocalFrame*);
57 String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
58 PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&);
59 void didCommitLoad(LocalFrame*, DocumentLoader*);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationController.h 29 #include "core/frame/LocalFrame.h"
43 class GeolocationController FINAL : public NoBaseWillBeGarbageCollectedFinalized<GeolocationController>, public WillBeHeapSupplement<LocalFrame>, public PageLifecycleObserver {
49 static PassOwnPtrWillBeRawPtr<GeolocationController> create(LocalFrame&, GeolocationClient*);
70 static GeolocationController* from(LocalFrame* frame) { return static_cast<GeolocationController*>(WillBeHeapSupplement<LocalFrame>::from(frame, supplementName())); }
78 GeolocationController(LocalFrame&, GeolocationClient*);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditorCommand.cpp 52 #include "core/frame/LocalFrame.h"
73 bool (*execute)(LocalFrame&, Event*, EditorCommandSource, const String&);
74 bool (*isSupportedFromDOM)(LocalFrame*);
75 bool (*isEnabled)(LocalFrame&, Event*, EditorCommandSource);
76 TriState (*state)(LocalFrame&, Event*);
77 String (*value)(LocalFrame&, Event*);
93 static LocalFrame* targetFrame(LocalFrame& frame, Event* event)
103 static bool applyCommandToFrame(LocalFrame& frame, EditorCommandSource source, EditAction action, StylePropertySet* style)
119 static bool executeApplyStyle(LocalFrame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& pro (…)
    [all...]
InputMethodController.h 37 class LocalFrame;
49 static PassOwnPtr<InputMethodController> create(LocalFrame&);
97 LocalFrame& m_frame;
106 explicit InputMethodController(LocalFrame&);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 31 #include "core/frame/LocalFrame.h"
73 static inline float parentPageZoomFactor(LocalFrame* frame)
81 static inline float parentTextZoomFactor(LocalFrame* frame)
89 inline LocalFrame::LocalFrame(FrameLoaderClient* client, FrameHost* host, FrameOwner* owner)
106 PassRefPtr<LocalFrame> LocalFrame::create(FrameLoaderClient* client, FrameHost* host, FrameOwner* owner)
108 RefPtr<LocalFrame> frame = adoptRef(new LocalFrame(client, host, owner));
113 LocalFrame::~LocalFrame(
    [all...]
History.h 40 class LocalFrame;
47 static PassRefPtrWillBeRawPtr<History> create(LocalFrame* frame)
67 explicit History(LocalFrame*);
Navigator.h 40 class LocalFrame;
56 static PassRefPtrWillBeRawPtr<Navigator> create(LocalFrame* frame)
83 explicit Navigator(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValuesDynamic.h 16 static PassRefPtr<MediaValues> create(LocalFrame*);
39 MediaValuesDynamic(LocalFrame*);
43 // FIXME: Oilpan: This raw ptr should be changed to a Member when LocalFrame is migrated to the heap.
44 LocalFrame* m_frame;
MediaQueryEvaluator.h 35 class LocalFrame;
72 MediaQueryEvaluator(const String& acceptedMediaType, LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
MixedContentChecker.h 38 class LocalFrame;
46 MixedContentChecker(LocalFrame*);
82 LocalFrame* m_frame;
FrameFetchContext.h 42 class LocalFrame;
51 static PassOwnPtr<FrameFetchContext> create(LocalFrame* frame) { return adoptPtr(new FrameFetchContext(frame)); }
68 explicit FrameFetchContext(LocalFrame*);
71 LocalFrame* m_frame;
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCache.h 41 class LocalFrame;
48 static PassRefPtrWillBeRawPtr<ApplicationCache> create(LocalFrame* frame)
78 explicit ApplicationCache(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceTiming.h 45 class LocalFrame;
50 static PassRefPtrWillBeRawPtr<PerformanceTiming> create(LocalFrame* frame)
80 explicit PerformanceTiming(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.cpp 50 void EditorClientImpl::respondToChangedSelection(LocalFrame* frame, WebCore::SelectionType selectionType)
63 bool EditorClientImpl::canCopyCut(LocalFrame* frame, bool defaultValue) const
71 bool EditorClientImpl::canPaste(LocalFrame* frame, bool defaultValue) const
FullscreenController.h 42 class LocalFrame;
76 RefPtr<WebCore::LocalFrame> m_fullScreenFrame;
PopupMenuChromium.h 38 class LocalFrame;
49 PopupMenuChromium(WebCore::LocalFrame&, WebCore::PopupMenuClient*);
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationController.cpp 48 NotificationClient& NotificationController::clientFrom(LocalFrame* frame)
60 void provideNotification(LocalFrame& frame, PassOwnPtr<NotificationClient> client)
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
NavigatorStorageQuota.h 41 class LocalFrame;
62 explicit NavigatorStorageQuota(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8WindowShell.h 50 class LocalFrame;
54 // V8WindowShell represents all the per-global object state for a LocalFrame that
58 static PassOwnPtr<V8WindowShell> create(LocalFrame*, DOMWrapperWorld&, v8::Isolate*);
85 V8WindowShell(LocalFrame*, PassRefPtr<DOMWrapperWorld>, v8::Isolate*);
111 LocalFrame* m_frame;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserOptions.cpp 31 #include "core/frame/LocalFrame.h"
39 LocalFrame* frame = document ? document->frame() : 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbar.h 35 class LocalFrame;
43 RenderScrollbar(ScrollableArea*, ScrollbarOrientation, Node*, LocalFrame*);
47 static PassRefPtr<Scrollbar> createCustomScrollbar(ScrollableArea*, ScrollbarOrientation, Node*, LocalFrame* owningFrame = 0);
86 LocalFrame* m_owningFrame;

Completed in 1925 milliseconds

1 23 4 5 6 7 8 91011>>