Searched refs:update_count (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_dialog_controller_test_util.h13 typedef base::Callback<void(int update_count)> DialogDestroyedCallback;
22 int update_count() const;
H A Dmedia_galleries_dialog_controller_test_util.cc21 int MockMediaGalleriesDialog::update_count() const { function in class:MockMediaGalleriesDialog
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...]
H A Dmedia_galleries_permission_controller_unittest.cc133 void OnDialogDestroyed(int update_count) { argument
135 dialog_update_count_at_destruction_ = update_count;
/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/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/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/cc/test/
H A Dfake_content_layer.h22 size_t update_count() const { return update_count_; } function in class:cc::FakeContentLayer
H A Dfake_painted_scrollbar_layer.h20 int update_count() const { return update_count_; } function in class:cc::FakePaintedScrollbarLayer
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/history/android/
H A Dandroid_provider_backend.h73 // |update_count| and return true on success, false on error.
82 int* update_count);
121 // |update_count| and return true, false returned if there is any error.
129 int* update_count);
188 // |update_count| and return true on success, false on error.
199 int* update_count,
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...]
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
/external/chromium_org/cc/layers/
H A Dtiled_layer_unittest.cc1119 EXPECT_EQ(6, layer->fake_layer_updater()->update_count());
1135 EXPECT_EQ(6, layer->fake_layer_updater()->update_count());
1151 EXPECT_EQ(6, layer->fake_layer_updater()->update_count());
1176 EXPECT_EQ(6, layer->fake_layer_updater()->update_count());
1192 EXPECT_EQ(4, layer->fake_layer_updater()->update_count());
1219 EXPECT_EQ(2, layer->fake_layer_updater()->update_count());
1248 EXPECT_EQ(36 - 3, layer->fake_layer_updater()->update_count());
1258 EXPECT_EQ(36 - 2, layer->fake_layer_updater()->update_count());
1268 EXPECT_EQ(36, layer->fake_layer_updater()->update_count());
1297 EXPECT_EQ(24 - 3, layer->fake_layer_updater()->update_count());
[all...]
/external/chromium_org/tools/perf/metrics/
H A Dspeedindex.py265 update_count = len(events)
266 adjusted_area = float(area) / update_count
/external/chromium_org/components/dom_distiller/core/
H A Ddistiller_unittest.cc114 for (size_t update_count = 0; update_count < incremental_updates.size();
115 ++update_count) {
117 incremental_updates[update_count];
118 EXPECT_EQ(update_count + 1, update.GetPagesSize());
/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/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);
H A Dlayer_tree_host_unittest_context.cc1153 EXPECT_EQ(1, scrollbar_layer_->update_count());
1159 EXPECT_EQ(2, scrollbar_layer_->update_count());
H A Dlayer_tree_host_unittest_animation.cc669 EXPECT_EQ(1u, update_check_layer_->update_count());
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h327 UINT8 update_count; /* indication received */ member in struct:__anon571
H A Dbta_gattc_act.c963 p_clcb->p_srcb->update_count = 0;
1946 if ( ++ p_srcb->update_count == bta_gattc_num_reg_app())

Completed in 2444 milliseconds