OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configuring_sync_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.h
84
bool is_configuring_sync() const { return
configuring_sync_
; }
156
bool
configuring_sync_
;
member in class:SyncSetupHandler
sync_setup_handler.cc
180
:
configuring_sync_
(false),
320
configuring_sync_
= true;
485
configuring_sync_
= false;
538
configuring_sync_
= true;
794
if (
configuring_sync_
) {
826
configuring_sync_
= false;
[
all
...]
Completed in 3635 milliseconds