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

  /external/chromium/chrome/browser/speech/
speech_input_bubble.h 150 DisplayMode display_mode() { function in class:SpeechInputBubbleBase
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble.h 156 DisplayMode display_mode() const { return display_mode_; } function in class:SpeechRecognitionBubbleBase
  /external/chromium_org/ui/surface/
accelerated_surface_win.cc 865 D3DDISPLAYMODE display_mode; local
866 hr = present_thread_->device()->GetDisplayMode(0, &display_mode);
881 int clamped_scanline = std::min(raster_status.ScanLine, display_mode.Height);
886 clamped_scanline = display_mode.Height;
894 if (display_mode.Height) {
897 (display_mode.RefreshRate * display_mode.Height));
899 1000000 / display_mode.RefreshRate);
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 782 RIL_CDMA_SMS_DisplayMode display_mode; member in struct:__anon33970

Completed in 388 milliseconds