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

/external/chromium_org/ui/app_list/
H A Dapp_list_model.cc291 SearchResult::DisplayType display_type,
296 if (item->display_type() == display_type) {
289 FilterSearchResultsByDisplayType( SearchResults* results, SearchResult::DisplayType display_type, size_t max_results) argument
H A Dsearch_result.h99 DisplayType display_type() const { return display_type_; } function in class:app_list::SearchResult
135 void set_display_type(DisplayType display_type) { argument
136 display_type_ = display_type;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Doobe_ui.h153 const std::string& display_type() const { return display_type_; } function in class:chromeos::OobeUI
H A Doobe_ui.cc82 const std::string& display_type) {
94 if (display_type == OobeUI::kOobeDisplay) {
80 CreateOobeUIDataSource( const base::DictionaryValue& localized_strings, const std::string& display_type) argument
/external/chromium_org/ash/display/
H A Ddisplay_manager_unittest.cc1462 FontTestHelper(float scale, DisplayType display_type) { argument
1465 if (display_type == INTERNAL)
/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.c259 DisplayType display_type = DT_DEFAULT; variable
2384 display_type = DT_NOGRAPHIC;
2388 display_type = DT_CURSES;
2636 display_type = DT_SDL;
2675 display_type = DT_VNC;
3474 if (display_type == DT_NOGRAPHIC) {
3889 if (display_type == DT_DEFAULT) {
3891 display_type = DT_SDL;
3893 display_type = DT_VNC;
3900 switch (display_type) {
[all...]

Completed in 166 milliseconds