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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/remoting/host/win/
elevated_controller.cc 35 const base::FilePath::CharType kConfigFileName[] = FILE_PATH_LITERAL("host.json");
38 const base::FilePath::CharType kUnprivilegedConfigFileName[] =
42 const base::FilePath::CharType kTempFileExtension[] = FILE_PATH_LITERAL("json~");
  /external/chromium_org/webkit/browser/fileapi/
sandbox_context.cc 46 const base::FilePath::CharType* const kRestrictedNames[] = {
51 const base::FilePath::CharType kRestrictedChars[] = {
107 const base::FilePath::CharType
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 762 template <typename CharType>
763 ALWAYS_INLINE PassRefPtr<StringImpl> StringImpl::removeCharacters(const CharType* characters, CharacterMatchFunctionPtr findMatch)
765 const CharType* from = characters;
766 const CharType* fromend = from + m_length;
774 StringBuffer<CharType> data(m_length);
775 CharType* to = data.characters();
779 memcpy(to, characters, outc * sizeof(CharType));
802 template <typename CharType, class UCharPredicate>
805 StringBuffer<CharType> data(m_length);
807 const CharType* from = getCharacters<CharType>()
    [all...]
  /art/runtime/verifier/
reg_type_cache.cc 53 entries_.push_back(CharType::GetInstance());
105 return *CharType::GetInstance();
251 CharType::Destroy();
269 CreatePrimitiveTypeInstance<CharType>("C");
reg_type_cache.h 97 return *CharType::GetInstance();
  /external/chromium/chrome/browser/download/
save_package.h 256 static const FilePath::CharType* ExtensionForMimeType(
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file_unittest.cc 15 const FilePath::CharType kFolderPrefix[] =
  /external/chromium/chrome/browser/
shell_integration_unittest.cc 141 const FilePath::CharType* path;
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_storage.cc 29 const base::FilePath::CharType kBackupExtension[] = FILE_PATH_LITERAL("bak");
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.h 75 static const base::FilePath::CharType kOldCacheMetadataDBName[];
  /external/chromium_org/chrome/browser/component_updater/
recovery_component_installer.cc 36 const base::FilePath::CharType kRecoveryFileName[] =
  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker_unittest.cc 74 const base::FilePath::CharType* suffix);
92 size_t repeat, const base::FilePath::CharType* suffix);
132 const base::FilePath::CharType* suffix) {
176 size_t repeat, const base::FilePath::CharType* suffix) {
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_drm_host.cc 36 const base::FilePath::CharType kVoucherFilename[] =
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_metadata_store.h 55 static const base::FilePath::CharType kDatabaseName[];
  /external/chromium_org/chrome/browser/ui/webui/
fileicon_source_unittest.cc 51 const base::FilePath::CharType* unescaped_path;
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.h 20 extern const base::FilePath::CharType kPrinterStatePath[];
  /external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.h 51 static const base::FilePath::CharType kIndexedDBDirectory[];
  /external/chromium_org/content/test/net/
url_request_mock_http_job.cc 18 const base::FilePath::CharType kMockHeaderFileSuffix[] =
  /external/chromium_org/remoting/host/
config_file_watcher.cc 24 const base::FilePath::CharType kDefaultHostConfigFile[] =
  /external/chromium_org/remoting/host/policy_hack/
policy_watcher_linux.cc 36 const base::FilePath::CharType kPolicyDir[] =
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp 91 template<typename CharType>
94 const CharType* ptr = string.getCharacters<CharType>();
95 const CharType* end = ptr + string.length();
  /external/chromium_org/tools/gn/
setup.cc 62 const base::FilePath::CharType kGnFile[] = FILE_PATH_LITERAL(".gn");
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 188 WEBKIT_STORAGE_COMMON_EXPORT extern const base::FilePath::CharType
  /external/chromium_org/base/files/
file_path_unittest.cc 20 const FilePath::CharType* input;
21 const FilePath::CharType* expected;
25 const FilePath::CharType* input;
30 const FilePath::CharType* inputs[2];
31 const FilePath::CharType* expected;
35 const FilePath::CharType* inputs[2];
40 const FilePath::CharType* inputs[2];
45 const FilePath::CharType* native;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend_unittest.cc 234 const base::FilePath::CharType* const local_path;
236 const base::FilePath::CharType* const virtual_path;

Completed in 1975 milliseconds

1 2 3 4 5 6 78 91011>>