HomeSort by relevance Sort by last modified time
    Searched refs:display_type_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/app_list/
search_result.h 99 DisplayType display_type() const { return display_type_; }
136 display_type_ = display_type;
150 DisplayType display_type_; member in class:app_list::SearchResult
search_result.cc 30 display_type_(DISPLAY_LIST),
74 switch (display_type_) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
oobe_ui.h 153 const std::string& display_type() const { return display_type_; }
171 std::string display_type_; member in class:chromeos::OobeUI
oobe_ui.cc 184 display_type_ = GetDisplayType(url);
201 if (display_type_ == kOobeDisplay) {
286 if (display_type_ == kOobeDisplay) {
293 if (display_type_ == kOobeDisplay) {
319 display_type_));

Completed in 102 milliseconds