OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rdh
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/
browser_process.cc
16
ResourceDispatcherHost*
rdh
= resource_dispatcher_host();
local
17
return
rdh
?
rdh
->download_request_limiter() : NULL;
/external/chromium/chrome/browser/download/
download_safe_browsing_client.cc
32
ResourceDispatcherHost*
rdh
= g_browser_process->resource_dispatcher_host();
local
33
if (
rdh
)
34
sb_service_ =
rdh
->safe_browsing_service();
download_manager.cc
236
ResourceDispatcherHost*
rdh
= g_browser_process->resource_dispatcher_host();
local
237
if (
rdh
) {
238
file_manager_ =
rdh
->download_file_manager();
720
// Cancel the network request.
RDH
is guaranteed to outlive the IO thread.
794
void DownloadManager::PauseDownloadRequest(ResourceDispatcherHost*
rdh
,
799
rdh
->PauseRequest(render_process_id, request_id, pause);
[
all
...]
save_package.cc
286
ResourceDispatcherHost*
rdh
= g_browser_process->resource_dispatcher_host();
local
287
if (!
rdh
) {
292
file_manager_ =
rdh
->save_file_manager();
[
all
...]
/external/chromium/chrome/browser/prerender/
prerender_contents.cc
38
void AddChildRoutePair(ResourceDispatcherHost*
rdh
,
41
rdh
->AddPrerenderChildRoutePair(child_id, route_id);
44
void RemoveChildRoutePair(ResourceDispatcherHost*
rdh
,
47
rdh
->RemovePrerenderChildRoutePair(child_id, route_id);
117
ResourceDispatcherHost*
rdh
= g_browser_process->resource_dispatcher_host();
local
119
NewRunnableFunction(&AddChildRoutePair,
rdh
,
213
ResourceDispatcherHost*
rdh
= g_browser_process->resource_dispatcher_host();
local
215
NewRunnableFunction(&RemoveChildRoutePair,
rdh
,
Completed in 61 milliseconds