Searched refs:browser_process (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/test/base/
H A Dscoped_testing_local_state.cc12 TestingBrowserProcess* browser_process)
13 : browser_process_(browser_process) {
15 EXPECT_FALSE(browser_process->local_state());
16 browser_process->SetLocalState(&local_state_);
11 ScopedTestingLocalState( TestingBrowserProcess* browser_process) argument
H A Dscoped_testing_local_state.h17 explicit ScopedTestingLocalState(TestingBrowserProcess* browser_process);
H A Dtesting_profile_manager.h34 explicit TestingProfileManager(TestingBrowserProcess* browser_process);
H A Dtesting_browser_process.cc12 #include "chrome/browser/browser_process.h"
62 BrowserProcess* browser_process = g_browser_process; local
64 delete browser_process;
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
H A Drendering_stats.py111 def __init__(self, renderer_process, browser_process, timeline_ranges):
124 if HasRenderingStats(browser_process):
125 timestamp_process = browser_process
174 browser_process, renderer_process, timeline_range)
179 self, browser_process, renderer_process, timeline_range):
180 latency_events = GetInputLatencyEvents(browser_process, timeline_range)
H A Dsmoothness.py52 renderer_process, model.browser_process,
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dmodel.py91 def browser_process(self): member in class:TimelineModel
94 @browser_process.setter
96 def browser_process(self, browser_process): member in class:TimelineModel
97 self._browser_process = browser_process
H A Dtrace_event_importer.py460 self._model.browser_process = thread.parent
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl_unittest.cc81 profile_manager_.reset(new TestingProfileManager(browser_process()));
105 TestingBrowserProcess* browser_process() { function in class:OffTheRecordProfileImplTest
H A Dprofile_shortcut_manager_unittest_win.cc47 TestingBrowserProcess* browser_process = variable
49 profile_manager_.reset(new TestingProfileManager(browser_process));
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserlauncher.py127 self.browser_process.Wait(self.WAIT_STEPS, self.SLEEP_TIME)
130 self.browser_process.Kill()
199 self.browser_process = RunCommand(cmd, env=env)
202 return self.browser_process.IsRunning()
205 return self.browser_process.GetReturnCode()
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notifications_unittest.cc54 TestingBrowserProcess* browser_process = TestingBrowserProcess::GetGlobal(); local
55 profile_manager_.reset(new TestingProfileManager(browser_process));
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win_unittest.cc12 #include "chrome/browser/browser_process.h"
88 TestingBrowserProcess* browser_process = TestingBrowserProcess::GetGlobal(); local
89 DCHECK(browser_process);
94 browser_process->media_file_system_registry()->GetPreferences(profile())->
/external/chromium_org/chrome/browser/printing/cloud_print/test/
H A Dcloud_print_proxy_process_browsertest.cc508 TestingBrowserProcess* browser_process = local
510 TestingProfileManager profile_manager(browser_process);
538 TestingBrowserProcess* browser_process = local
541 TestingProfileManager profile_manager(browser_process);
587 TestingBrowserProcess* browser_process = local
589 TestingProfileManager profile_manager(browser_process);
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dtracing_backend_unittest.py94 self.assertEquals(timeline_model.browser_process.pid, 5)
/external/chromium_org/tools/dromaeo_benchmark_runner/
H A Ddromaeo_benchmark_runner.py246 browser_process = subprocess.Popen('%s "%s"' % (browser, test_page))
255 browser_process.wait()

Completed in 1576 milliseconds