Searched refs:is_configuring_sync (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler.h85 bool is_configuring_sync() const { return configuring_sync_; } function in class:SyncSetupHandler
H A Dsync_setup_handler_unittest.cc263 using SyncSetupHandler::is_configuring_sync;
416 ASSERT_FALSE(handler_->is_configuring_sync());
438 ASSERT_FALSE(handler_->is_configuring_sync());
455 ASSERT_FALSE(handler_->is_configuring_sync());
615 ASSERT_FALSE(handler_->is_configuring_sync());
629 ASSERT_FALSE(handler_->is_configuring_sync());
642 ASSERT_FALSE(handler_->is_configuring_sync());
913 ASSERT_FALSE(handler_->is_configuring_sync());

Completed in 117 milliseconds