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

  /external/chromium/chrome/browser/prefs/
overlay_persistent_pref_store_unittest.cc 20 : underlay_(new TestingPrefStore()),
21 overlay_(new OverlayPersistentPrefStore(underlay_.get())) {
24 scoped_refptr<TestingPrefStore> underlay_; member in class:OverlayPersistentPrefStoreTest
34 underlay_->SetValue(key, Value::CreateIntegerValue(42));
39 underlay_->SetValue(key, Value::CreateIntegerValue(43));
49 underlay_->SetValue(key, Value::CreateIntegerValue(45));
59 underlay_->RemoveValue(key);
71 underlay_->SetValue(key, Value::CreateIntegerValue(47));
80 EXPECT_EQ(PrefStore::READ_NO_VALUE, underlay_->GetValue(key, &value));
82 underlay_->SetValue(key, Value::CreateIntegerValue(42))
    [all...]
overlay_persistent_pref_store.cc 11 : underlay_(underlay) {
12 underlay_->AddObserver(this);
15 underlay_->RemoveObserver(this);
31 return underlay_->IsInitializationComplete();
39 return underlay_->GetValue(key, result);
51 underlay_->GetMutableValue(key, &underlay_value);
overlay_persistent_pref_store.h 20 // the look-up is passed on to an underlying PersistentPrefStore |underlay_|.
29 // from the |underlay_|.
58 scoped_refptr<PersistentPrefStore> underlay_; member in class:OverlayPersistentPrefStore
  /external/protobuf/src/google/protobuf/
descriptor.cc 578 if (result.IsNull() && pool->underlay_ != NULL) {
581 pool->underlay_->tables_->FindByNameHelper(pool->underlay_, name);
755 underlay_(NULL),
765 underlay_(NULL),
775 underlay_(underlay),
874 if (underlay_ != NULL) {
875 const FileDescriptor* result = underlay_->FindFileByName(name);
890 if (underlay_ != NULL) {
892 underlay_->FindFileContainingSymbol(symbol_name)
    [all...]
descriptor.h 1157 const DescriptorPool* underlay_; member in class:google::protobuf::DescriptorPool
    [all...]

Completed in 253 milliseconds