OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CharType
(Results
1 - 25
of
375
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/platform/
ParsingUtilities.h
34
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
*& position, const CharType* end, CharType delimiter
[
all
...]
/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/chrome/common/
chrome_constants.h
28
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
* const kHelperFlavorSuffixes[]
[
all
...]
chrome_constants.cc
44
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
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/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[];
/external/chromium_org/components/bookmarks/common/
bookmark_constants.cc
11
const base::FilePath::
CharType
kBookmarksFileName[] = FPL("Bookmarks");
bookmark_constants.h
12
extern const base::FilePath::
CharType
kBookmarksFileName[];
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.h
51
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/remoting/host/
ipc_constants.h
16
extern const base::FilePath::
CharType
kHostBinaryName[];
19
extern const base::FilePath::
CharType
kDesktopBinaryName[];
branding.cc
19
const base::FilePath::
CharType
kConfigDir[] =
22
const base::FilePath::
CharType
kConfigDir[] =
26
const base::FilePath::
CharType
kConfigDir[] =
29
const base::FilePath::
CharType
kConfigDir[] =
/external/chromium_org/third_party/WebKit/Source/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;
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/
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/components/nacl/common/
nacl_constants.cc
21
const base::FilePath::
CharType
kInternalNaClPluginFileName[] =
nacl_constants.h
21
extern const base::FilePath::
CharType
kInternalNaClPluginFileName[];
/external/chromium_org/extensions/common/
constants.cc
12
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[] =
constants.h
21
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/third_party/WebKit/Source/core/inspector/
JSONParser.cpp
62
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
* start, const CharType* end, const CharType** tokenEnd
[
all
...]
/external/chromium_org/chrome/browser/translate/
cld_data_harness.cc
17
const base::FilePath::
CharType
kCrxVersion[] = FILE_PATH_LITERAL("160");
22
const base::FilePath::
CharType
* CldDataHarness::GetTestDataSourceCrxVersion() {
Completed in 396 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>