OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_configuring_sync
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.h
86
bool
is_configuring_sync
() const { return configuring_sync_; }
function in class:SyncSetupHandler
sync_setup_handler_unittest.cc
261
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
());
616
ASSERT_FALSE(handler_->
is_configuring_sync
());
630
ASSERT_FALSE(handler_->
is_configuring_sync
());
643
ASSERT_FALSE(handler_->
is_configuring_sync
());
[
all
...]
Completed in 527 milliseconds