OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BrowserProcessImpl
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/first_run/
first_run_browser_process.cc
10
:
BrowserProcessImpl
(command_line) {
first_run_browser_process.h
13
// A subclass of
BrowserProcessImpl
that does not have a GoogleURLTracker or
16
class FirstRunBrowserProcess : public
BrowserProcessImpl
{
21
//
BrowserProcessImpl
:
/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
);
browser_main.cc
660
void CreateChildThreads(
BrowserProcessImpl
* process) {
[
all
...]
Completed in 68 milliseconds