OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SyncWithServer
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/ui/display/types/
native_display_delegate.h
42
virtual void
SyncWithServer
() = 0;
/external/chromium_org/ui/ozone/common/chromeos/
native_display_delegate_ozone.cc
27
void NativeDisplayDelegateOzone::
SyncWithServer
() {
native_display_delegate_ozone.h
22
virtual void
SyncWithServer
() OVERRIDE;
/external/chromium_org/ui/ozone/platform/dri/chromeos/
native_display_delegate_proxy.h
34
virtual void
SyncWithServer
() OVERRIDE;
native_display_delegate_dri.h
39
virtual void
SyncWithServer
() OVERRIDE;
native_display_delegate_proxy.cc
43
void NativeDisplayDelegateProxy::
SyncWithServer
() {}
native_display_delegate_dri.cc
138
void NativeDisplayDelegateDri::
SyncWithServer
() {}
/external/chromium_org/ui/display/chromeos/x11/
native_display_delegate_x11.h
74
virtual void
SyncWithServer
() OVERRIDE;
native_display_delegate_x11.cc
153
void NativeDisplayDelegateX11::
SyncWithServer
() { XSync(display_, 0); }
/external/chromium_org/ui/display/chromeos/
display_configurator.cc
555
native_display_delegate_->
SyncWithServer
();
[
all
...]
display_configurator_unittest.cc
160
virtual void
SyncWithServer
() OVERRIDE { log_->AppendAction(kSync); }
[
all
...]
Completed in 52 milliseconds