Searched refs:sync_state (Results 1 - 13 of 13) 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.h61 base::string16 sync_state; member in struct:AvatarMenu::Item
63 // Whether or not the current profile is signed in. If true, |sync_state| is
H A Dprofile_list_desktop_unittest.cc353 // Now check that the sync_state of a supervised user shows the supervised
358 EXPECT_NE(item1.sync_state, supervised_user_label);
361 EXPECT_EQ(item2.sync_state, supervised_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/components/suggestions/
H A Dsuggestions_service.cc159 SyncState sync_state,
162 if (sync_state == NOT_INITIALIZED_ENABLED) {
168 } else if (sync_state == SYNC_OR_HISTORY_SYNC_DISABLED) {
158 FetchSuggestionsData( SyncState sync_state, SuggestionsService::ResponseCallback callback) argument
H A Dsuggestions_service.h68 // Request suggestions data, which will be passed to |callback|. |sync_state|
71 // |sync_state| must be specified based on the current state of the system
80 void FetchSuggestionsData(SyncState sync_state,
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_list_chromeos.cc64 item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc1170 new RightAlignedIconLabelButton(this, avatar_item.sync_state);
1181 views::Label* email_label = new views::Label(avatar_item.sync_state);
H A Davatar_menu_bubble_view.cc272 sync_state_label_ = new views::Label(item_.sync_state);

Completed in 395 milliseconds