Searched refs:RenderThread (Results 1 - 25 of 95) sorted by path

1234

/external/chromium_org/android_webview/renderer/
H A Daw_content_renderer_client.cc38 using content::RenderThread;
57 RenderThread* thread = RenderThread::Get();
115 RenderThread::Get()->Send(new AwViewHostMsg_ShouldOverrideUrlLoading(
133 RenderThread::Get()->Send(new AwViewHostMsg_SubFrameCreated(
H A Dprint_web_view_helper.cc1609 content::RenderThread::Get()->HostAllocateSharedMemoryBuffer(
H A Dprint_web_view_helper_linux.cc125 content::RenderThread::Get()->HostAllocateSharedMemoryBuffer(
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc149 using content::RenderThread;
291 RenderThread* thread = RenderThread::Get();
327 content::RenderThread::Get()->GetIOMessageLoopProxy());
347 content::RenderThread::Get()->GetIOMessageLoopProxy()));
797 RenderThread::Get()->RecordAction(
895 RenderThread::Get()->RecordAction(
911 RenderThread::Get()->RecordAction(UserMetricsAction("Plugin_Blocked"));
926 RenderThread::Get()->RecordAction(
1407 RenderThread* threa
[all...]
H A Dchrome_render_process_observer.cc58 using content::RenderThread;
99 current_peer, RenderThread::Get(), mime_type, url);
109 RenderThread::Get()->Send(new ChromeViewHostMsg_UpdatedCacheStats(stats));
145 RenderThread::Get()->PreCacheFont(logfont);
147 RenderThread::Get()->ReleaseCachedFonts();
190 workers_to_go_ = RenderThread::Get()->PostTaskToAllWebWorkers(collect);
245 RenderThread::Get()->Send(new ChromeViewHostMsg_V8HeapStats(
272 RenderThread* thread = RenderThread::Get();
360 RenderThread
[all...]
H A Dnet_benchmarking_extension.cc67 content::RenderThread::Get()->Send(new ChromeViewHostMsg_ClearCache(&rv));
74 content::RenderThread::Get()->Send(
81 content::RenderThread::Get()->Send(
87 content::RenderThread::Get()->Send(
H A Dpage_load_histograms.cc736 content::RenderThread::Get()->UpdateHistograms(
/external/chromium_org/chrome/renderer/extensions/
H A Dchrome_v8_extension_handler.cc11 using content::RenderThread;
21 RenderThread::Get()->RemoveRoute(routing_id_);
26 routing_id_ = RenderThread::Get()->GenerateRoutingID();
27 RenderThread::Get()->AddRoute(routing_id_, this);
34 RenderThread::Get()->Send(message);
/external/chromium_org/chrome/renderer/media/
H A Dcast_rtp_stream.cc602 content::RenderThread::Get()->GetMessageLoop()->PostTask(
H A Dcast_session.cc21 DCHECK(content::RenderThread::Get());
30 DCHECK(content::RenderThread::Get());
33 content::RenderThread::Get()->HostAllocateSharedMemoryBuffer(size);
46 content::RenderThread::Get()->GetIOMessageLoopProxy()) {}
56 DCHECK(content::RenderThread::Get()
73 DCHECK(content::RenderThread::Get()
H A Dcast_session_delegate.cc34 content::RenderThread::Get()->GetIOMessageLoopProxy()),
H A Dchrome_key_systems.cc40 content::RenderThread::Get()->Send(
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper.cc49 using content::RenderThread;
76 RenderThread::Get()->AddObserver(this);
89 RenderThread::Get()->RemoveObserver(this);
189 RenderThread::Get()->GetLocale(),
227 RenderThread::Get()->GetLocale(),
H A Drenderer_net_predictor.cc19 using content::RenderThread;
57 RenderThread::Get()->GetMessageLoop()->PostDelayedTask(
92 RenderThread::Get()->GetMessageLoop()->PostDelayedTask(
149 RenderThread::Get()->Send(new ChromeViewHostMsg_DnsPrefetch(names));
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_renderer_host.cc179 bool result = content::RenderThread::Get()->ResolveProxy(gurl, &proxy);
H A Dpepper_shared_memory_message_filter.cc46 scoped_ptr<base::SharedMemory> shm(content::RenderThread::Get()
H A Dpepper_uma_host.cc204 content::RenderThread::Get()->Send(
/external/chromium_org/chrome/renderer/plugins/
H A Dchrome_plugin_placeholder.cc41 using content::RenderThread;
69 RenderThread::Get()->AddObserver(this);
73 RenderThread::Get()->RemoveObserver(this);
80 RenderThread::Get()->RemoveRoute(placeholder_routing_id_);
82 RenderThread::Get()->Send(new ChromeViewHostMsg_RemovePluginPlaceholderHost(
112 RenderThread::Get()->Send(
138 RenderThread::Get()->Send(new ChromeViewHostMsg_CouldNotLoadPlugin(
180 placeholder_routing_id_ = RenderThread::Get()->GenerateRoutingID();
181 RenderThread::Get()->AddRoute(placeholder_routing_id_, this);
224 RenderThread
[all...]
/external/chromium_org/chrome/renderer/prerender/
H A Dprerender_dispatcher.cc141 content::RenderThread::Get()->Send(new PrerenderHostMsg_AddLinkRelPrerender(
151 content::RenderThread::Get()->Send(
163 content::RenderThread::Get()->Send(
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc1594 content::RenderThread::Get()->HostAllocateSharedMemoryBuffer(
H A Dprint_web_view_helper_linux.cc121 content::RenderThread::Get()->HostAllocateSharedMemoryBuffer(
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_classifier_delegate.cc30 using content::RenderThread;
215 RenderThread::Get()->Send(new SafeBrowsingHostMsg_PhishingDetectionDone(
/external/chromium_org/chrome/renderer/spellchecker/
H A Dcocoa_spelling_engine_mac.cc10 using content::RenderThread;
34 RenderThread::Get()->Send(new SpellCheckHostMsg_CheckSpelling(
45 RenderThread::Get()->Send(new SpellCheckHostMsg_FillSuggestionList(
H A Dhunspell_engine.cc17 using content::RenderThread;
120 // RenderThread will not exist in test.
121 if (RenderThread::Get())
122 RenderThread::Get()->Send(new SpellCheckHostMsg_RequestDictionary);
H A Dspellcheck.cc193 content::RenderThread::Get()->Send(

Completed in 305 milliseconds

1234