Searched refs:OVERRIDE (Results 201 - 225 of 10210) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGeneratedImage.h37 virtual bool currentFrameHasSingleSecurityOrigin() const OVERRIDE { return true; }
39 virtual void setContainerSize(const IntSize& size) OVERRIDE { m_size = size; }
40 virtual bool usesContainerSize() const OVERRIDE { return true; }
41 virtual bool hasRelativeWidth() const OVERRIDE { return true; }
42 virtual bool hasRelativeHeight() const OVERRIDE { return true; }
43 virtual void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) OVERRIDE; member in class:WebCore::GeneratedImage
45 virtual IntSize size() const OVERRIDE { return m_size; }
48 virtual void destroyDecodedData(bool) OVERRIDE { }
53 const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing) OVERRIDE = 0; member in class:WebCore::GeneratedImage
56 virtual bool currentFrameKnownToBeOpaque() OVERRIDE { retur
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeMock.h36 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE; member in class:WebCore::ScrollbarThemeMock
37 virtual bool usesOverlayScrollbars() const OVERRIDE; member in class:WebCore::ScrollbarThemeMock
40 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; }
41 virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE { return true; }
43 virtual IntRect backButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool /*painting*/ = false) OVERRIDE { return IntRect(); }
44 virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool /*painting*/ = false) OVERRIDE { return IntRect(); }
45 virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE; member in class:WebCore::ScrollbarThemeMock
47 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE; member in class:WebCore::ScrollbarThemeMock
48 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE; member in class:WebCore::ScrollbarThemeMock
51 virtual bool isMockTheme() const OVERRIDE FINA
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFontImpl.h45 virtual WebFontDescription fontDescription() const OVERRIDE; member in class:blink::FINAL
47 virtual int ascent() const OVERRIDE; member in class:blink::FINAL
48 virtual int descent() const OVERRIDE; member in class:blink::FINAL
49 virtual int height() const OVERRIDE; member in class:blink::FINAL
50 virtual int lineSpacing() const OVERRIDE; member in class:blink::FINAL
51 virtual float xHeight() const OVERRIDE; member in class:blink::FINAL
54 const WebRect& clip, bool canvasIsOpaque, int from = 0, int to = -1) const OVERRIDE; member in class:blink::FINAL
55 virtual int calculateWidth(const WebTextRun&) const OVERRIDE; member in class:blink::FINAL
56 virtual int offsetForPosition(const WebTextRun&, float position) const OVERRIDE; member in class:blink::FINAL
58 int height, int from = 0, int to = -1) const OVERRIDE; member in class:blink::FINAL
[all...]
H A DWebDevToolsAgentImpl.h83 virtual void didCreateScriptContext(WebLocalFrameImpl*, int worldId) OVERRIDE; member in class:blink::FINAL
84 virtual bool handleInputEvent(WebCore::Page*, const WebInputEvent&) OVERRIDE; member in class:blink::FINAL
87 virtual void attach() OVERRIDE; member in class:blink::FINAL
88 virtual void reattach(const WebString& savedState) OVERRIDE; member in class:blink::FINAL
89 virtual void attach(const WebString& hostId) OVERRIDE; member in class:blink::FINAL
90 virtual void reattach(const WebString& hostId, const WebString& savedState) OVERRIDE; member in class:blink::FINAL
91 virtual void detach() OVERRIDE; member in class:blink::FINAL
92 virtual void didNavigate() OVERRIDE; member in class:blink::FINAL
93 virtual void didBeginFrame(int frameId) OVERRIDE; member in class:blink::FINAL
94 virtual void didCancelFrame() OVERRIDE; member in class:blink::FINAL
95 virtual void willComposite() OVERRIDE; member in class:blink::FINAL
96 virtual void didComposite() OVERRIDE; member in class:blink::FINAL
97 virtual void dispatchOnInspectorBackend(const WebString& message) OVERRIDE; member in class:blink::FINAL
98 virtual void inspectElementAt(const WebPoint&) OVERRIDE; member in class:blink::FINAL
99 virtual void evaluateInWebInspector(long callId, const WebString& script) OVERRIDE; member in class:blink::FINAL
100 virtual void setProcessId(long) OVERRIDE; member in class:blink::FINAL
101 virtual void setLayerTreeId(int) OVERRIDE; member in class:blink::FINAL
102 virtual void processGPUEvent(const GPUEvent&) OVERRIDE; member in class:blink::FINAL
105 virtual void highlight() OVERRIDE; member in class:blink::FINAL
106 virtual void hideHighlight() OVERRIDE; member in class:blink::FINAL
107 virtual void updateInspectorStateCookie(const WTF::String&) OVERRIDE; member in class:blink::FINAL
108 virtual void sendMessageToFrontend(PassRefPtr<WebCore::JSONObject> message) OVERRIDE; member in class:blink::FINAL
109 virtual void flush() OVERRIDE; member in class:blink::FINAL
111 virtual void setDeviceMetricsOverride(int width, int height, float deviceScaleFactor, bool emulateViewport, bool fitWindow) OVERRIDE; member in class:blink::FINAL
112 virtual void clearDeviceMetricsOverride() OVERRIDE; member in class:blink::FINAL
113 virtual void setTouchEventEmulationEnabled(bool) OVERRIDE; member in class:blink::FINAL
115 virtual void getAllocatedObjects(HashSet<const void*>&) OVERRIDE; member in class:blink::FINAL
116 virtual void dumpUncountedAllocatedObjects(const HashMap<const void*, size_t>&) OVERRIDE; member in class:blink::FINAL
117 virtual void setTraceEventCallback(const WTF::String& categoryFilter, TraceEventCallback) OVERRIDE; member in class:blink::FINAL
118 virtual void resetTraceEventCallback() OVERRIDE; member in class:blink::FINAL
119 virtual void enableTracing(const WTF::String& categoryFilter) OVERRIDE; member in class:blink::FINAL
120 virtual void disableTracing() OVERRIDE; member in class:blink::FINAL
122 virtual void startGPUEventsRecording() OVERRIDE; member in class:blink::FINAL
123 virtual void stopGPUEventsRecording() OVERRIDE; member in class:blink::FINAL
125 virtual void dispatchKeyEvent(const WebCore::PlatformKeyboardEvent&) OVERRIDE; member in class:blink::FINAL
126 virtual void dispatchMouseEvent(const WebCore::PlatformMouseEvent&) OVERRIDE; member in class:blink::FINAL
129 virtual void paintPageOverlay(WebCanvas*) OVERRIDE; member in class:blink::FINAL
135 virtual void willProcessTask() OVERRIDE; member in class:blink::FINAL
136 virtual void didProcessTask() OVERRIDE; member in class:blink::FINAL
[all...]
/external/chromium_org/ui/events/gestures/
H A Dgesture_recognizer_impl_mac.cc23 GestureConsumer* consumer) OVERRIDE {
26 virtual bool CleanupStateForConsumer(GestureConsumer* consumer) OVERRIDE {
30 const TouchEvent& event) OVERRIDE {
34 const GestureEvent& event) OVERRIDE {
38 int source_device_id) OVERRIDE {
42 GestureConsumer* new_consumer) OVERRIDE {}
44 gfx::PointF* point) OVERRIDE {
47 virtual bool CancelActiveTouches(GestureConsumer* consumer) OVERRIDE {
50 virtual void AddGestureEventHelper(GestureEventHelper* helper) OVERRIDE {}
51 virtual void RemoveGestureEventHelper(GestureEventHelper* helper) OVERRIDE {}
[all...]
/external/chromium_org/ui/gl/
H A Dgl_context_glx.h28 GLSurface* compatible_surface, GpuPreference gpu_preference) OVERRIDE; member in class:gfx::GLContextGLX
29 virtual void Destroy() OVERRIDE; member in class:gfx::GLContextGLX
30 virtual bool MakeCurrent(GLSurface* surface) OVERRIDE; member in class:gfx::GLContextGLX
31 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE; member in class:gfx::GLContextGLX
32 virtual bool IsCurrent(GLSurface* surface) OVERRIDE; member in class:gfx::GLContextGLX
33 virtual void* GetHandle() OVERRIDE; member in class:gfx::GLContextGLX
34 virtual void SetSwapInterval(int interval) OVERRIDE; member in class:gfx::GLContextGLX
35 virtual std::string GetExtensions() OVERRIDE; member in class:gfx::GLContextGLX
36 virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE; member in class:gfx::GLContextGLX
37 virtual bool WasAllocatedUsingRobustnessExtension() OVERRIDE; member in class:gfx::GLContextGLX
[all...]
H A Dgl_surface_osmesa.h22 virtual bool Initialize() OVERRIDE; member in class:gfx::GLSurfaceOSMesa
23 virtual void Destroy() OVERRIDE; member in class:gfx::GLSurfaceOSMesa
24 virtual bool Resize(const gfx::Size& new_size) OVERRIDE; member in class:gfx::GLSurfaceOSMesa
25 virtual bool IsOffscreen() OVERRIDE; member in class:gfx::GLSurfaceOSMesa
26 virtual bool SwapBuffers() OVERRIDE; member in class:gfx::GLSurfaceOSMesa
27 virtual gfx::Size GetSize() OVERRIDE; member in class:gfx::GLSurfaceOSMesa
28 virtual void* GetHandle() OVERRIDE; member in class:gfx::GLSurfaceOSMesa
29 virtual unsigned GetFormat() OVERRIDE; member in class:gfx::GLSurfaceOSMesa
49 virtual bool IsOffscreen() OVERRIDE; member in class:gfx::GLSurfaceOSMesaHeadless
50 virtual bool SwapBuffers() OVERRIDE; member in class:gfx::GLSurfaceOSMesaHeadless
[all...]
H A Dgl_surface_stub.h18 virtual void Destroy() OVERRIDE; member in class:gfx::GLSurfaceStub
19 virtual bool IsOffscreen() OVERRIDE; member in class:gfx::GLSurfaceStub
20 virtual bool SwapBuffers() OVERRIDE; member in class:gfx::GLSurfaceStub
21 virtual gfx::Size GetSize() OVERRIDE; member in class:gfx::GLSurfaceStub
22 virtual void* GetHandle() OVERRIDE; member in class:gfx::GLSurfaceStub
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.h43 virtual void ShowPanel() OVERRIDE; member in class:PanelView
44 virtual void ShowPanelInactive() OVERRIDE; member in class:PanelView
45 virtual gfx::Rect GetPanelBounds() const OVERRIDE; member in class:PanelView
46 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE; member in class:PanelView
47 virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) OVERRIDE; member in class:PanelView
48 virtual void ClosePanel() OVERRIDE; member in class:PanelView
49 virtual void ActivatePanel() OVERRIDE; member in class:PanelView
50 virtual void DeactivatePanel() OVERRIDE; member in class:PanelView
51 virtual bool IsPanelActive() const OVERRIDE; member in class:PanelView
52 virtual void PreventActivationByOS(bool prevent_activation) OVERRIDE; member in class:PanelView
53 virtual gfx::NativeWindow GetNativePanelWindow() OVERRIDE; member in class:PanelView
54 virtual void UpdatePanelTitleBar() OVERRIDE; member in class:PanelView
55 virtual void UpdatePanelLoadingAnimations(bool should_animate) OVERRIDE; member in class:PanelView
56 virtual void PanelWebContentsFocused(content::WebContents* contents) OVERRIDE; member in class:PanelView
57 virtual void PanelCut() OVERRIDE; member in class:PanelView
58 virtual void PanelCopy() OVERRIDE; member in class:PanelView
59 virtual void PanelPaste() OVERRIDE; member in class:PanelView
60 virtual void DrawAttention(bool draw_attention) OVERRIDE; member in class:PanelView
61 virtual bool IsDrawingAttention() const OVERRIDE; member in class:PanelView
63 const content::NativeWebKeyboardEvent& event) OVERRIDE; member in class:PanelView
64 virtual void FullScreenModeChanged(bool is_full_screen) OVERRIDE; member in class:PanelView
65 virtual bool IsPanelAlwaysOnTop() const OVERRIDE; member in class:PanelView
66 virtual void SetPanelAlwaysOnTop(bool on_top) OVERRIDE; member in class:PanelView
67 virtual void UpdatePanelMinimizeRestoreButtonVisibility() OVERRIDE; member in class:PanelView
68 virtual void SetWindowCornerStyle(panel::CornerStyle corner_style) OVERRIDE; member in class:PanelView
71 Panel::ExpansionState new_state) OVERRIDE; member in class:PanelView
72 virtual void AttachWebContents(content::WebContents* contents) OVERRIDE; member in class:PanelView
73 virtual void DetachWebContents(content::WebContents* contents) OVERRIDE; member in class:PanelView
75 const gfx::Size& content_size) const OVERRIDE; member in class:PanelView
77 const gfx::Size& window_size) const OVERRIDE; member in class:PanelView
78 virtual int TitleOnlyHeight() const OVERRIDE; member in class:PanelView
79 virtual void MinimizePanelBySystem() OVERRIDE; member in class:PanelView
80 virtual bool IsPanelMinimizedBySystem() const OVERRIDE; member in class:PanelView
81 virtual bool IsPanelShownOnActiveDesktop() const OVERRIDE; member in class:PanelView
82 virtual void ShowShadow(bool show) OVERRIDE; member in class:PanelView
83 virtual NativePanelTesting* CreateNativePanelTesting() OVERRIDE; member in class:PanelView
86 virtual gfx::Size GetMinimumSize() const OVERRIDE; member in class:PanelView
87 virtual gfx::Size GetMaximumSize() const OVERRIDE; member in class:PanelView
123 virtual void OnDisplayChanged() OVERRIDE; member in class:PanelView
124 virtual void OnWorkAreaChanged() OVERRIDE; member in class:PanelView
125 virtual bool WillProcessWorkAreaChange() const OVERRIDE; member in class:PanelView
126 virtual views::View* GetContentsView() OVERRIDE; member in class:PanelView
128 views::Widget* widget) OVERRIDE; member in class:PanelView
129 virtual bool CanResize() const OVERRIDE; member in class:PanelView
130 virtual bool CanMaximize() const OVERRIDE; member in class:PanelView
131 virtual views::Widget* GetWidget() OVERRIDE; member in class:PanelView
132 virtual const views::Widget* GetWidget() const OVERRIDE; member in class:PanelView
133 virtual base::string16 GetWindowTitle() const OVERRIDE; member in class:PanelView
134 virtual gfx::ImageSkia GetWindowAppIcon() OVERRIDE; member in class:PanelView
135 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE; member in class:PanelView
136 virtual void WindowClosing() OVERRIDE; member in class:PanelView
137 virtual void DeleteDelegate() OVERRIDE; member in class:PanelView
138 virtual void OnWindowBeginUserBoundsChange() OVERRIDE; member in class:PanelView
139 virtual void OnWindowEndUserBoundsChange() OVERRIDE; member in class:PanelView
142 virtual void Layout() OVERRIDE; member in class:PanelView
143 virtual bool AcceleratorPressed(const ui::Accelerator& accelerator) OVERRIDE; member in class:PanelView
146 virtual void OnWidgetDestroying(views::Widget* widget) OVERRIDE; member in class:PanelView
148 bool active) OVERRIDE; member in class:PanelView
150 const gfx::Rect& new_bounds) OVERRIDE; member in class:PanelView
158 LRESULT* l_result) OVERRIDE; member in class:PanelView
162 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE; member in class:PanelView
163 virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE; member in class:PanelView
[all...]
/external/chromium_org/chrome/android/shell/
H A Dchrome_shell_google_location_settings_helper.h15 virtual std::string GetAcceptButtonLabel(bool allow) OVERRIDE; member in class:ChromeShellGoogleLocationSettingsHelper
16 virtual void ShowGoogleLocationSettings() OVERRIDE; member in class:ChromeShellGoogleLocationSettingsHelper
17 virtual bool IsMasterLocationSettingEnabled() OVERRIDE; member in class:ChromeShellGoogleLocationSettingsHelper
18 virtual bool IsGoogleAppsLocationSettingEnabled() OVERRIDE; member in class:ChromeShellGoogleLocationSettingsHelper
19 virtual bool IsAllowLabel() OVERRIDE; member in class:ChromeShellGoogleLocationSettingsHelper
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_delegate_views.h20 virtual gfx::Rect GetAppListBounds() OVERRIDE; member in class:AppListControllerDelegateViews
21 virtual void ViewClosing() OVERRIDE; member in class:AppListControllerDelegateViews
22 virtual void OnShowChildDialog() OVERRIDE; member in class:AppListControllerDelegateViews
23 virtual void OnCloseChildDialog() OVERRIDE; member in class:AppListControllerDelegateViews
24 virtual bool CanDoCreateShortcutsFlow() OVERRIDE; member in class:AppListControllerDelegateViews
H A Dapp_list_view_delegate.h59 virtual bool ForceNativeDesktop() const OVERRIDE; member in class:AppListViewDelegate
60 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE; member in class:AppListViewDelegate
61 virtual app_list::AppListModel* GetModel() OVERRIDE; member in class:AppListViewDelegate
62 virtual app_list::SpeechUIModel* GetSpeechUI() OVERRIDE; member in class:AppListViewDelegate
65 const base::Callback<void(const base::FilePath&)>& callback) OVERRIDE; member in class:AppListViewDelegate
66 virtual void StartSearch() OVERRIDE; member in class:AppListViewDelegate
67 virtual void StopSearch() OVERRIDE; member in class:AppListViewDelegate
70 int event_flags) OVERRIDE; member in class:AppListViewDelegate
73 int event_flags) OVERRIDE; member in class:AppListViewDelegate
74 virtual base::TimeDelta GetAutoLaunchTimeout() OVERRIDE; member in class:AppListViewDelegate
75 virtual void AutoLaunchCanceled() OVERRIDE; member in class:AppListViewDelegate
76 virtual void ViewInitialized() OVERRIDE; member in class:AppListViewDelegate
77 virtual void Dismiss() OVERRIDE; member in class:AppListViewDelegate
78 virtual void ViewClosing() OVERRIDE; member in class:AppListViewDelegate
79 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE; member in class:AppListViewDelegate
80 virtual void OpenSettings() OVERRIDE; member in class:AppListViewDelegate
81 virtual void OpenHelp() OVERRIDE; member in class:AppListViewDelegate
82 virtual void OpenFeedback() OVERRIDE; member in class:AppListViewDelegate
83 virtual void ToggleSpeechRecognition() OVERRIDE; member in class:AppListViewDelegate
85 const base::FilePath& profile_path) OVERRIDE; member in class:AppListViewDelegate
87 virtual views::View* CreateStartPageWebView(const gfx::Size& size) OVERRIDE; member in class:AppListViewDelegate
89 virtual bool IsSpeechRecognitionEnabled() OVERRIDE; member in class:AppListViewDelegate
90 virtual const Users& GetUsers() const OVERRIDE; member in class:AppListViewDelegate
91 virtual bool ShouldCenterWindow() const OVERRIDE; member in class:AppListViewDelegate
93 app_list::AppListViewDelegateObserver* observer) OVERRIDE; member in class:AppListViewDelegate
95 app_list::AppListViewDelegateObserver* observer) OVERRIDE; member in class:AppListViewDelegate
99 bool is_final) OVERRIDE; member in class:AppListViewDelegate
100 virtual void OnSpeechSoundLevelChanged(int16 level) OVERRIDE; member in class:AppListViewDelegate
102 app_list::SpeechRecognitionState new_state) OVERRIDE; member in class:AppListViewDelegate
105 virtual void OnHotwordStateChanged(bool started) OVERRIDE; member in class:AppListViewDelegate
106 virtual void OnHotwordRecognized() OVERRIDE; member in class:AppListViewDelegate
109 virtual void SigninManagerCreated(SigninManagerBase* manager) OVERRIDE; member in class:AppListViewDelegate
110 virtual void SigninManagerShutdown(SigninManagerBase* manager) OVERRIDE; member in class:AppListViewDelegate
113 virtual void GoogleSigninFailed(const GoogleServiceAuthError& error) OVERRIDE; member in class:AppListViewDelegate
115 const std::string& password) OVERRIDE; member in class:AppListViewDelegate
116 virtual void GoogleSignedOut(const std::string& username) OVERRIDE; member in class:AppListViewDelegate
119 virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE; member in class:AppListViewDelegate
121 const base::string16& profile_name) OVERRIDE; member in class:AppListViewDelegate
124 const base::string16& old_profile_name) OVERRIDE; member in class:AppListViewDelegate
[all...]
/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_new_window_delegate.h20 virtual void NewTab() OVERRIDE; member in class:ChromeNewWindowDelegate
21 virtual void NewWindow(bool incognito) OVERRIDE; member in class:ChromeNewWindowDelegate
22 virtual void RestoreTab() OVERRIDE; member in class:ChromeNewWindowDelegate
23 virtual void ShowTaskManager() OVERRIDE; member in class:ChromeNewWindowDelegate
24 virtual void OpenFeedbackPage() OVERRIDE; member in class:ChromeNewWindowDelegate
/external/chromium_org/chrome/browser/ui/aura/
H A Dchrome_browser_main_extra_parts_aura.h21 virtual void PreEarlyInitialization() OVERRIDE; member in class:ChromeBrowserMainExtraPartsAura
22 virtual void ToolkitInitialized() OVERRIDE; member in class:ChromeBrowserMainExtraPartsAura
23 virtual void PreCreateThreads() OVERRIDE; member in class:ChromeBrowserMainExtraPartsAura
24 virtual void PreProfileInit() OVERRIDE; member in class:ChromeBrowserMainExtraPartsAura
25 virtual void PostMainMessageLoopRun() OVERRIDE; member in class:ChromeBrowserMainExtraPartsAura
/external/chromium_org/chrome/browser/ui/panels/
H A Dtest_panel_mouse_watcher.h19 virtual void Start() OVERRIDE; member in class:TestPanelMouseWatcher
20 virtual void Stop() OVERRIDE; member in class:TestPanelMouseWatcher
21 virtual bool IsActive() const OVERRIDE; member in class:TestPanelMouseWatcher
23 virtual void NotifyMouseMovement(const gfx::Point& mouse_position) OVERRIDE; member in class:TestPanelMouseWatcher
24 virtual gfx::Point GetMousePosition() const OVERRIDE; member in class:TestPanelMouseWatcher
/external/chromium_org/chrome/renderer/spellchecker/
H A Dcocoa_spelling_engine_mac.h13 virtual void Init(base::File bdict_file) OVERRIDE; member in class:CocoaSpellingEngine
14 virtual bool InitializeIfNeeded() OVERRIDE; member in class:CocoaSpellingEngine
15 virtual bool IsEnabled() OVERRIDE; member in class:CocoaSpellingEngine
17 int tag) OVERRIDE; member in class:CocoaSpellingEngine
20 std::vector<base::string16>* optional_suggestions) OVERRIDE; member in class:CocoaSpellingEngine
/external/chromium_org/components/password_manager/core/browser/
H A Dstub_password_manager_client.h22 OVERRIDE; member in class:password_manager::StubPasswordManagerClient
24 scoped_ptr<autofill::PasswordFormFillData> fill_data) OVERRIDE; member in class:password_manager::StubPasswordManagerClient
25 virtual PrefService* GetPrefs() OVERRIDE; member in class:password_manager::StubPasswordManagerClient
26 virtual PasswordStore* GetPasswordStore() OVERRIDE; member in class:password_manager::StubPasswordManagerClient
27 virtual PasswordManagerDriver* GetDriver() OVERRIDE; member in class:password_manager::StubPasswordManagerClient
/external/chromium_org/content/browser/devtools/
H A Dforwarding_agent_host.h26 virtual void DispatchOnClientHost(const std::string& message) OVERRIDE; member in class:content::ForwardingAgentHost
27 virtual void ConnectionClosed() OVERRIDE; member in class:content::ForwardingAgentHost
30 virtual void Attach() OVERRIDE; member in class:content::ForwardingAgentHost
31 virtual void Detach() OVERRIDE; member in class:content::ForwardingAgentHost
32 virtual void DispatchOnInspectorBackend(const std::string& message) OVERRIDE; member in class:content::ForwardingAgentHost
/external/chromium_org/content/browser/geolocation/
H A Dlocation_provider_android.h26 virtual bool StartProvider(bool high_accuracy) OVERRIDE; member in class:content::LocationProviderAndroid
27 virtual void StopProvider() OVERRIDE; member in class:content::LocationProviderAndroid
28 virtual void GetPosition(Geoposition* position) OVERRIDE; member in class:content::LocationProviderAndroid
29 virtual void RequestRefresh() OVERRIDE; member in class:content::LocationProviderAndroid
30 virtual void OnPermissionGranted() OVERRIDE; member in class:content::LocationProviderAndroid
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DResetInputType.h44 virtual const AtomicString& formControlType() const OVERRIDE; member in class:WebCore::FINAL
45 virtual bool supportsValidation() const OVERRIDE; member in class:WebCore::FINAL
46 virtual void handleDOMActivateEvent(Event*) OVERRIDE; member in class:WebCore::FINAL
47 virtual String defaultValue() const OVERRIDE; member in class:WebCore::FINAL
48 virtual bool isTextButton() const OVERRIDE; member in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarPart.h42 virtual const char* renderName() const OVERRIDE { return "RenderScrollbarPart"; }
44 virtual LayerType layerTypeRequired() const OVERRIDE { return NoLayer; }
46 virtual void layout() OVERRIDE; member in class:WebCore::FINAL
51 virtual LayoutUnit marginTop() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.top())); return m_marginBox.top(); }
52 virtual LayoutUnit marginBottom() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.bottom())); return m_marginBox.bottom(); }
53 virtual LayoutUnit marginLeft() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.left())); return m_marginBox.left(); }
54 virtual LayoutUnit marginRight() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.right())); return m_marginBox.right(); }
56 virtual bool isRenderScrollbarPart() const OVERRIDE { return true; }
60 virtual void styleWillChange(StyleDifference, const RenderStyle& newStyle) OVERRIDE; member in class:WebCore::FINAL
61 virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE; member in class:WebCore::FINAL
62 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE; member in class:WebCore::FINAL
67 virtual void computePreferredLogicalWidths() OVERRIDE; member in class:WebCore::FINAL
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGText.h40 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE; member in class:WebCore::FINAL
43 virtual void setNeedsTransformUpdate() OVERRIDE { m_needsTransformUpdate = true; }
45 virtual FloatRect paintInvalidationRectInLocalCoordinates() const OVERRIDE; member in class:WebCore::FINAL
60 virtual const char* renderName() const OVERRIDE { return "RenderSVGText"; }
61 virtual bool isSVGText() const OVERRIDE { return true; }
63 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE; member in class:WebCore::FINAL
64 virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE; member in class:WebCore::FINAL
65 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE; member in class:WebCore::FINAL
67 virtual void layout() OVERRIDE; member in class:WebCore::FINAL
69 virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE; member in class:WebCore::FINAL
71 virtual void mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect&, bool fixed = false) const OVERRIDE; member in class:WebCore::FINAL
73 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) OVERRIDE; member in class:WebCore::FINAL
74 virtual void removeChild(RenderObject*) OVERRIDE; member in class:WebCore::FINAL
75 virtual void willBeDestroyed() OVERRIDE; member in class:WebCore::FINAL
78 virtual FloatRect strokeBoundingBox() const OVERRIDE; member in class:WebCore::FINAL
81 virtual RootInlineBox* createRootInlineBox() OVERRIDE; member in class:WebCore::FINAL
83 virtual RenderBlock* firstLineBlock() const OVERRIDE; member in class:WebCore::FINAL
84 virtual void updateFirstLetter() OVERRIDE; member in class:WebCore::FINAL
[all...]
/external/chromium_org/ui/views/controls/scrollbar/
H A Dkennedy_scroll_bar.h22 virtual gfx::Rect GetTrackBounds() const OVERRIDE; member in class:views::KennedyScrollBar
25 virtual int GetLayoutSize() const OVERRIDE; member in class:views::KennedyScrollBar
28 virtual gfx::Size GetPreferredSize() const OVERRIDE; member in class:views::KennedyScrollBar
29 virtual void Layout() OVERRIDE; member in class:views::KennedyScrollBar
30 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE; member in class:views::KennedyScrollBar
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextAreaElement.h44 virtual String value() const OVERRIDE; member in class:WebCore::FINAL
56 virtual String validationMessage() const OVERRIDE; member in class:WebCore::FINAL
57 virtual bool valueMissing() const OVERRIDE; member in class:WebCore::FINAL
58 virtual bool tooLong() const OVERRIDE; member in class:WebCore::FINAL
69 virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE; member in class:WebCore::FINAL
72 virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
77 virtual void setInnerEditorValue(const String&) OVERRIDE; member in class:WebCore::FINAL
81 virtual bool supportsPlaceholder() const OVERRIDE { return true; }
82 virtual void updatePlaceholderText() OVERRIDE; member in class:WebCore::FINAL
83 virtual bool isEmptyValue() const OVERRIDE { retur
89 virtual void defaultEventHandler(Event*) OVERRIDE; member in class:WebCore::FINAL
90 virtual void handleFocusEvent(Element* oldFocusedNode, FocusType) OVERRIDE; member in class:WebCore::FINAL
92 virtual void subtreeHasChanged() OVERRIDE; member in class:WebCore::FINAL
95 virtual bool isInteractiveContent() const OVERRIDE; member in class:WebCore::FINAL
96 virtual bool supportsAutofocus() const OVERRIDE; member in class:WebCore::FINAL
99 virtual const AtomicString& formControlType() const OVERRIDE; member in class:WebCore::FINAL
101 virtual FormControlState saveFormControlState() const OVERRIDE; member in class:WebCore::FINAL
102 virtual void restoreFormControlState(const FormControlState&) OVERRIDE; member in class:WebCore::FINAL
106 virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE; member in class:WebCore::FINAL
107 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; member in class:WebCore::FINAL
108 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; member in class:WebCore::FINAL
109 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; member in class:WebCore::FINAL
110 virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; member in class:WebCore::FINAL
111 virtual bool appendFormData(FormDataList&, bool) OVERRIDE; member in class:WebCore::FINAL
112 virtual void resetImpl() OVERRIDE; member in class:WebCore::FINAL
113 virtual bool hasCustomFocusLogic() const OVERRIDE; member in class:WebCore::FINAL
114 virtual bool shouldShowFocusRingOnMouseFocus() const OVERRIDE; member in class:WebCore::FINAL
115 virtual bool isKeyboardFocusable() const OVERRIDE; member in class:WebCore::FINAL
116 virtual void updateFocusAppearance(bool restorePreviousSelection) OVERRIDE; member in class:WebCore::FINAL
118 virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE; member in class:WebCore::FINAL
120 virtual bool shouldUseInputMethod() OVERRIDE; member in class:WebCore::FINAL
121 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE; member in class:WebCore::FINAL
122 virtual bool matchesReadWritePseudoClass() const OVERRIDE; member in class:WebCore::FINAL
[all...]
/external/chromium_org/apps/shell/browser/
H A Dshell_extensions_browser_client.h26 virtual bool IsShuttingDown() OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
28 content::BrowserContext* context) OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
29 virtual bool IsValidContext(content::BrowserContext* context) OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
31 content::BrowserContext* second) OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
33 OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
35 content::BrowserContext* context) OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
37 content::BrowserContext* context) OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
38 virtual bool IsGuestSession(content::BrowserContext* context) const OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
41 content::BrowserContext* context) const OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
44 content::BrowserContext* context) const OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
45 virtual bool IsWebViewRequest(net::URLRequest* request) const OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
51 bool send_cors_header) OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
56 OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
58 content::BrowserContext* context) OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
61 std::vector<ExtensionPrefsObserver*>* observers) const OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
63 const OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
65 const OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
67 OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
68 virtual bool DidVersionUpdate(content::BrowserContext* context) OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
69 virtual void PermitExternalProtocolHandler() OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
70 virtual scoped_ptr<AppSorting> CreateAppSorting() OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
71 virtual bool IsRunningInForcedAppMode() OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
73 content::BrowserContext* context) OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
74 virtual ExtensionSystemProvider* GetExtensionSystemFactory() OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
76 ExtensionFunctionRegistry* registry) const OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
78 content::BrowserContext* context) const OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
80 GetComponentExtensionResourceManager() OVERRIDE; member in class:extensions::ShellExtensionsBrowserClient
[all...]

Completed in 643 milliseconds

1234567891011>>