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

  /external/chromium_org/webkit/browser/appcache/
appcache_entry.h 43 void add_types(int added_types) { types_ |= added_types; }
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host_unittest.cc 106 EXPECT_TRUE(state->added_types.none());
123 EXPECT_TRUE(state->added_types.none());
147 EXPECT_EQ(expected_added_types, state->added_types);
168 EXPECT_TRUE(state->added_types.none());
188 EXPECT_TRUE(state->added_types.none());
sync_backend_host.cc 375 state->added_types.set(type);
436 if (pending_config_mode_state_->added_types.none() &&
444 pending_config_mode_state_->added_types =
451 if (pending_config_mode_state_->added_types.none()) {
457 syncable::ModelTypeBitSet types_copy(pending_download_state_->added_types);
783 const syncable::ModelTypeBitSet& added_types) {
784 syncapi_->RequestConfig(added_types);
908 if (host_->pending_download_state_->added_types.test(*it))
    [all...]
sync_backend_host.h 380 virtual void DoRequestConfig(const syncable::ModelTypeBitSet& added_types);
576 syncable::ModelTypeBitSet added_types; member in struct:browser_sync::SyncBackendHost::PendingConfigureDataTypesState

Completed in 60 milliseconds