Searched defs:update_count (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_dialog_controller_test_util.cc21 int MockMediaGalleriesDialog::update_count() const { function in class:MockMediaGalleriesDialog
H A Dmedia_galleries_permission_controller_unittest.cc133 void OnDialogDestroyed(int update_count) { argument
135 dialog_update_count_at_destruction_ = update_count;
H A Dmedia_galleries_scan_result_controller_unittest.cc146 void OnDialogDestroyed(int update_count) { argument
148 dialog_update_count_at_destruction_ = update_count;
303 EXPECT_EQ(0, dialog()->update_count());
310 EXPECT_EQ(1, dialog()->update_count());
315 EXPECT_EQ(2, dialog()->update_count());
320 EXPECT_EQ(3, dialog()->update_count());
323 EXPECT_EQ(4, dialog()->update_count());
334 EXPECT_EQ(5, dialog()->update_count());
343 EXPECT_EQ(6, dialog()->update_count());
385 EXPECT_EQ(1, dialog()->update_count());
[all...]
/external/chromium_org/cc/test/
H A Dfake_painted_scrollbar_layer.h20 int update_count() const { return update_count_; } function in class:cc::FakePaintedScrollbarLayer
H A Dfake_content_layer.h22 size_t update_count() const { return update_count_; } function in class:cc::FakeContentLayer
H A Dfake_picture_layer.h23 size_t update_count() const { return update_count_; } function in class:cc::FakePictureLayer
H A Dtiled_layer_test_common.h66 int update_count() const { return update_count_; } function in class:cc::FakeLayerUpdater
/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_notification_controller_unittest.cc52 unsigned update_count() const { return update_count_; } function in class:chromeos::__anon3377::NotificationObserver
164 EXPECT_EQ(0u, observer().update_count());
173 EXPECT_EQ(1u, observer().update_count());
180 EXPECT_EQ(1u, observer().update_count());
189 EXPECT_EQ(1u, observer().update_count());
197 EXPECT_EQ(1u, observer().update_count());
/external/chromium_org/chrome/browser/drive/
H A Ddrive_app_registry_unittest.cc32 int update_count() const { return update_count_; } function in class:drive::TestDriveAppRegistryObserver
78 EXPECT_EQ(1, observer.update_count());
97 EXPECT_EQ(1, observer.update_count());
129 EXPECT_EQ(1, observer.update_count());
143 EXPECT_EQ(0, observer.update_count());
148 EXPECT_EQ(0, observer.update_count());
153 EXPECT_EQ(1, observer.update_count());
/external/chromium_org/sync/engine/
H A Dget_updates_processor.cc66 int update_count = gu_response.entries().size(); local
71 for (int i = 0; i < update_count; ++i) {
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_provider_backend.cc546 int* update_count) {
559 *update_count = search_terms.size();
542 UpdateSearchTerms( const SearchRow& row, const std::string& selection, const std::vector<base::string16>& selection_args, int* update_count) argument
H A Dandroid_provider_backend_unittest.cc844 int update_count; local
852 update_args, &update_count));
859 update_args, &update_count));
879 EXPECT_EQ(1, update_count);
919 update_args, &update_count));
944 EXPECT_EQ(1, update_count);
1004 int update_count; local
1012 update_args, &update_count));
1042 update_args, &update_count));
1087 int update_count; local
1149 int update_count; local
1367 int update_count = 0; local
2090 int update_count; local
[all...]
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper_core_unittest.cc211 int update_count() const { return update_count_; } function in class:__anon5819::NetErrorHelperCoreTest
435 EXPECT_EQ(0, update_count());
445 EXPECT_EQ(0, update_count());
468 EXPECT_EQ(0, update_count());
493 EXPECT_EQ(0, update_count());
528 EXPECT_EQ(0, update_count());
550 EXPECT_EQ(0, update_count());
574 EXPECT_EQ(0, update_count());
608 EXPECT_EQ(0, update_count());
637 EXPECT_EQ(0, update_count());
[all...]
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h327 UINT8 update_count; /* indication received */ member in struct:__anon571
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc1568 EXPECT_LE(2u, root_layer_->update_count());
1569 EXPECT_LE(2u, surface_layer1_->update_count());
1570 EXPECT_LE(2u, surface_layer2_->update_count());
4116 EXPECT_GT(root_layer_->update_count(), 0u);
4991 int update_count = content_layer_.get() variable
4993 : picture_layer_->update_count();
4994 EXPECT_LE(kExpectedNumCommits, update_count);

Completed in 6610 milliseconds