Searched defs:GetMimeType (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium_org/net/url_request/
H A Durl_request_about_job.cc31 bool URLRequestAboutJob::GetMimeType(std::string* mime_type) const { function in class:net::URLRequestAboutJob
H A Durl_request_simple_job.cc34 bool URLRequestSimpleJob::GetMimeType(std::string* mime_type) const { function in class:net::URLRequestSimpleJob
H A Durl_request_file_dir_job.cc87 bool URLRequestFileDirJob::GetMimeType(std::string* mime_type) const { function in class:net::URLRequestFileDirJob
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dthumbnail_source.cc52 std::string ThumbnailSource::GetMimeType(const std::string&) const { function in class:ThumbnailSource
/external/chromium_org/content/browser/streams/
H A Dstream_handle_impl.cc57 const std::string& StreamHandleImpl::GetMimeType() { function in class:content::StreamHandleImpl
H A Dstream_url_request_job.cc133 bool StreamURLRequestJob::GetMimeType(std::string* mime_type) const { function in class:content::StreamURLRequestJob
138 return response_info_->headers->GetMimeType(mime_type);
/external/chromium_org/net/filter/
H A Dmock_filter_context.cc28 bool MockFilterContext::GetMimeType(std::string* mime_type) const { function in class:net::MockFilterContext
/external/chromium_org/chrome/browser/search/
H A Diframe_source.cc25 std::string IframeSource::GetMimeType( function in class:IframeSource
H A Dcontextual_search_promo_source_android.cc96 std::string ContextualSearchPromoSourceAndroid::GetMimeType( function in class:ContextualSearchPromoSourceAndroid
/external/chromium_org/chrome/browser/ui/webui/
H A Dbookmarks_ui.cc40 std::string BookmarksUIHTMLSource::GetMimeType(const std::string& path) const { function in class:BookmarksUIHTMLSource
H A Dapp_launcher_page_ui.cc116 std::string AppLauncherPageUI::HTMLSource::GetMimeType( function in class:AppLauncherPageUI::HTMLSource
H A Dtheme_source.cc90 std::string ThemeSource::GetMimeType(const std::string& path) const { function in class:ThemeSource
H A Dfavicon_source.cc126 std::string FaviconSource::GetMimeType(const std::string&) const { function in class:FaviconSource
H A Dfileicon_source.cc143 std::string FileIconSource::GetMimeType(const std::string&) const { function in class:FileIconSource
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dscreenlock_icon_source.cc60 std::string ScreenlockIconSource::GetMimeType(const std::string&) const { function in class:chromeos::ScreenlockIconSource
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Duser_image_source.cc83 std::string UserImageSource::GetMimeType(const std::string& path) const { function in class:chromeos::options::UserImageSource
/external/chromium_org/android_webview/native/
H A Daw_web_resource_response_impl.cc38 bool AwWebResourceResponseImpl::GetMimeType(JNIEnv* env, function in class:android_webview::AwWebResourceResponseImpl
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dslow_trace_ui.cc52 std::string SlowTraceSource::GetMimeType(const std::string& path) const { function in class:chromeos::SlowTraceSource
/external/chromium_org/content/browser/webui/
H A Dshared_resources_data_source.cc82 std::string SharedResourcesDataSource::GetMimeType( function in class:SharedResourcesDataSource
H A Dweb_ui_data_source_unittest.cc66 std::string GetMimeType(const std::string& path) const { function in class:content::WebUIDataSourceTest
67 return source_->GetMimeType(path);
134 EXPECT_EQ(GetMimeType(std::string()), html);
135 EXPECT_EQ(GetMimeType("foo"), html);
136 EXPECT_EQ(GetMimeType("foo.html"), html);
137 EXPECT_EQ(GetMimeType(".js"), js);
138 EXPECT_EQ(GetMimeType("foo.js"), js);
139 EXPECT_EQ(GetMimeType("js"), html);
140 EXPECT_EQ(GetMimeType("foojs"), html);
141 EXPECT_EQ(GetMimeType("fo
[all...]
/external/chromium_org/content/test/net/
H A Durl_request_abort_on_end_job.cc83 bool URLRequestAbortOnEndJob::GetMimeType(std::string* mime_type) const { function in class:content::URLRequestAbortOnEndJob
86 return info.headers.get() && info.headers->GetMimeType(mime_type);
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_list_source.cc108 std::string ThumbnailListSource::GetMimeType(const std::string& path) const { function in class:ThumbnailListSource
/external/chromium_org/chrome/browser/ui/webui/interstitials/
H A Dinterstitial_ui.cc33 virtual std::string GetMimeType(const std::string& mime_type) const OVERRIDE;
158 std::string InterstitialHTMLSource::GetMimeType( function in class:InterstitialHTMLSource
/external/chromium_org/content/browser/net/
H A Dview_http_cache_job_factory.cc39 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE{
40 return core_->GetMimeType(mime_type);
65 bool GetMimeType(std::string* mime_type) const;
156 bool ViewHttpCacheJob::Core::GetMimeType(std::string* mime_type) const { function in class:content::__anon7271::ViewHttpCacheJob::Core
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_read_from_cache_job.cc86 bool ServiceWorkerReadFromCacheJob::GetMimeType(std::string* mime_type) const { function in class:content::ServiceWorkerReadFromCacheJob
89 return http_info()->headers->GetMimeType(mime_type);

Completed in 635 milliseconds

123