Searched defs:GetMaxWidth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dtooltip_manager_aura.cc32 int TooltipManager::GetMaxWidth(int x, int y, gfx::NativeView context) { function in class:views::TooltipManager
H A Dtooltip_manager_win.cc63 int TooltipManager::GetMaxWidth(int x, int y, gfx::NativeView context) { function in class:views::TooltipManager
/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller.cc118 controller_->GetMaxWidth(location), &trimmed_text, &max_width,
327 int TooltipController::GetMaxWidth(const gfx::Point& location) const { function in class:views::corewm::TooltipController
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.cc695 root_.GetMaxWidth(text_offset_, root_shown_ ? 1 : 0) +
1012 int TreeView::InternalNode::GetMaxWidth(int indent, int depth) { function in class:views::TreeView::InternalNode
1018 GetChild(i)->GetMaxWidth(indent, depth + 1));

Completed in 237 milliseconds