OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UngrabServer
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chromeos/display/
real_output_configurator_delegate.h
35
virtual void
UngrabServer
() OVERRIDE;
output_configurator.cc
297
delegate_->
UngrabServer
();
498
delegate_->
UngrabServer
();
522
delegate_->
UngrabServer
();
777
delegate_->
UngrabServer
();
[
all
...]
output_configurator.h
208
// by a call to
UngrabServer
().
212
virtual void
UngrabServer
() = 0;
real_output_configurator_delegate.cc
82
void RealOutputConfiguratorDelegate::
UngrabServer
() {
output_configurator_unittest.cc
145
virtual void
UngrabServer
() OVERRIDE { AppendAction(kUngrab); }
[
all
...]
Completed in 25 milliseconds