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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/chromium_org/chrome/common/
chrome_constants.h 18 extern const base::FilePath::CharType kBrowserProcessExecutableName[];
19 extern const base::FilePath::CharType kHelperProcessExecutableName[];
20 extern const base::FilePath::CharType kBrowserProcessExecutablePath[];
21 extern const base::FilePath::CharType kHelperProcessExecutablePath[];
22 extern const base::FilePath::CharType kBrowserProcessExecutableNameChromium[];
23 extern const base::FilePath::CharType kHelperProcessExecutableNameChromium[];
24 extern const base::FilePath::CharType kBrowserProcessExecutablePathChromium[];
25 extern const base::FilePath::CharType kHelperProcessExecutablePathChromium[];
27 extern const base::FilePath::CharType kFrameworkName[];
37 extern const base::FilePath::CharType* const kHelperFlavorSuffixes[]
    [all...]
chrome_constants.cc 54 const base::FilePath::CharType kBrowserProcessExecutableNameChromium[] =
56 const base::FilePath::CharType kBrowserProcessExecutableName[] =
58 const base::FilePath::CharType kHelperProcessExecutableNameChromium[] =
60 const base::FilePath::CharType kHelperProcessExecutableName[] =
63 const base::FilePath::CharType kBrowserProcessExecutableNameChromium[] =
65 const base::FilePath::CharType kBrowserProcessExecutableName[] =
67 const base::FilePath::CharType kHelperProcessExecutableNameChromium[] =
69 const base::FilePath::CharType kHelperProcessExecutableName[] =
73 const base::FilePath::CharType kBrowserProcessExecutableName[] = FPL("chrome");
74 const base::FilePath::CharType kBrowserProcessExecutableNameChromium[]
    [all...]
widevine_cdm_constants.h 12 extern const base::FilePath::CharType kWidevineCdmBaseDirectory[];
widevine_cdm_constants.cc 10 const base::FilePath::CharType kWidevineCdmBaseDirectory[] =
  /external/chromium_org/components/webdata/common/
webdata_constants.cc 7 const base::FilePath::CharType kWebDataFilename[] =
webdata_constants.h 11 WEBDATA_EXPORT extern const base::FilePath::CharType kWebDataFilename[];
  /external/chromium_org/third_party/WebKit/Source/wtf/
