Home | History | Annotate | Download | only in common

Lines Matching refs:CharType

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");
47 const FilePath::CharType kBrowserProcessExecutablePath[] =
49 const FilePath::CharType kHelperProcessExecutablePath[] =
53 const FilePath::CharType kFrameworkName[] =
74 const FilePath::CharType kExtensionFileExtension[] = FPL(".crx");
75 const FilePath::CharType kExtensionKeyFileExtension[] = FPL(".pem");
78 const FilePath::CharType kArchivedHistoryFilename[] = FPL("Archived History");
79 const FilePath::CharType kCacheDirname[] = FPL("Cache");
80 const FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache");
81 const FilePath::CharType kOffTheRecordMediaCacheDirname[] =
83 const FilePath::CharType kAppCacheDirname[] = FPL("Application Cache");
84 const FilePath::CharType kThemePackFilename[] = FPL("Cached Theme.pak");
85 const FilePath::CharType kCookieFilename[] = FPL("Cookies");
86 const FilePath::CharType kExtensionsCookieFilename[] = FPL("Extension Cookies");
87 const FilePath::CharType kIsolatedAppStateDirname[] = FPL("Isolated Apps");
88 const FilePath::CharType kFaviconsFilename[] = FPL("Favicons");
89 const FilePath::CharType kHistoryFilename[] = FPL("History");
90 const FilePath::CharType kLocalStateFilename[] = FPL("Local State");
91 const FilePath::CharType kPreferencesFilename[] = FPL("Preferences");
92 const FilePath::CharType kSafeBrowsingBaseFilename[] = FPL("Safe Browsing");
93 const FilePath::CharType kSafeBrowsingPhishingModelFilename[] =
95 const FilePath::CharType kSingletonCookieFilename[] = FPL("SingletonCookie");
96 const FilePath::CharType kSingletonSocketFilename[] = FPL("SingletonSocket");
97 const FilePath::CharType kSingletonLockFilename[] = FPL("SingletonLock");
98 const FilePath::CharType kThumbnailsFilename[] = FPL("Thumbnails");
99 const FilePath::CharType kNewTabThumbnailsFilename[] = FPL("Top Thumbnails");
100 const FilePath::CharType kTopSitesFilename[] = FPL("Top Sites");
102 const FilePath::CharType kUserScriptsDirname[] = FPL("User Scripts");
103 const FilePath::CharType kWebDataFilename[] = FPL("Web Data");
104 const FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks");
105 const FilePath::CharType kHistoryBookmarksFileName[] =
107 const FilePath::CharType kCustomDictionaryFileName[] =
109 const FilePath::CharType kLoginDataFileName[] = FPL("Login Data");
110 const FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons");
111 const FilePath::CharType kWebAppDirname[] = FPL("Web Applications");
112 const FilePath::CharType kServiceStateFileName[] = FPL("Service State");