Home | History | Annotate | Download | only in common

Lines Matching refs:FPL

9 #define FPL FILE_PATH_LITERAL
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);
38 FPL(PRODUCT_STRING " Helper");
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");
48 FPL(PRODUCT_STRING ".app/Contents/MacOS/" PRODUCT_STRING);
50 FPL(PRODUCT_STRING " Helper.app/Contents/MacOS/" PRODUCT_STRING " Helper");
54 FPL(PRODUCT_STRING " Framework.framework");
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");
82 FPL("Incognito Media Cache");
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");
94 FPL("Safe Browsing Phishing Model v1");
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");
106 FPL("Bookmarks From History");
108 FPL("Custom Dictionary.txt");
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");
137 #undef FPL