OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RenderProcessHost
(Results
51 - 75
of
260
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_browser_host.cc
31
using content::
RenderProcessHost
;
40
RenderProcessHost
* render_process_host =
RenderProcessHost
::FromID(
/external/chromium_org/chrome/browser/extensions/api/messaging/
message_service.h
31
class
RenderProcessHost
;
60
//
RenderProcessHost
or a RenderViewHost.
97
// Get the
RenderProcessHost
(if any) associated with the port.
98
virtual content::
RenderProcessHost
* GetRenderProcessHost();
199
void OnProcessClosed(content::
RenderProcessHost
* process);
247
void DispatchOnDisconnect(content::
RenderProcessHost
* source,
extension_message_port.cc
17
ExtensionMessagePort::ExtensionMessagePort(content::
RenderProcessHost
* process,
80
content::
RenderProcessHost
* ExtensionMessagePort::GetRenderProcessHost() {
/external/chromium_org/chrome/browser/extensions/
permissions_updater.cc
25
using content::
RenderProcessHost
;
137
for (
RenderProcessHost
::iterator i(
RenderProcessHost
::AllHostsIterator());
139
RenderProcessHost
* host = i.GetCurrentValue();
user_script_master.h
25
class
RenderProcessHost
;
138
void SendUpdate(content::
RenderProcessHost
* process,
/external/chromium_org/chrome/browser/profiles/
profile_destroyer_unittest.cc
78
scoped_ptr<content::
RenderProcessHost
> render_process_host1;
84
scoped_ptr<content::
RenderProcessHost
> render_process_host2;
116
scoped_ptr<content::
RenderProcessHost
> render_process_host1;
136
scoped_ptr<content::
RenderProcessHost
> render_process_host2;
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter.cc
67
content::
RenderProcessHost
* host =
68
content::
RenderProcessHost
::FromID(render_process_id_);
173
content::
RenderProcessHost
* host =
174
content::
RenderProcessHost
::FromID(render_process_id_);
spellcheck_service.h
29
class
RenderProcessHost
;
85
void InitForRenderer(content::
RenderProcessHost
* process);
/external/chromium_org/components/breakpad/browser/
crash_dump_manager_android.h
19
class
RenderProcessHost
;
/external/chromium_org/content/browser/renderer_host/
backing_store_win.h
29
RenderProcessHost
* process,
render_process_host_impl.cc
6
// channel. There will be one
RenderProcessHost
per renderer process.
198
base::LazyInstance<IDMap<
RenderProcessHost
> >::Leaky
204
// Map of site to process, to ensure we only have one
RenderProcessHost
per
208
typedef base::hash_map<std::string,
RenderProcessHost
*> SiteToProcessMap;
211
void RegisterProcess(const std::string& site,
RenderProcessHost
* process) {
215
RenderProcessHost
* FindProcess(const std::string& site) {
222
void RemoveProcess(
RenderProcessHost
* host) {
288
void
RenderProcessHost
::RegisterRendererMainThreadFactory(
305
size_t
RenderProcessHost
::GetMaxRendererProcessCount() {
347
void
RenderProcessHost
::SetMaxRendererProcessCount(size_t count)
[
all
...]
render_process_host_impl.h
52
// Implements a concrete
RenderProcessHost
for the browser process for talking
56
// channel. There will be one
RenderProcessHost
per renderer process.
62
// running in the renderer process. Each
RenderProcessHost
and RenderProcess
67
// A
RenderProcessHost
is also associated with one and only one
72
: public
RenderProcessHost
,
82
//
RenderProcessHost
implementation (public portion).
124
// IPC::Sender via
RenderProcessHost
.
127
// IPC::Listener via
RenderProcessHost
.
165
static void RegisterHost(int host_id,
RenderProcessHost
* host);
170
static bool IsSuitableHost(
RenderProcessHost
* host
[
all
...]
/external/chromium_org/content/browser/
site_instance_impl_unittest.cc
68
virtual bool IsSuitableHost(
RenderProcessHost
* process_host,
103
EXPECT_TRUE(
RenderProcessHost
::AllHostsIterator().IsAtEnd());
298
scoped_ptr<
RenderProcessHost
> host1;
307
scoped_ptr<
RenderProcessHost
> host2(instance2->GetProcess());
444
scoped_ptr<
RenderProcessHost
> process_a1(site_instance_a1->GetProcess());
445
scoped_ptr<
RenderProcessHost
> process_a2_2(site_instance_a2_2->GetProcess());
468
// Test to ensure that there is only one
RenderProcessHost
per site for an
483
scoped_ptr<
RenderProcessHost
> process_a1(site_instance_a1->GetProcess());
525
scoped_ptr<
RenderProcessHost
> process_a2_3(site_instance_a2_3->GetProcess());
579
scoped_ptr<
RenderProcessHost
> extension_host
[
all
...]
host_zoom_map_impl.cc
101
for (
RenderProcessHost
::iterator i(
RenderProcessHost
::AllHostsIterator());
103
RenderProcessHost
* render_process_host = i.GetCurrentValue();
128
for (
RenderProcessHost
::iterator i(
RenderProcessHost
::AllHostsIterator());
130
RenderProcessHost
* render_process_host = i.GetCurrentValue();
/external/chromium/chrome/browser/search_engines/
search_provider_install_state_message_filter.cc
24
Source<
RenderProcessHost
>(
25
RenderProcessHost
::FromID(render_process_id))),
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry.h
30
class
RenderProcessHost
;
111
// changed, calls InstructRenderProcess() for each
RenderProcessHost
in the
117
void InstructRenderProcess(content::
RenderProcessHost
* process);
/external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.h
66
content::
RenderProcessHost
* rph,
67
content::
RenderProcessHost
::RendererClosedDetails* details);
/external/chromium_org/chrome/browser/performance_monitor/
performance_monitor.h
184
content::
RenderProcessHost
* host,
185
const content::
RenderProcessHost
::RendererClosedDetails& details);
/external/chromium_org/chrome/browser/renderer_host/
web_cache_manager.cc
87
//
RenderProcessHost
is recreated and adds itself.
171
content::
RenderProcessHost
* process =
172
content::Source<content::
RenderProcessHost
>(source).ptr();
177
content::
RenderProcessHost
* process =
178
content::Source<content::
RenderProcessHost
>(source).ptr();
316
content::
RenderProcessHost
* host =
317
content::
RenderProcessHost
::FromID(allocation->first);
347
content::
RenderProcessHost
* host =
348
content::
RenderProcessHost
::FromID(*iter);
/external/chromium_org/chrome/browser/search_engines/
search_provider_install_state_message_filter.cc
25
content::Source<content::
RenderProcessHost
>(
26
content::
RenderProcessHost
::FromID(render_process_id))),
/external/chromium_org/chrome/browser/ui/
uma_browsing_activity_observer.cc
87
for (content::
RenderProcessHost
::iterator i(
88
content::
RenderProcessHost
::AllHostsIterator());
/external/chromium_org/chrome/browser/ui/webui/
app_launcher_page_ui.cc
104
content::
RenderProcessHost
* render_host =
105
content::
RenderProcessHost
::FromID(render_process_id);
/external/chromium_org/content/public/browser/
render_widget_host.h
37
class
RenderProcessHost
;
227
virtual
RenderProcessHost
* GetProcess() const = 0;
/external/chromium_org/extensions/browser/
event_router.h
31
class
RenderProcessHost
;
103
content::
RenderProcessHost
* process,
106
content::
RenderProcessHost
* process,
135
content::
RenderProcessHost
* process,
143
content::
RenderProcessHost
* process,
238
content::
RenderProcessHost
* process,
/external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
webrtc_logging_private_api.cc
35
content::
RenderProcessHost
*
71
content::
RenderProcessHost
* host =
111
content::
RenderProcessHost
* host =
148
content::
RenderProcessHost
* host =
170
content::
RenderProcessHost
* host =
204
content::
RenderProcessHost
* host =
244
content::
RenderProcessHost
* host =
Completed in 1474 milliseconds
1
2
3
4
5
6
7
8
9
10
11