Searched refs:OVERRIDE (Results 1 - 25 of 11108) sorted by path

1234567891011>>

/external/chromium_org/android_webview/browser/
H A Daw_browser_context.h97 virtual base::FilePath GetPath() const OVERRIDE; member in class:android_webview::AwBrowserContext
98 virtual bool IsOffTheRecord() const OVERRIDE; member in class:android_webview::AwBrowserContext
99 virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE; member in class:android_webview::AwBrowserContext
101 int renderer_child_id) OVERRIDE; member in class:android_webview::AwBrowserContext
102 virtual net::URLRequestContextGetter* GetMediaRequestContext() OVERRIDE; member in class:android_webview::AwBrowserContext
104 int renderer_child_id) OVERRIDE; member in class:android_webview::AwBrowserContext
107 const base::FilePath& partition_path, bool in_memory) OVERRIDE; member in class:android_webview::AwBrowserContext
108 virtual content::ResourceContext* GetResourceContext() OVERRIDE; member in class:android_webview::AwBrowserContext
110 GetDownloadManagerDelegate() OVERRIDE; member in class:android_webview::AwBrowserContext
111 virtual content::BrowserPluginGuestManager* GetGuestManager() OVERRIDE; member in class:android_webview::AwBrowserContext
112 virtual storage::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE; member in class:android_webview::AwBrowserContext
113 virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE; member in class:android_webview::AwBrowserContext
114 virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE; member in class:android_webview::AwBrowserContext
118 const scoped_refptr<URLEnumerator>& enumerator) OVERRIDE; member in class:android_webview::AwBrowserContext
[all...]
H A Daw_browser_main_parts.h26 virtual void PreEarlyInitialization() OVERRIDE; member in class:android_webview::AwBrowserMainParts
27 virtual int PreCreateThreads() OVERRIDE; member in class:android_webview::AwBrowserMainParts
28 virtual void PreMainMessageLoopRun() OVERRIDE; member in class:android_webview::AwBrowserMainParts
29 virtual bool MainMessageLoopRun(int* result_code) OVERRIDE; member in class:android_webview::AwBrowserMainParts
H A Daw_content_browser_client.cc57 BrowserThread::ID* thread) OVERRIDE; member in class:android_webview::__anon1780::AwContentsMessageFilter
59 const IPC::Message& message) OVERRIDE; member in class:android_webview::__anon1780::AwContentsMessageFilter
128 const LoadAccessTokensCallbackType& request) OVERRIDE {
135 const base::string16& access_token) OVERRIDE { }
H A Daw_content_browser_client.h35 int render_frame_id) OVERRIDE; member in class:android_webview::AwContentBrowserClient
37 const content::MainFunctionParams& parameters) OVERRIDE; member in class:android_webview::AwContentBrowserClient
39 content::WebContents* web_contents) OVERRIDE; member in class:android_webview::AwContentBrowserClient
41 content::RenderProcessHost* host) OVERRIDE; member in class:android_webview::AwContentBrowserClient
45 content::URLRequestInterceptorScopedVector request_interceptors) OVERRIDE; member in class:android_webview::AwContentBrowserClient
51 content::URLRequestInterceptorScopedVector request_interceptors) OVERRIDE; member in class:android_webview::AwContentBrowserClient
53 const std::string& alias_name) OVERRIDE; member in class:android_webview::AwContentBrowserClient
55 int child_process_id) OVERRIDE; member in class:android_webview::AwContentBrowserClient
56 virtual std::string GetApplicationLocale() OVERRIDE; member in class:android_webview::AwContentBrowserClient
57 virtual std::string GetAcceptLangs(content::BrowserContext* context) OVERRIDE; member in class:android_webview::AwContentBrowserClient
58 virtual const gfx::ImageSkia* GetDefaultFavicon() OVERRIDE; member in class:android_webview::AwContentBrowserClient
61 content::ResourceContext* context) OVERRIDE; member in class:android_webview::AwContentBrowserClient
67 int render_frame_id) OVERRIDE; member in class:android_webview::AwContentBrowserClient
74 net::CookieOptions* options) OVERRIDE; member in class:android_webview::AwContentBrowserClient
81 const std::vector<std::pair<int, int> >& render_frames) OVERRIDE; member in class:android_webview::AwContentBrowserClient
86 base::Callback<void(bool)> callback) OVERRIDE; member in class:android_webview::AwContentBrowserClient
91 const std::vector<std::pair<int, int> >& render_frames) OVERRIDE; member in class:android_webview::AwContentBrowserClient
93 CreateQuotaPermissionContext() OVERRIDE; member in class:android_webview::AwContentBrowserClient
105 content::CertificateRequestResultType* result) OVERRIDE; member in class:android_webview::AwContentBrowserClient
111 const base::Callback<void(net::X509Certificate*)>& callback) OVERRIDE; member in class:android_webview::AwContentBrowserClient
116 int render_process_id) OVERRIDE; member in class:android_webview::AwContentBrowserClient
121 base::Closure* cancel_callback) OVERRIDE; member in class:android_webview::AwContentBrowserClient
128 base::Closure* cancel_callback) OVERRIDE; member in class:android_webview::AwContentBrowserClient
135 base::Closure* cancel_callback) OVERRIDE; member in class:android_webview::AwContentBrowserClient
140 base::Closure* cancel_callback) OVERRIDE; member in class:android_webview::AwContentBrowserClient
154 bool* no_javascript_access) OVERRIDE; member in class:android_webview::AwContentBrowserClient
155 virtual void ResourceDispatcherHostCreated() OVERRIDE; member in class:android_webview::AwContentBrowserClient
156 virtual net::NetLog* GetNetLog() OVERRIDE; member in class:android_webview::AwContentBrowserClient
157 virtual content::AccessTokenStore* CreateAccessTokenStore() OVERRIDE; member in class:android_webview::AwContentBrowserClient
158 virtual bool IsFastShutdownPossible() OVERRIDE; member in class:android_webview::AwContentBrowserClient
159 virtual void ClearCache(content::RenderViewHost* rvh) OVERRIDE; member in class:android_webview::AwContentBrowserClient
160 virtual void ClearCookies(content::RenderViewHost* rvh) OVERRIDE; member in class:android_webview::AwContentBrowserClient
161 virtual base::FilePath GetDefaultDownloadDirectory() OVERRIDE; member in class:android_webview::AwContentBrowserClient
162 virtual std::string GetDefaultDownloadName() OVERRIDE; member in class:android_webview::AwContentBrowserClient
164 content::BrowserPpapiHost* browser_host) OVERRIDE; member in class:android_webview::AwContentBrowserClient
169 const content::SocketPermissionRequest* params) OVERRIDE; member in class:android_webview::AwContentBrowserClient
172 content::WebPreferences* web_prefs) OVERRIDE; member in class:android_webview::AwContentBrowserClient
176 content::WebContents* web_contents) OVERRIDE; member in class:android_webview::AwContentBrowserClient
179 GetDevToolsManagerDelegate() OVERRIDE; member in class:android_webview::AwContentBrowserClient
[all...]
H A Daw_dev_tools_manager_delegate.cc33 virtual std::string GetId() const OVERRIDE { return agent_host_->GetId(); }
34 virtual std::string GetParentId() const OVERRIDE { return std::string(); }
35 virtual std::string GetType() const OVERRIDE {
46 virtual std::string GetTitle() const OVERRIDE {
49 virtual std::string GetDescription() const OVERRIDE { return description_; }
50 virtual GURL GetURL() const OVERRIDE { return agent_host_->GetURL(); }
51 virtual GURL GetFaviconURL() const OVERRIDE { return GURL(); }
52 virtual base::TimeTicks GetLastActivityTime() const OVERRIDE {
55 virtual bool IsAttached() const OVERRIDE {
58 virtual scoped_refptr<DevToolsAgentHost> GetAgentHost() const OVERRIDE {
[all...]
H A Daw_dev_tools_manager_delegate.h21 content::DevToolsAgentHost* agent_host) OVERRIDE {}
24 bool attached) OVERRIDE {}
27 base::DictionaryValue* command_dict) OVERRIDE; member in class:android_webview::AwDevToolsManagerDelegate
29 const GURL& url) OVERRIDE; member in class:android_webview::AwDevToolsManagerDelegate
30 virtual void EnumerateTargets(TargetCallback callback) OVERRIDE; member in class:android_webview::AwDevToolsManagerDelegate
31 virtual std::string GetPageThumbnailData(const GURL& url) OVERRIDE; member in class:android_webview::AwDevToolsManagerDelegate
H A Daw_download_manager_delegate.h21 const content::DownloadTargetCallback& callback) OVERRIDE; member in class:android_webview::AwDownloadManagerDelegate
24 const base::Closure& complete_callback) OVERRIDE; member in class:android_webview::AwDownloadManagerDelegate
27 const content::DownloadOpenDelayedCallback& callback) OVERRIDE; member in class:android_webview::AwDownloadManagerDelegate
28 virtual void GetNextId(const content::DownloadIdCallback& callback) OVERRIDE; member in class:android_webview::AwDownloadManagerDelegate
H A Daw_form_database_service.h45 const WDTypedResult* result) OVERRIDE; member in class:android_webview::AwFormDatabaseService
H A Daw_gl_surface.h20 virtual void Destroy() OVERRIDE; member in class:android_webview::AwGLSurface
21 virtual bool IsOffscreen() OVERRIDE; member in class:android_webview::AwGLSurface
22 virtual unsigned int GetBackingFrameBufferObject() OVERRIDE; member in class:android_webview::AwGLSurface
23 virtual bool SwapBuffers() OVERRIDE; member in class:android_webview::AwGLSurface
24 virtual gfx::Size GetSize() OVERRIDE; member in class:android_webview::AwGLSurface
25 virtual void* GetHandle() OVERRIDE; member in class:android_webview::AwGLSurface
26 virtual void* GetDisplay() OVERRIDE; member in class:android_webview::AwGLSurface
H A Daw_javascript_dialog_manager.h26 bool* did_suppress_message) OVERRIDE; member in class:android_webview::AwJavaScriptDialogManager
31 const DialogClosedCallback& callback) OVERRIDE; member in class:android_webview::AwJavaScriptDialogManager
33 content::WebContents* web_contents) OVERRIDE; member in class:android_webview::AwJavaScriptDialogManager
35 content::WebContents* web_contents) OVERRIDE; member in class:android_webview::AwJavaScriptDialogManager
H A Daw_login_delegate.h32 virtual void OnRequestCancelled() OVERRIDE; member in class:android_webview::AwLoginDelegate
H A Daw_pref_store.h26 const base::Value** result) const OVERRIDE; member in class:AwPrefStore
27 virtual void AddObserver(PrefStore::Observer* observer) OVERRIDE; member in class:AwPrefStore
28 virtual void RemoveObserver(PrefStore::Observer* observer) OVERRIDE; member in class:AwPrefStore
29 virtual bool HasObservers() const OVERRIDE; member in class:AwPrefStore
30 virtual bool IsInitializationComplete() const OVERRIDE; member in class:AwPrefStore
34 base::Value** result) OVERRIDE; member in class:AwPrefStore
35 virtual void ReportValueChanged(const std::string& key) OVERRIDE; member in class:AwPrefStore
36 virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE; member in class:AwPrefStore
38 base::Value* value) OVERRIDE; member in class:AwPrefStore
39 virtual void RemoveValue(const std::string& key) OVERRIDE; member in class:AwPrefStore
40 virtual bool ReadOnly() const OVERRIDE; member in class:AwPrefStore
41 virtual PrefReadError GetReadError() const OVERRIDE; member in class:AwPrefStore
42 virtual PersistentPrefStore::PrefReadError ReadPrefs() OVERRIDE; member in class:AwPrefStore
43 virtual void ReadPrefsAsync(ReadErrorDelegate* error_delegate) OVERRIDE; member in class:AwPrefStore
[all...]
H A Daw_quota_permission_context.h20 const PermissionCallback& callback) OVERRIDE; member in class:android_webview::AwQuotaPermissionContext
H A Daw_request_interceptor.h35 net::NetworkDelegate* network_delegate) const OVERRIDE; member in class:android_webview::AwRequestInterceptor
H A Daw_resource_context.h29 virtual net::HostResolver* GetHostResolver() OVERRIDE; member in class:android_webview::AwResourceContext
30 virtual net::URLRequestContext* GetRequestContext() OVERRIDE; member in class:android_webview::AwResourceContext
H A Daw_web_resource_response.cc26 const GURL& url) OVERRIDE {
31 bool* restart) OVERRIDE {
38 std::string* mime_type) OVERRIDE {
45 std::string* charset) OVERRIDE {
51 net::HttpResponseHeaders* headers) OVERRIDE {
H A Dbrowser_view_renderer.cc63 virtual void AppendAsTraceFormat(std::string* out) const OVERRIDE {
H A Dbrowser_view_renderer.h121 content::SynchronousCompositor* compositor) OVERRIDE; member in class:android_webview::BrowserViewRenderer
123 OVERRIDE; member in class:android_webview::BrowserViewRenderer
124 virtual void SetContinuousInvalidate(bool invalidate) OVERRIDE; member in class:android_webview::BrowserViewRenderer
125 virtual void DidUpdateContent() OVERRIDE; member in class:android_webview::BrowserViewRenderer
126 virtual gfx::Vector2dF GetTotalRootLayerScrollOffset() OVERRIDE; member in class:android_webview::BrowserViewRenderer
133 float max_page_scale_factor) OVERRIDE; member in class:android_webview::BrowserViewRenderer
134 virtual bool IsExternalFlingActive() const OVERRIDE; member in class:android_webview::BrowserViewRenderer
137 gfx::Vector2dF current_fling_velocity) OVERRIDE; member in class:android_webview::BrowserViewRenderer
141 const OVERRIDE; member in class:android_webview::BrowserViewRenderer
144 bool effective_immediately) OVERRIDE; member in class:android_webview::BrowserViewRenderer
[all...]
H A Ddeferred_gpu_command_service.h39 virtual void ScheduleTask(const base::Closure& task) OVERRIDE; member in class:android_webview::DeferredGpuCommandService
40 virtual void ScheduleIdleWork(const base::Closure& task) OVERRIDE; member in class:android_webview::DeferredGpuCommandService
41 virtual bool UseVirtualizedGLContexts() OVERRIDE; member in class:android_webview::DeferredGpuCommandService
43 shader_translator_cache() OVERRIDE; member in class:android_webview::DeferredGpuCommandService
53 virtual void AddRef() const OVERRIDE; member in class:android_webview::DeferredGpuCommandService
54 virtual void Release() const OVERRIDE; member in class:android_webview::DeferredGpuCommandService
H A Dglobal_tile_manager_unittest.cc24 virtual SynchronousCompositorMemoryPolicy GetMemoryPolicy() const OVERRIDE {
29 bool effective_immediately) OVERRIDE {
H A Dgpu_memory_buffer_factory_impl.cc34 virtual void* Map() OVERRIDE {
41 virtual void Unmap() OVERRIDE {
46 virtual bool IsMapped() const OVERRIDE { return mapped_; }
47 virtual uint32 GetStride() const OVERRIDE {
50 virtual gfx::GpuMemoryBufferHandle GetHandle() const OVERRIDE {
H A Dgpu_memory_buffer_factory_impl.h29 unsigned usage) OVERRIDE; member in class:android_webview::GpuMemoryBufferFactoryImpl
33 unsigned internalformat) OVERRIDE; member in class:android_webview::GpuMemoryBufferFactoryImpl
H A Dhardware_renderer.h42 virtual void WillBeginMainFrame(int frame_id) OVERRIDE {}
43 virtual void DidBeginMainFrame() OVERRIDE; member in class:android_webview::HardwareRenderer
44 virtual void BeginMainFrame(const cc::BeginFrameArgs& args) OVERRIDE {}
45 virtual void Layout() OVERRIDE {}
48 float top_controls_delta) OVERRIDE {}
49 virtual void RequestNewOutputSurface(bool fallback) OVERRIDE; member in class:android_webview::HardwareRenderer
50 virtual void DidInitializeOutputSurface() OVERRIDE {}
51 virtual void WillCommit() OVERRIDE {}
52 virtual void DidCommit() OVERRIDE {}
53 virtual void DidCommitAndDrawFrame() OVERRIDE {}
61 virtual void UnusedResourcesAreAvailable() OVERRIDE; member in class:android_webview::HardwareRenderer
[all...]
H A Dicon_helper.h46 const std::vector<content::FaviconURL>& candidates) OVERRIDE; member in class:android_webview::IconHelper
49 content::NavigationController::ReloadType reload_type) OVERRIDE; member in class:android_webview::IconHelper
/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job.h82 virtual void Start() OVERRIDE; member in class:AndroidStreamReaderURLRequestJob
83 virtual void Kill() OVERRIDE; member in class:AndroidStreamReaderURLRequestJob
86 int* bytes_read) OVERRIDE; member in class:AndroidStreamReaderURLRequestJob
88 const net::HttpRequestHeaders& headers) OVERRIDE; member in class:AndroidStreamReaderURLRequestJob
89 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE; member in class:AndroidStreamReaderURLRequestJob
90 virtual bool GetCharset(std::string* charset) OVERRIDE; member in class:AndroidStreamReaderURLRequestJob
91 virtual int GetResponseCode() const OVERRIDE; member in class:AndroidStreamReaderURLRequestJob
92 virtual void GetResponseInfo(net::HttpResponseInfo* info) OVERRIDE; member in class:AndroidStreamReaderURLRequestJob

Completed in 1137 milliseconds

1234567891011>>