ASCIICType.h 46 template<typename CharType> inline bool isASCII(CharType c)
51 template<typename CharType> inline bool isASCIIAlpha(CharType c)
56 template<typename CharType> inline bool isASCIIDigit(CharType c)
61 template<typename CharType> inline bool isASCIIAlphanumeric(CharType c)
66 template<typename CharType> inline bool isASCIIHexDigit(CharType c
    [all...]
  /external/chromium_org/base/files/
file_path_constants.cc 10 const FilePath::CharType FilePath::kSeparators[] = FILE_PATH_LITERAL("\\/");
12 const FilePath::CharType FilePath::kSeparators[] = FILE_PATH_LITERAL("/");
17 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL(".");
18 const FilePath::CharType FilePath::kParentDirectory[] = FILE_PATH_LITERAL("..");
20 const FilePath::CharType FilePath::kExtensionSeparator = FILE_PATH_LITERAL('.');
  /external/chromium_org/extensions/common/
constants.cc 13 const base::FilePath::CharType kManifestFilename[] =
15 const base::FilePath::CharType kLocaleFolder[] =
17 const base::FilePath::CharType kMessagesFilename[] =
19 const base::FilePath::CharType kPlatformSpecificFolder[] =
35 const base::FilePath::CharType kExtensionFileExtension[] =
37 const base::FilePath::CharType kExtensionKeyFileExtension[] =
constants.h 16 extern const base::FilePath::CharType kManifestFilename[];
19 extern const base::FilePath::CharType kLocaleFolder[];
22 extern const base::FilePath::CharType kMessagesFilename[];
25 extern const base::FilePath::CharType kPlatformSpecificFolder[];
50 extern const base::FilePath::CharType kExtensionFileExtension[];
53 extern const base::FilePath::CharType kExtensionKeyFileExtension[];
  /external/chromium_org/chromeos/
chromeos_constants.cc 11 const base::FilePath::CharType kDriveCacheDirname[] = FPL("GCache");
12 const base::FilePath::CharType kNssCertDbPath[] = FPL(".pki/nssdb/cert9.db");
13 const base::FilePath::CharType kNssDirPath[] = FPL(".pki");
14 const base::FilePath::CharType kNssKeyDbPath[] = FPL(".pki/nssdb/key4.db");
chromeos_constants.h 15 CHROMEOS_EXPORT extern const base::FilePath::CharType kDriveCacheDirname[];
16 CHROMEOS_EXPORT extern const base::FilePath::CharType kNssCertDbPath[];
17 CHROMEOS_EXPORT extern const base::FilePath::CharType kNssDirPath[];
18 CHROMEOS_EXPORT extern const base::FilePath::CharType kNssKeyDbPath[];
chromeos_paths.cc 14 const base::FilePath::CharType kDefaultAppOrderFileName[] =
21 const base::FilePath::CharType kDefaultUserPolicyKeysDir[] =
24 const base::FilePath::CharType kOwnerKeyFileName[] =
27 const base::FilePath::CharType kInstallAttributesFileName[] =
30 const base::FilePath::CharType kUptimeFileName[] =
33 const base::FilePath::CharType kUpdateRebootNeededUptimeFile[] =
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.h 37 template <typename CharType>
38 bool parseSVGNumber(CharType* ptr, size_t length, double& number);
47 template <typename CharType>
48 bool parseFloatPoint(const CharType*& current, const CharType* end, FloatPoint&);
49 template <typename CharType>
50 bool parseFloatPoint2(const CharType*& current, const CharType* end, FloatPoint&, FloatPoint&);
51 template <typename CharType>
52 bool parseFloatPoint3(const CharType*& current, const CharType* end, FloatPoint&, FloatPoint&, FloatPoint&)
    [all...]
SVGLengthList.h 37 template<typename CharType>
38 void parseInternal(const CharType*& ptr, const CharType* end, SVGLengthMode);
SVGStringList.h 48 template<typename CharType>
49 void parseInternal(const CharType*& ptr, const CharType* end, UChar delimiter);
  /external/chromium_org/remoting/host/
ipc_constants.h 16 extern const base::FilePath::CharType kHostBinaryName[];
19 extern const base::FilePath::CharType kDesktopBinaryName[];
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
ParserUtilities.h 29 template<typename CharType>
30 inline bool skipString(const CharType*& ptr, const CharType* end, const CharType* name, int length)
34 if (memcmp(name, ptr, sizeof(CharType) * length))
52 template<typename CharType>
53 inline bool skipString(const CharType*& ptr, const CharType* end, const char* str)
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuffer.h 38 template <typename CharType>
46 CharType* characters;
64 CharType* characters;
69 CharType* characters;
77 CharType* characters() { return length() ? const_cast<CharType*>(m_data->getCharacters<CharType>()) : 0; }
79 CharType& operator[](unsigned i) { ASSERT_WITH_SECURITY_IMPLICATION(i < length()); return characters()[i]; }
  /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 =
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock.cc 57 const base::FilePath::CharType* FirefoxProfileLock::kLockFileName =
59 const base::FilePath::CharType* FirefoxProfileLock::kOldLockFileName =
63 const base::FilePath::CharType* FirefoxProfileLock::kLockFileName =
65 const base::FilePath::CharType* FirefoxProfileLock::kOldLockFileName =
68 const base::FilePath::CharType* FirefoxProfileLock::kLockFileName =
  /external/chromium_org/chrome/browser/storage_monitor/
removable_device_constants.cc 20 const base::FilePath::CharType kDCIMDirectoryName[] = FILE_PATH_LITERAL("DCIM");
removable_device_constants.h 27 extern const base::FilePath::CharType kDCIMDirectoryName[];

Completed in 381 milliseconds

1 2 3 4 5 6 7 8 91011>>