OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LaunchBrowser
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_window.cc
70
browser_creator.
LaunchBrowser
(command_line, profile, base::FilePath(),
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.h
75
bool
LaunchBrowser
(const CommandLine& command_line,
startup_browser_creator.cc
207
// StartupBrowserCreator::
LaunchBrowser
.
252
bool StartupBrowserCreator::
LaunchBrowser
(
652
if (!browser_creator->
LaunchBrowser
(command_line, last_used_profile,
679
if (!browser_creator->
LaunchBrowser
((*it == last_used_profile) ?
/external/chromium/chrome/browser/ui/
browser_init.h
67
bool
LaunchBrowser
(const CommandLine& command_line, Profile* profile,
browser_init.cc
519
bool BrowserInit::
LaunchBrowser
(const CommandLine& command_line,
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.cc
35
browser_creator.
LaunchBrowser
(*CommandLine::ForCurrentProcess(),
login_utils.cc
289
browser_creator.
LaunchBrowser
(*CommandLine::ForCurrentProcess(),
/external/chromium_org/chrome/test/automation/
proxy_launcher.h
92
// TODO(phajdan.jr): Make
LaunchBrowser
private.
93
bool
LaunchBrowser
(const LaunchState& state) WARN_UNUSED_RESULT;
proxy_launcher.cc
167
if (!
LaunchBrowser
(state))
202
bool ProxyLauncher::
LaunchBrowser
(const LaunchState& state) {
570
if (!
LaunchBrowser
(state)) {
571
LOG(ERROR) << "Failed to
LaunchBrowser
";
/external/chromium_org/chrome/test/ui/
ui_test.h
51
void
LaunchBrowser
();
73
// TODO(phajdan.jr): Make
LaunchBrowser
private.
74
void
LaunchBrowser
(const CommandLine& cmdline, bool clear_profile);
ui_test.cc
212
void UITestBase::
LaunchBrowser
() {
213
LaunchBrowser
(launch_arguments_, clear_profile_);
230
void UITestBase::
LaunchBrowser
(const CommandLine& arguments,
234
ASSERT_TRUE(launcher_->
LaunchBrowser
(state));
/external/chromium_org/chrome_frame/test/
test_with_web_server.cc
172
bool ChromeFrameTestWithWebServer::
LaunchBrowser
(BrowserKind browser,
262
ASSERT_TRUE(
LaunchBrowser
(browser, page));
731
ASSERT_TRUE(
LaunchBrowser
(IE, kInstallFlowTestUrl));
791
ASSERT_TRUE(
LaunchBrowser
(IE, server.FormatHttpPath(kPages[0]).c_str()));
824
ASSERT_TRUE(
LaunchBrowser
(IE, server.FormatHttpPath(kPages[0]).c_str()));
942
ASSERT_TRUE(
LaunchBrowser
(IE, server.FormatHttpPath(kPages[0]).c_str()));
[
all
...]
test_with_web_server.h
180
bool
LaunchBrowser
(BrowserKind browser, const wchar_t* url);
/external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc
321
bool
LaunchBrowser
(const CommandLine& command_line, Profile* profile) {
542
bool should_run_loop =
LaunchBrowser
(command_line, profile);
592
bool should_run_loop =
LaunchBrowser
(command_line, profile);
/external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service_unittest.cc
196
bool
LaunchBrowser
(const CommandLine& command_line, Profile* profile) {
455
EXPECT_FALSE(
LaunchBrowser
(command_line, &profile_));
/external/chromium/chrome/browser/chromeos/login/
login_utils.cc
590
browser_init.
LaunchBrowser
(*CommandLine::ForCurrentProcess(),
Completed in 577 milliseconds