OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SyncWithServer
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chromeos/display/
real_output_configurator_delegate.h
36
virtual void
SyncWithServer
() OVERRIDE;
output_configurator.h
215
virtual void
SyncWithServer
() = 0;
real_output_configurator_delegate.cc
89
void RealOutputConfiguratorDelegate::
SyncWithServer
() {
output_configurator.cc
623
delegate_->
SyncWithServer
();
[
all
...]
output_configurator_unittest.cc
146
virtual void
SyncWithServer
() OVERRIDE { AppendAction(kSync); }
[
all
...]
Completed in 37 milliseconds