Searched refs:GetMaxWidth (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dtooltip_manager.cc19 int TooltipManager::GetMaxWidth(int x, int y, gfx::NativeView context) { function in class:views::TooltipManager
20 return GetMaxWidth(gfx::Screen::GetScreenFor(context)->GetDisplayNearestPoint(
25 int TooltipManager::GetMaxWidth(const gfx::Display& display) { function in class:views::TooltipManager
H A Dtooltip_manager.h48 static int GetMaxWidth(int x, int y, gfx::NativeView context);
50 // Same as GetMaxWidth(), but takes a Display.
51 static int GetMaxWidth(const gfx::Display& display);
/external/chromium_org/ui/views/corewm/
H A Dtooltip_aura.h32 // is used to layout |text|. |max_width| comes from GetMaxWidth().
41 int GetMaxWidth(const gfx::Point& location) const;
H A Dtooltip_aura.cc144 int TooltipAura::GetMaxWidth(const gfx::Point& location) const { function in class:views::corewm::TooltipAura
190 TrimTooltipToFit(label_.font_list(), GetMaxWidth(location), &trimmed_text,
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.h210 int GetMaxWidth(int indent, int depth);
H A Dtree_view.cc714 root_.GetMaxWidth(text_offset_, root_shown_ ? 1 : 0) +
1033 int TreeView::InternalNode::GetMaxWidth(int indent, int depth) { function in class:views::TreeView::InternalNode
1039 GetChild(i)->GetMaxWidth(indent, depth + 1));
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc653 int max_width = views::TooltipManager::GetMaxWidth(
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h3819 STDMETHOD_(FLOAT, GetMaxWidth)() PURE;

Completed in 312 milliseconds