OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chrome_launcher
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome_frame/
chrome_launcher_unittest.cc
8
#include "chrome_frame/
chrome_launcher
.h"
17
EXPECT_FALSE(
chrome_launcher
::IsValidCommandLine(
25
EXPECT_TRUE(
chrome_launcher
::IsValidCommandLine(
29
EXPECT_TRUE(
chrome_launcher
::IsValidCommandLine(
33
EXPECT_TRUE(
chrome_launcher
::IsValidCommandLine(
38
std::wstring trimmed(
chrome_launcher
::TrimWhiteSpace(L" \t some text \n\t"));
41
std::wstring now_empty(
chrome_launcher
::TrimWhiteSpace(L"\t\t \n\t"));
44
std::wstring empty(
chrome_launcher
::TrimWhiteSpace(L""));
47
std::wstring not_trimmed(
chrome_launcher
::TrimWhiteSpace(L"foo bar"));
50
std::wstring trimmed_right(
chrome_launcher
::TrimWhiteSpace(L"foo bar\t"))
[
all
...]
chrome_launcher_utils.cc
24
// Searches for the path to
chrome_launcher
.exe. Will return false if this
35
base::FilePath
chrome_launcher
= current_dir.Append(
local
36
chrome_launcher
::kLauncherExeBaseName);
37
if (base::PathExists(
chrome_launcher
)) {
38
command_line->reset(new CommandLine(
chrome_launcher
));
44
NOTREACHED() << "Could not find " <<
chrome_launcher
::kLauncherExeBaseName
53
namespace
chrome_launcher
{
namespace
55
const wchar_t kLauncherExeBaseName[] = L"
chrome_launcher
.exe";
109
} // namespace
chrome_launcher
chrome_launcher_utils.h
17
namespace
chrome_launcher
{
namespace
19
// The base name of the
chrome_launcher
.exe file.
43
} // namespace
chrome_launcher
chrome_launcher_main.cc
9
#include "chrome_frame/
chrome_launcher
.h"
25
else if (
chrome_launcher
::SanitizeAndLaunchChrome(cmd_line))
chrome_launcher.h
16
namespace
chrome_launcher
{
namespace
18
// The base name of the
chrome_launcher
.exe file.
50
} // namespace
chrome_launcher
chrome_launcher.cc
5
#include "chrome_frame/
chrome_launcher
.h"
71
const wchar_t kLauncherExeBaseName[] = L"
chrome_launcher
.exe";
77
namespace
chrome_launcher
{
namespace
267
} // namespace
chrome_launcher
chrome_tab.cc
136
chrome_launcher
::GetChromeExecutablePath().DirName();
157
// Add the directory of
chrome_launcher
.exe. This will be the same
172
// Add the filename of
chrome_launcher
.exe
174
chrome_launcher
::kLauncherExeBaseName);
333
CommandLine run_once_cmd(
chrome_launcher
::GetChromeExecutablePath());
[
all
...]
chrome_frame_automation.cc
260
if (
chrome_launcher
::CreateLaunchCommandLine(&command_line)) {
[
all
...]
/external/chromium_org/tools/win/
copy-installer.bat
62
chrome_frame_helper.exe.pdb
chrome_launcher
.exe.pdb^
Completed in 67 milliseconds