OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BrowserProcessImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/
browser_process_impl.cc
103
BrowserProcessImpl
::
BrowserProcessImpl
(const CommandLine& command_line)
145
BrowserProcessImpl
::~
BrowserProcessImpl
() {
296
unsigned int
BrowserProcessImpl
::AddRefModule() {
303
unsigned int
BrowserProcessImpl
::ReleaseModule() {
321
void
BrowserProcessImpl
::EndSession() {
361
ResourceDispatcherHost*
BrowserProcessImpl
::resource_dispatcher_host() {
368
MetricsService*
BrowserProcessImpl
::metrics_service() {
375
IOThread*
BrowserProcessImpl
::io_thread()
[
all
...]
browser_process_impl.h
40
class
BrowserProcessImpl
: public BrowserProcess,
44
explicit
BrowserProcessImpl
(const CommandLine& command_line);
45
virtual ~
BrowserProcessImpl
();
274
base::RepeatingTimer<
BrowserProcessImpl
> autoupdate_timer_;
288
DISALLOW_COPY_AND_ASSIGN(
BrowserProcessImpl
);
/external/chromium_org/chrome/browser/
browser_process_impl.cc
149
BrowserProcessImpl
::
BrowserProcessImpl
(
202
BrowserProcessImpl
::~
BrowserProcessImpl
() {
208
void
BrowserProcessImpl
::StartTearDown() {
209
TRACE_EVENT0("shutdown", "
BrowserProcessImpl
::StartTearDown");
250
"
BrowserProcessImpl
::StartTearDown:ProfileManager");
295
void
BrowserProcessImpl
::PostDestroyThreads() {
324
unsigned int
BrowserProcessImpl
::AddRefModule() {
341
unsigned int
BrowserProcessImpl
::ReleaseModule()
[
all
...]
browser_process_impl.h
49
class
BrowserProcessImpl
: public BrowserProcess,
53
BrowserProcessImpl
(base::SequencedTaskRunner* local_state_task_runner,
55
virtual ~
BrowserProcessImpl
();
276
base::RepeatingTimer<
BrowserProcessImpl
> autoupdate_timer_;
307
DISALLOW_COPY_AND_ASSIGN(
BrowserProcessImpl
);
Completed in 36 milliseconds