OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnContentBlocked
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/renderer/
renderer_webapplicationcachehost_impl.cc
43
void RendererWebApplicationCacheHostImpl::
OnContentBlocked
(
/external/chromium_org/content/browser/appcache/
appcache_frontend_proxy.cc
51
void AppCacheFrontendProxy::
OnContentBlocked
(int host_id,
/external/chromium_org/content/child/appcache/
appcache_frontend_impl.cc
82
void AppCacheFrontendImpl::
OnContentBlocked
(int host_id,
86
host->
OnContentBlocked
(manifest_url);
appcache_dispatcher.cc
28
IPC_MESSAGE_HANDLER(AppCacheMsg_ContentBlocked,
OnContentBlocked
)
67
void AppCacheDispatcher::
OnContentBlocked
(int host_id,
69
frontend_->
OnContentBlocked
(host_id, manifest_url);
web_application_cache_host_impl.h
46
virtual void
OnContentBlocked
(const GURL& manifest_url) {}
/external/chromium/chrome/browser/chromeos/login/
web_page_view.cc
91
void WizardWebPageViewTabContents::
OnContentBlocked
(ContentSettingsType type) {
/external/chromium_org/webkit/browser/appcache/
appcache_group_unittest.cc
53
virtual void
OnContentBlocked
(int host_id,
76
virtual void
OnContentBlocked
(AppCacheGroup* group) {
/external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.cc
81
void TabSpecificContentSettings::
OnContentBlocked
(
127
OnContentBlocked
(CONTENT_SETTINGS_TYPE_COOKIES, std::string());
140
OnContentBlocked
(CONTENT_SETTINGS_TYPE_COOKIES, std::string());
155
OnContentBlocked
(CONTENT_SETTINGS_TYPE_COOKIES, std::string());
175
OnContentBlocked
(CONTENT_SETTINGS_TYPE_COOKIES, std::string());
189
OnContentBlocked
(CONTENT_SETTINGS_TYPE_COOKIES, std::string());
201
OnContentBlocked
(CONTENT_SETTINGS_TYPE_COOKIES, std::string());
/external/chromium_org/chrome/browser/content_settings/
tab_specific_content_settings.cc
248
void TabSpecificContentSettings::
OnContentBlocked
(ContentSettingsType type) {
335
OnContentBlocked
(CONTENT_SETTINGS_TYPE_COOKIES);
354
OnContentBlocked
(CONTENT_SETTINGS_TYPE_COOKIES);
371
OnContentBlocked
(CONTENT_SETTINGS_TYPE_COOKIES);
392
OnContentBlocked
(CONTENT_SETTINGS_TYPE_COOKIES);
407
OnContentBlocked
(CONTENT_SETTINGS_TYPE_COOKIES);
423
OnContentBlocked
(CONTENT_SETTINGS_TYPE_COOKIES);
450
OnContentBlocked
(CONTENT_SETTINGS_TYPE_PROTECTED_MEDIA_IDENTIFIER);
499
OnContentBlocked
(CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC);
518
OnContentBlocked
(CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA)
[
all
...]
Completed in 149 milliseconds