Searched defs:display_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Doobe_ui.cc88 const std::string& display_type) {
100 if (display_type == kOobeDisplay) {
86 CreateOobeUIDataSource( const base::DictionaryValue& localized_strings, const std::string& display_type) argument
/external/chromium_org/third_party/libva/va/
H A Dva_backend.h494 unsigned long display_type; member in struct:VADriverContext
/external/qemu/
H A Dvl-android.c265 DisplayType display_type = DT_DEFAULT; variable
2801 display_type = DT_NOGRAPHIC;
2805 display_type = DT_CURSES;
3076 display_type = DT_SDL;
3126 display_type = DT_VNC;
3952 if (display_type == DT_NOGRAPHIC) {
4374 if (display_type == DT_DEFAULT) {
4376 display_type = DT_SDL;
4378 display_type = DT_VNC;
4385 switch (display_type) {
[all...]
H A Dvl.c197 DisplayType display_type = DT_DEFAULT; variable
2303 display_type = DT_NOGRAPHIC;
2307 display_type = DT_CURSES;
2577 display_type = DT_SDL;
2639 display_type = DT_VNC;
2798 if (display_type == DT_NOGRAPHIC) {
3107 if (display_type == DT_DEFAULT) {
3109 display_type = DT_SDL;
3111 display_type = DT_VNC;
3118 switch (display_type) {
[all...]

Completed in 265 milliseconds