Searched refs:CharType (Results 1 - 25 of 375) sorted by relevance

1234567891011>>

/external/chromium_org/components/webdata/common/
H A Dwebdata_constants.cc7 const base::FilePath::CharType kWebDataFilename[] =
H A Dwebdata_constants.h11 WEBDATA_EXPORT extern const base::FilePath::CharType kWebDataFilename[];
/external/chromium_org/third_party/WebKit/Source/platform/
H A DParsingUtilities.h34 template<typename CharType>
35 bool skipExactly(const CharType*& position, const CharType* end, CharType delimiter)
44 template<typename CharType, bool characterPredicate(CharType)>
45 bool skipExactly(const CharType*& position, const CharType* end)
54 template<typename CharType>
55 void skipUntil(const CharType*
[all...]
/external/chromium_org/base/files/
H A Dfile_path_constants.cc10 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/chrome/common/
H A Dchrome_constants.h28 extern const base::FilePath::CharType kBrowserProcessExecutableName[];
29 extern const base::FilePath::CharType kHelperProcessExecutableName[];
30 extern const base::FilePath::CharType kBrowserProcessExecutablePath[];
31 extern const base::FilePath::CharType kHelperProcessExecutablePath[];
32 extern const base::FilePath::CharType kBrowserProcessExecutableNameChromium[];
33 extern const base::FilePath::CharType kHelperProcessExecutableNameChromium[];
34 extern const base::FilePath::CharType kBrowserProcessExecutablePathChromium[];
35 extern const base::FilePath::CharType kHelperProcessExecutablePathChromium[];
41 extern const base::FilePath::CharType kFrameworkName[];
51 extern const base::FilePath::CharType* cons
[all...]
H A Dchrome_constants.cc44 const base::FilePath::CharType kBrowserProcessExecutableNameChromium[] =
46 const base::FilePath::CharType kBrowserProcessExecutableName[] =
48 const base::FilePath::CharType kHelperProcessExecutableNameChromium[] =
50 const base::FilePath::CharType kHelperProcessExecutableName[] =
53 const base::FilePath::CharType kBrowserProcessExecutableNameChromium[] =
55 const base::FilePath::CharType kBrowserProcessExecutableName[] =
57 const base::FilePath::CharType kHelperProcessExecutableNameChromium[] =
59 const base::FilePath::CharType kHelperProcessExecutableName[] =
63 const base::FilePath::CharType kBrowserProcessExecutableName[] = FPL("chrome");
64 const base::FilePath::CharType kBrowserProcessExecutableNameChromiu
[all...]
H A Dwidevine_cdm_constants.h12 extern const base::FilePath::CharType kWidevineCdmBaseDirectory[];
H A Dwidevine_cdm_constants.cc10 const base::FilePath::CharType kWidevineCdmBaseDirectory[] =
/external/chromium_org/chromeos/
H A Dchromeos_constants.cc11 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");
H A Dchromeos_constants.h15 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[];
/external/chromium_org/components/bookmarks/common/
H A Dbookmark_constants.cc11 const base::FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks");
H A Dbookmark_constants.h12 extern const base::FilePath::CharType kBookmarksFileName[];
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGParserUtilities.h51 template <typename CharType>
52 bool parseFloatPoint(const CharType*& current, const CharType* end, FloatPoint&);
53 template <typename CharType>
54 bool parseFloatPoint2(const CharType*& current, const CharType* end, FloatPoint&, FloatPoint&);
55 template <typename CharType>
56 bool parseFloatPoint3(const CharType*& current, const CharType* end, FloatPoint&, FloatPoint&, FloatPoint&);
58 template <typename CharType>
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DASCIICType.h46 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
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DParserUtilities.h29 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/
H A DStringBuffer.h38 template <typename CharType>
46 CharType* characters;
57 CharType* characters() { return length() ? const_cast<CharType*>(m_data->getCharacters<CharType>()) : 0; }
59 CharType& operator[](unsigned i) { ASSERT_WITH_SECURITY_IMPLICATION(i < length()); return characters()[i]; }
67 template <typename CharType>
68 void StringBuffer<CharType>::shrink(unsigned newLength)
/external/chromium_org/chrome/browser/importer/
H A Dfirefox_profile_lock.cc57 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/components/nacl/common/
H A Dnacl_constants.cc21 const base::FilePath::CharType kInternalNaClPluginFileName[] =
/external/chromium_org/extensions/common/
H A Dconstants.cc12 const base::FilePath::CharType kManifestFilename[] =
14 const base::FilePath::CharType kLocaleFolder[] =
16 const base::FilePath::CharType kMessagesFilename[] =
18 const base::FilePath::CharType kPlatformSpecificFolder[] =
20 const base::FilePath::CharType kMetadataFolder[] =
22 const base::FilePath::CharType kVerifiedContentsFilename[] =
24 const base::FilePath::CharType kComputedHashesFilename[] =
40 const base::FilePath::CharType kExtensionFileExtension[] =
42 const base::FilePath::CharType kExtensionKeyFileExtension[] =
H A Dconstants.h21 extern const base::FilePath::CharType kManifestFilename[];
24 extern const base::FilePath::CharType kLocaleFolder[];
27 extern const base::FilePath::CharType kMessagesFilename[];
30 extern const base::FilePath::CharType kPlatformSpecificFolder[];
34 extern const base::FilePath::CharType kMetadataFolder[];
37 extern const base::FilePath::CharType kVerifiedContentsFilename[];
40 extern const base::FilePath::CharType kComputedHashesFilename[];
65 extern const base::FilePath::CharType kExtensionFileExtension[];
68 extern const base::FilePath::CharType kExtensionKeyFileExtension[];
/external/chromium_org/remoting/host/
H A Dbranding.cc19 const base::FilePath::CharType kConfigDir[] =
22 const base::FilePath::CharType kConfigDir[] =
26 const base::FilePath::CharType kConfigDir[] =
29 const base::FilePath::CharType kConfigDir[] =
H A Dipc_constants.h16 extern const base::FilePath::CharType kHostBinaryName[];
19 extern const base::FilePath::CharType kDesktopBinaryName[];
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DJSONParser.cpp62 template<typename CharType>
63 bool parseConstToken(const CharType* start, const CharType* end, const CharType** tokenEnd, const char* token)
72 template<typename CharType>
73 bool readInt(const CharType* start, const CharType* end, const CharType** tokenEnd, bool canHaveLeadingZeros)
91 template<typename CharType>
92 bool parseNumberToken(const CharType* star
[all...]
/external/chromium_org/chrome/browser/translate/
H A Dcld_data_harness.cc17 const base::FilePath::CharType kCrxVersion[] = FILE_PATH_LITERAL("160");
22 const base::FilePath::CharType* CldDataHarness::GetTestDataSourceCrxVersion() {
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_browsertest_common.h29 bool HasYuvAndY4mFile(const base::FilePath::CharType* reference_file);
34 extern const base::FilePath::CharType kReferenceFileName360p[];
35 extern const base::FilePath::CharType kReferenceFileName720p[];
36 extern const base::FilePath::CharType kYuvFileExtension[];
37 extern const base::FilePath::CharType kY4mFileExtension[];

Completed in 543 milliseconds

1234567891011>>