Home
last modified time | relevance | path

Searched refs:native_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/display/
Ddisplay_info.h142 void set_native(bool native) { native_ = native; } in set_native()
143 bool native() const { return native_; } in native()
189 bool native_; variable
Ddisplay_info.cc144 native_(false) { in DisplayInfo()
158 native_(false) { in DisplayInfo()