Searched refs:sync_state (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dtyped_url_syncable_service_unittest.cc292 std::set<GURL> sync_state; local
293 typed_url_sync_service_.get()->GetSyncedUrls(&sync_state);
294 EXPECT_FALSE(sync_state.empty());
295 EXPECT_EQ(1u, sync_state.size());
296 EXPECT_TRUE(sync_state.end() != sync_state.find(url_row.url()));
345 std::set<GURL> sync_state; local
346 typed_url_sync_service_.get()->GetSyncedUrls(&sync_state);
347 EXPECT_FALSE(sync_state.empty());
348 EXPECT_EQ(1u, sync_state
423 std::set<GURL> sync_state; local
445 std::set<GURL> sync_state; local
502 std::set<GURL> sync_state; local
607 std::set<GURL> sync_state; local
[all...]
/external/flac/libFLAC/
H A Dogg_decoder_aspect.c58 if(ogg_sync_init(&aspect->sync_state) != 0)
74 (void)ogg_sync_clear(&aspect->sync_state);
92 (void)ogg_sync_reset(&aspect->sync_state);
198 const int ret = ogg_sync_pageout(&aspect->sync_state, &aspect->working_page);
214 char *oggbuf = ogg_sync_buffer(&aspect->sync_state, ogg_bytes_to_read);
234 if(ogg_sync_wrote(&aspect->sync_state, ogg_bytes_read) < 0) {
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_list_desktop.cc52 item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
55 item->signed_in = !item->sync_state.empty();
57 item->sync_state = l10n_util::GetStringUTF16(
H A Davatar_menu.h51 base::string16 sync_state; member in struct:AvatarMenu::Item
53 // Whether or not the current profile is signed in. If true, |sync_state| is
H A Dprofile_list_desktop_unittest.cc335 // Now check that the sync_state of a managed user shows the managed user
340 EXPECT_NE(item1.sync_state, managed_user_label);
343 EXPECT_EQ(item2.sync_state, managed_user_label);
/external/flac/libFLAC/include/private/
H A Dogg_decoder_aspect.h47 ogg_sync_state sync_state; member in struct:FLAC__OggDecoderAspect
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsyncable_settings_storage.h61 const base::DictionaryValue& sync_state,
80 const base::DictionaryValue& sync_state,
H A Dsyncable_settings_storage.cc167 const base::DictionaryValue& sync_state,
173 sync_processor_->Init(sync_state);
186 return sync_state.empty() ?
188 OverwriteLocalSettingsWithSync(sync_state, settings);
211 const base::DictionaryValue& sync_state,
216 scoped_ptr<base::DictionaryValue> new_sync_state(sync_state.DeepCopy());
166 StartSyncing( const base::DictionaryValue& sync_state, scoped_ptr<SettingsSyncProcessor> sync_processor) argument
210 OverwriteLocalSettingsWithSync( const base::DictionaryValue& sync_state, const base::DictionaryValue& settings) argument
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_list_chromeos.cc62 item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_menu_bubble_view.cc283 sync_state_label_ = new views::Label(item_.sync_state);
H A Dprofile_chooser_view.cc1113 views::Label* email_label = new views::Label(avatar_item.sync_state);

Completed in 1079 milliseconds