HomeSort by relevance Sort by last modified time
    Searched refs:CharType (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/chromium/chrome/common/
chrome_constants.h 19 extern const FilePath::CharType kBrowserProcessExecutableName[];
20 extern const FilePath::CharType kHelperProcessExecutableName[];
21 extern const FilePath::CharType kBrowserProcessExecutablePath[];
22 extern const FilePath::CharType kHelperProcessExecutablePath[];
24 extern const FilePath::CharType kFrameworkName[];
37 extern const FilePath::CharType kExtensionFileExtension[];
38 extern const FilePath::CharType kExtensionKeyFileExtension[];
41 extern const FilePath::CharType kArchivedHistoryFilename[];
42 extern const FilePath::CharType kCacheDirname[];
43 extern const FilePath::CharType kMediaCacheDirname[]
    [all...]
chrome_constants.cc 28 const FilePath::CharType kBrowserProcessExecutableName[] = FPL("chrome.exe");
29 const FilePath::CharType kHelperProcessExecutableName[] = FPL("chrome.exe");
31 const FilePath::CharType kBrowserProcessExecutableName[] = FPL("chrome");
34 const FilePath::CharType kHelperProcessExecutableName[] = FPL("exe");
36 const FilePath::CharType kBrowserProcessExecutableName[] = FPL(PRODUCT_STRING);
37 const FilePath::CharType kHelperProcessExecutableName[] =
41 const FilePath::CharType kBrowserProcessExecutablePath[] = FPL("chrome.exe");
42 const FilePath::CharType kHelperProcessExecutablePath[] = FPL("chrome.exe");
44 const FilePath::CharType kBrowserProcessExecutablePath[] = FPL("chrome");
45 const FilePath::CharType kHelperProcessExecutablePath[] = FPL("chrome")
    [all...]
auto_start_linux.cc 16 const FilePath::CharType kAutostart[] = "autostart";
17 const FilePath::CharType kConfig[] = ".config";
chrome_paths.cc 24 const FilePath::CharType kInternalFlashPluginFileName[] =
34 const FilePath::CharType kInternalPDFPluginFileName[] =
44 const FilePath::CharType kInternalNaClPluginFileName[] =
  /external/chromium/chrome/browser/importer/
firefox_profile_lock.cc 57 const FilePath::CharType* FirefoxProfileLock::kLockFileName =
59 const FilePath::CharType* FirefoxProfileLock::kOldLockFileName =
63 const FilePath::CharType* FirefoxProfileLock::kLockFileName =
65 const FilePath::CharType* FirefoxProfileLock::kOldLockFileName =
68 const FilePath::CharType* FirefoxProfileLock::kLockFileName =
firefox_profile_lock.h 85 static const FilePath::CharType* kLockFileName;
86 static const FilePath::CharType* kOldLockFileName;
  /external/chromium/chrome/browser/
browsing_data_local_storage_helper_browsertest.cc 27 const FilePath::CharType kTestFile0[] =
30 const FilePath::CharType kTestFile1[] =
33 const FilePath::CharType kTestFileInvalid[] =
37 const FilePath::CharType kTestFileExtension[] = FILE_PATH_LITERAL(
45 const FilePath::CharType* kFilesToCreate[] = {
141 const FilePath::CharType file1[] =
143 const FilePath::CharType file2[] =
165 const FilePath::CharType file[] =
browsing_data_indexed_db_helper_browsertest.cc 32 const FilePath::CharType file1[] =
34 const FilePath::CharType file2[] =
57 const FilePath::CharType file[] =
popup_blocker_browsertest.cc 22 static const FilePath::CharType* kTestDir = FILE_PATH_LITERAL("popup_blocker");
collected_cookies_uitest.cc 17 const FilePath::CharType kDocRoot[] = FILE_PATH_LITERAL("chrome/test/data");
crash_recovery_browsertest.cc 60 const FilePath::CharType* kTitle2File = FILE_PATH_LITERAL("title2.html");
repost_form_warning_uitest.cc 17 const FilePath::CharType kDocRoot[] = FILE_PATH_LITERAL("chrome/test/data");
  /external/chromium/base/
file_path.h 56 // instead, use a FilePath::CharType[] and initialize it with
60 // | const FilePath::CharType kLogFileName[] = FILE_PATH_LITERAL("log.txt");
140 typedef StringType::value_type CharType;
146 static const CharType kSeparators[];
149 static const CharType kCurrentDirectory[];
152 static const CharType kParentDirectory[];
155 static const CharType kExtensionSeparator;
179 static bool IsSeparator(CharType character);
372 // Macros for string literal initialization of FilePath::CharType[], and for
373 // using a FilePath::CharType[] in a printf-style format string
    [all...]
command_line.cc 26 typedef CommandLine::StringType::value_type CharType;
28 const CharType kSwitchTerminator[] = FILE_PATH_LITERAL("--");
29 const CharType kSwitchValueSeparator[] = FILE_PATH_LITERAL("=");
33 const CharType* const kSwitchPrefixes[] = {L"--", L"-", L"/"};
36 const CharType* const kSwitchPrefixes[] = {"--", "-"};
  /external/chromium/chrome/browser/autofill/
form_structure_browsertest.cc 21 const FilePath::CharType kTestName[] = FILE_PATH_LITERAL("heuristics");
22 const FilePath::CharType kFileNamePattern[] = FILE_PATH_LITERAL("*.html");
  /external/chromium/net/test/
python_utils_unittest.cc 18 const FilePath::CharType kAppendDir1[] =
20 const FilePath::CharType kAppendDir2[] =
  /external/chromium/testing/gmock/src/
gmock.cc 124 // The type parameter CharType can be instantiated to either char or
126 template <typename CharType>
127 void InitGoogleMockImpl(int* argc, CharType** argv) {
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 35 static const FilePath::CharType kLogPath[] = FPL("/tmp");
37 static const FilePath::CharType kUptimePrefix[] = FPL("uptime-");
39 static const FilePath::CharType kDiskPrefix[] = FPL("disk-");
41 static const FilePath::CharType kChromeMain[] = FPL("chrome-main");
48 static const FilePath::CharType kLoginSuccess[] = FPL("login-success");
49 static const FilePath::CharType kChromeFirstRender[] =
60 static const FilePath::CharType kLoginTimes[] = FPL("login-times-sent");
136 static const FilePath::CharType kBootTimesSent[] =
174 const FilePath::CharType kFirmwareBootTime[] = FPL("firmware-boot-time");
175 const FilePath::CharType kPreStartup[] = FPL("pre-startup")
    [all...]
  /external/chromium/chrome/browser/policy/
profile_policy_connector.cc 24 const FilePath::CharType kPolicyDir[] = FILE_PATH_LITERAL("Device Management");
25 const FilePath::CharType kTokenCacheFile[] = FILE_PATH_LITERAL("Token");
26 const FilePath::CharType kPolicyCacheFile[] = FILE_PATH_LITERAL("Policy");
  /external/chromium/chrome/browser/download/
save_package_unittest.cc 134 const FilePath::CharType* expected_name;
247 const FilePath::CharType* page_title;
248 const FilePath::CharType* expected_name;
289 const FilePath::CharType* page_title;
290 const FilePath::CharType* expected_name;
336 const FilePath::CharType* expected_name;
399 static const FilePath::CharType* kTestDir = FILE_PATH_LITERAL("save_page");
save_page_uitest.cc 21 const FilePath::CharType* kTestDir = FILE_PATH_LITERAL("save_page");
download_util_unittest.cc 499 const FilePath::CharType* path;
501 const FilePath::CharType* expected_path;
  /external/chromium/net/base/
mime_util_unittest.cc 13 const FilePath::CharType* extension;
37 const FilePath::CharType* file_path;
  /external/chromium/chrome/browser/history/
text_database.h 95 static const FilePath::CharType* file_base();
  /external/chromium/chrome/browser/sync/util/
user_settings_unittest.cc 22 const FilePath::CharType kV10UserSettingsDB[] =
24 const FilePath::CharType kV11UserSettingsDB[] =
26 const FilePath::CharType kOldStyleSyncDataDB[] =

Completed in 658 milliseconds

1 2 3 4