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

  /external/chromium_org/chrome/browser/chromeos/media/
media_player.cc 40 // TODO(kaznacheev): Remove kTitleHeight when MediaPlayer becomes chromeless.
41 // kTitleHeight is an approximate value. May be different for touch-enabled UI.
42 const int kTitleHeight = 35;
45 const int kPopupHeight = kTitleHeight + kTrackHeight + kControlsHeight;
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.cc 47 const int kTitleHeight = 24;
142 gfx::Rect title_bounds(0, 0, window_bounds.width(), kTitleHeight);
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.cc 56 static const int kTitleHeight = 32;
433 kTitleHeight), node.snapshot);

Completed in 85 milliseconds