HomeSort by relevance Sort by last modified time
    Searched refs:InitFrom (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/service/cloud_print/
connector_settings_unittest.cc 85 settings.InitFrom(prefs.get());
100 settings.InitFrom(prefs.get());
116 settings1.InitFrom(prefs.get());
137 settings.InitFrom(prefs.get());
connector_settings.h 28 void InitFrom(ServiceProcessPrefs* prefs);
cloud_print_proxy.cc 147 settings.InitFrom(service_prefs_);
193 settings.InitFrom(service_prefs_);
199 settings.InitFrom(service_prefs_);
271 settings.InitFrom(service_prefs_);
connector_settings.cc 35 void ConnectorSettings::InitFrom(ServiceProcessPrefs* prefs) {
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relro.h 70 bool InitFrom(size_t relro_start,
crazy_linker_elf_relro.cpp 152 bool SharedRelro::InitFrom(size_t relro_start,
crazy_linker_shared_library.cpp 489 if (!relro.InitFrom(relro_start, relro_size, relro_fd, error))
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_relro.h 70 bool InitFrom(size_t relro_start,
crazy_linker_elf_relro.cpp 152 bool SharedRelro::InitFrom(size_t relro_start,
crazy_linker_shared_library.cpp 380 if (!relro.InitFrom(relro_start, relro_size, relro_fd, error))
  /external/chromium_org/extensions/browser/
verified_contents.h 43 bool InitFrom(const base::FilePath& path, bool ignore_invalid_signature);
54 // If InitFrom has not been called yet, or was used in "ignore invalid
content_hash_reader.cc 65 if (!verified_contents_->InitFrom(verified_contents_path, false) ||
verified_contents_unittest.cc 57 ASSERT_TRUE(contents.InitFrom(verified_contents_path, false));
content_hash_fetcher.cc 222 if (!verified_contents_->InitFrom(path, false)) {
351 if (!verified_contents_->InitFrom(verified_contents_path, false))
verified_contents.cc 122 bool VerifiedContents::InitFrom(const base::FilePath& path,
  /external/chromium_org/base/containers/
small_map.h 205 // size_ and functor_ are initted in InitFrom()
206 InitFrom(src);
216 InitFrom(src);
612 void InitFrom(const SmallMap& src) {
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl.h 38 void InitFrom(const StateImpl& other);
input_method_manager_impl.cc 112 void InputMethodManagerImpl::StateImpl::InitFrom(const StateImpl& other) {
166 new_state->InitFrom(*this);
    [all...]

Completed in 159 milliseconds