HomeSort by relevance Sort by last modified time
    Searched refs:IsHandledURL (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/net/url_request/
url_request_intercepting_job_factory.cc 40 bool URLRequestInterceptingJobFactory::IsHandledURL(const GURL& url) const {
41 return job_factory_->IsHandledURL(url);
url_request_intercepting_job_factory.h 46 virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
url_request_job_factory.h 52 virtual bool IsHandledURL(const GURL& url) const = 0;
url_request_job_factory_impl.h 37 virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
url_request_job_factory_impl.cc 73 bool URLRequestJobFactoryImpl::IsHandledURL(const GURL& url) const {
url_request_file_job_unittest.cc 89 virtual bool IsHandledURL(const GURL& url) const OVERRIDE {
url_request.h 299 static bool IsHandledURL(const GURL& url);
    [all...]
  /external/chromium_org/android_webview/browser/net/
aw_url_request_job_factory.h 37 virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
aw_url_request_job_factory.cc 36 bool AwURLRequestJobFactory::IsHandledURL(const GURL& url) const {
  /external/chromium_org/extensions/shell/browser/
shell_content_browser_client.h 52 virtual bool IsHandledURL(const GURL& url) OVERRIDE;
shell_content_browser_client.cc 121 bool ShellContentBrowserClient::IsHandledURL(const GURL& url) {
  /external/chromium_org/chromecast/shell/browser/
cast_content_browser_client.h 33 virtual bool IsHandledURL(const GURL& url) OVERRIDE;
cast_content_browser_client.cc 61 bool CastContentBrowserClient::IsHandledURL(const GURL& url) {
  /external/chromium_org/content/shell/browser/
shell_content_browser_client.h 50 virtual bool IsHandledURL(const GURL& url) OVERRIDE;
shell_content_browser_client.cc 214 bool ShellContentBrowserClient::IsHandledURL(const GURL& url) {
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.h 120 virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
protocol_handler_registry.cc 200 bool ProtocolHandlerRegistry::JobInterceptorFactory::IsHandledURL(
205 job_factory_->IsHandledURL(url);
    [all...]
  /external/chromium_org/content/public/browser/
content_browser_client.cc 50 bool ContentBrowserClient::IsHandledURL(const GURL& url) {
content_browser_client.h 197 virtual bool IsHandledURL(const GURL& url);
  /external/chromium_org/content/browser/renderer_host/
render_view_host_unittest.cc 34 virtual bool IsHandledURL(const GURL& url) OVERRIDE {
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 92 virtual bool IsHandledURL(const GURL& url) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_request_job_unittest.cc 70 virtual bool IsHandledURL(const GURL& url) const OVERRIDE {
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 102 static bool IsHandledURL(const GURL& url);
  /external/chromium_org/content/browser/fileapi/
file_system_dir_url_request_job_unittest.cc 95 virtual bool IsHandledURL(const GURL& url) const OVERRIDE {
file_system_url_request_job_unittest.cc 104 virtual bool IsHandledURL(const GURL& url) const OVERRIDE {

Completed in 2530 milliseconds

1 2