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

  /external/chromium_org/ui/views/widget/
tooltip_manager.cc 19 int TooltipManager::GetMaxWidth(int x, int y, gfx::NativeView context) {
20 return GetMaxWidth(gfx::Screen::GetScreenFor(context)->GetDisplayNearestPoint(
25 int TooltipManager::GetMaxWidth(const gfx::Display& display) {
tooltip_manager.h 48 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/
tooltip_aura.h 32 // is used to layout |text|. |max_width| comes from GetMaxWidth().
41 int GetMaxWidth(const gfx::Point& location) const;
tooltip_aura.cc 144 int TooltipAura::GetMaxWidth(const gfx::Point& location) const {
190 TrimTooltipToFit(label_.font_list(), GetMaxWidth(location), &trimmed_text,
  /external/chromium_org/ui/views/controls/tree/
tree_view.h 210 int GetMaxWidth(int indent, int depth);
tree_view.cc 714 root_.GetMaxWidth(text_offset_, root_shown_ ? 1 : 0) +
1033 int TreeView::InternalNode::GetMaxWidth(int indent, int depth) {
1039 GetChild(i)->GetMaxWidth(indent, depth + 1));
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 653 int max_width = views::TooltipManager::GetMaxWidth(
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h     [all...]

Completed in 234 milliseconds