Home
last modified time | relevance | path

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

/external/chromium_org/ash/display/
Ddisplay_info.h161 void set_native(bool native) { native_ = native; } in set_native()
162 bool native() const { return native_; } in native()
233 bool native_; variable
Ddisplay_info.cc186 native_(false), in DisplayInfo()
202 native_(false), in DisplayInfo()