/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 | 63 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::__anon7901::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:__anon10369::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 | 72 // |update_count| and return true on success, false on error. 81 int* update_count); 120 // |update_count| and return true, false returned if there is any error. 128 int* update_count); 203 // |update_count| and return true on success, false on error. 214 int* update_count,
|
android_provider_backend_unittest.cc | 861 int update_count; local 1021 int update_count; local 1104 int update_count; local 1166 int update_count; local 1384 int update_count = 0; local 2121 int update_count; local [all...] |
android_provider_backend.cc | 567 int* update_count) { 580 *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 | 113 for (size_t update_count = 0; update_count < incremental_updates.size(); 114 ++update_count) { 116 incremental_updates[update_count]; 117 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:__anon5191
|
bta_gattc_act.c | 963 p_clcb->p_srcb->update_count = 0; [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest.cc | 4870 int update_count = content_layer_ ? content_layer_->PaintContentsCount() variable [all...] |
layer_tree_host_unittest_context.cc | 969 EXPECT_EQ(1, scrollbar_layer_->update_count()); [all...] |
layer_tree_host_unittest_animation.cc | 671 EXPECT_EQ(1u, update_check_layer_->update_count()); [all...] |
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_browsertest.cc | 680 // Runs the message loop until until at exactly |update_count| capitive portal [all...] |