/external/chromium_org/chrome/browser/media_galleries/ |
media_galleries_dialog_controller_test_util.h | 13 typedef base::Callback<void(int update_count)> DialogDestroyedCallback; 22 int update_count() const;
|
media_galleries_dialog_controller_test_util.cc | 21 int MockMediaGalleriesDialog::update_count() const { function in class:MockMediaGalleriesDialog
|
media_galleries_scan_result_controller_unittest.cc | 146 void OnDialogDestroyed(int update_count) { 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...] |
media_galleries_permission_controller_unittest.cc | 133 void OnDialogDestroyed(int update_count) { 135 dialog_update_count_at_destruction_ = update_count;
|
/external/chromium_org/cc/test/ |
fake_content_layer.h | 22 size_t update_count() const { return update_count_; } function in class:cc::FakeContentLayer
|
fake_picture_layer.h | 23 size_t update_count() const { return update_count_; } function in class:cc::FakePictureLayer
|
fake_painted_scrollbar_layer.h | 20 int update_count() const { return update_count_; } function in class:cc::FakePaintedScrollbarLayer
|
tiled_layer_test_common.h | 66 int update_count() const { return update_count_; } function in class:cc::FakeLayerUpdater
|
/external/chromium_org/chrome/browser/chromeos/net/ |
network_portal_notification_controller_unittest.cc | 52 unsigned update_count() const { return update_count_; } function in class:chromeos::__anon8002::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/ |
drive_app_registry_unittest.cc | 32 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/chrome/renderer/net/ |
net_error_helper_core_unittest.cc | 211 int update_count() const { return update_count_; } function in class:__anon10444::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/cc/layers/ |
tiled_layer_unittest.cc | [all...] |
/external/chromium_org/chrome/browser/history/android/ |
android_provider_backend.h | 73 // |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,
|
android_provider_backend_unittest.cc | 844 int update_count; local 1004 int update_count; local 1087 int update_count; local 1149 int update_count; local 1367 int update_count = 0; local 2090 int update_count; local [all...] |
android_provider_backend.cc | 546 int* update_count) { 559 *update_count = search_terms.size(); [all...] |
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
web_services.py | 181 update_count = 0 212 update_count = update_count + 1 215 logging.info('Server-side updates: ' + str(update_count))
|
/external/chromium_org/components/dom_distiller/core/ |
distiller_unittest.cc | 114 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/ |
get_updates_processor.cc | 66 int update_count = gu_response.entries().size(); local 71 for (int i = 0; i < update_count; ++i) {
|
/external/chromium_org/tools/perf/metrics/ |
speedindex.py | 265 update_count = len(events) 266 adjusted_area = float(area) / update_count
|
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_int.h | 327 UINT8 update_count; /* indication received */ member in struct:__anon5196
|
bta_gattc_act.c | 963 p_clcb->p_srcb->update_count = 0; [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest.cc | 4991 int update_count = content_layer_.get() variable [all...] |
layer_tree_host_unittest_context.cc | [all...] |
layer_tree_host_unittest_animation.cc | 669 EXPECT_EQ(1u, update_check_layer_->update_count()); [all...] |
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_browsertest.cc | 690 // Runs the message loop until until at exactly |update_count| capitive portal [all...] |