OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BrowserChildProcessHostImpl
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/content/public/browser/
browser_child_process_observer.cc
13
BrowserChildProcessHostImpl
::AddObserver(observer);
19
BrowserChildProcessHostImpl
::RemoveObserver(observer);
browser_child_process_host_iterator.cc
17
iterator_ =
BrowserChildProcessHostImpl
::GetIterator()->begin();
27
iterator_ =
BrowserChildProcessHostImpl
::GetIterator()->begin();
52
return iterator_ ==
BrowserChildProcessHostImpl
::GetIterator()->end();
browser_child_process_host_iterator.h
18
class
BrowserChildProcessHostImpl
;
42
std::list<
BrowserChildProcessHostImpl
*>::iterator iterator_;
browser_message_filter.h
102
friend class
BrowserChildProcessHostImpl
;
/external/chromium_org/content/browser/
browser_child_process_host_impl.cc
39
static base::LazyInstance<
BrowserChildProcessHostImpl
::BrowserChildProcessList>
65
return new
BrowserChildProcessHostImpl
(process_type, delegate);
75
BrowserChildProcessHostImpl
::BrowserChildProcessList*
76
BrowserChildProcessHostImpl
::GetIterator() {
81
void
BrowserChildProcessHostImpl
::AddObserver(
88
void
BrowserChildProcessHostImpl
::RemoveObserver(
94
BrowserChildProcessHostImpl
::
BrowserChildProcessHostImpl
(
111
BrowserChildProcessHostImpl
::~
BrowserChildProcessHostImpl
() {
[
all
...]
browser_child_process_host_impl.h
29
class CONTENT_EXPORT
BrowserChildProcessHostImpl
34
BrowserChildProcessHostImpl
(
37
virtual ~
BrowserChildProcessHostImpl
();
82
typedef std::list<
BrowserChildProcessHostImpl
*> BrowserChildProcessList;
utility_process_host_impl.h
26
class
BrowserChildProcessHostImpl
;
82
scoped_ptr<
BrowserChildProcessHostImpl
> process_;
ppapi_plugin_process_host.h
25
class
BrowserChildProcessHostImpl
;
106
const
BrowserChildProcessHostImpl
* process() { return process_.get(); }
166
scoped_ptr<
BrowserChildProcessHostImpl
> process_;
browser_process_sub_thread.cc
71
BrowserChildProcessHostImpl
::TerminateAll();
plugin_process_host.h
43
class
BrowserChildProcessHostImpl
;
196
scoped_ptr<
BrowserChildProcessHostImpl
> process_;
utility_process_host_impl.cc
144
process_.reset(new
BrowserChildProcessHostImpl
(PROCESS_TYPE_UTILITY, this));
plugin_process_host.cc
112
process_.reset(new
BrowserChildProcessHostImpl
(PROCESS_TYPE_PLUGIN, this));
345
base::Bind(&
BrowserChildProcessHostImpl
::NotifyProcessInstanceCreated,
ppapi_plugin_process_host.cc
214
process_.reset(new
BrowserChildProcessHostImpl
(
235
process_.reset(new
BrowserChildProcessHostImpl
(
/external/chromium_org/content/browser/gpu/
gpu_process_host.h
42
class
BrowserChildProcessHostImpl
;
240
scoped_ptr<
BrowserChildProcessHostImpl
> process_;
gpu_process_host.cc
415
process_.reset(new
BrowserChildProcessHostImpl
(PROCESS_TYPE_GPU, this));
[
all
...]
/external/chromium_org/content/browser/worker_host/
worker_process_host.h
40
class
BrowserChildProcessHostImpl
;
245
scoped_ptr<
BrowserChildProcessHostImpl
> process_;
worker_process_host.cc
99
new
BrowserChildProcessHostImpl
(PROCESS_TYPE_WORKER, this));
Completed in 502 milliseconds