Home
last modified time | relevance | path

Searched refs:target_width (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_strip_gtk.cc279 double start_width, target_width; in GetWidthForTab() local
282 target_width = TabGtk::GetMiniWidth(); in GetWidthForTab()
284 target_width = in GetWidthForTab()
291 double delta = target_width - start_width; in GetWidthForTab()
366 double target_width = in GetWidthForTab() local
369 return animation_.CurrentValueBetween(start_width, target_width); in GetWidthForTab()
/external/chromium_org/chrome/browser/ui/gtk/tabs/
Dtab_strip_gtk.cc300 double start_width, target_width; in GetWidthForTab() local
303 target_width = TabGtk::GetMiniWidth(); in GetWidthForTab()
305 target_width = in GetWidthForTab()
312 double delta = target_width - start_width; in GetWidthForTab()
387 double target_width = in GetWidthForTab() local
390 return animation_.CurrentValueBetween(start_width, target_width); in GetWidthForTab()
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.cc208 int GetWindowWidthCloseTo(const aura::Window* window, int target_width) { in GetWindowWidthCloseTo() argument
215 std::min(target_width, in GetWindowWidthCloseTo()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.cc3546 int target_width = new_width; in MaybeResetVieSendCodec() local
3550 target_width = target_codec.width; in MaybeResetVieSendCodec()
3577 target_width != cur_width || target_height != cur_height || in MaybeResetVieSendCodec()
3584 vie_codec.width = target_width; in MaybeResetVieSendCodec()