HomeSort by relevance Sort by last modified time
    Searched refs:last_type_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
device_info_data_type_controller_unittest.cc 28 last_type_(syncer::UNSPECIFIED) {}
47 last_type_ = syncer::UNSPECIFIED;
64 last_type_ = type;
79 if (last_type_ != syncer::DEVICE_INFO) {
82 << last_type_;
97 syncer::ModelType last_type_; member in class:browser_sync::__anon9385::DeviceInfoDataTypeControllerTest
  /external/chromium_org/chrome/browser/sync/sessions/
session_data_type_controller_unittest.cc 86 last_type_(syncer::UNSPECIFIED) {}
109 last_type_ = syncer::UNSPECIFIED;
128 last_type_ = type;
144 if (last_type_ != syncer::SESSIONS) {
147 last_type_;
165 syncer::ModelType last_type_; member in class:browser_sync::__anon9416::SessionDataTypeControllerTest

Completed in 3349 milliseconds