OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMaxWidth
(Results
1 - 10
of
10
) 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);
tooltip_manager_win.cc
212
GetMaxWidth
(screen_loc.x(), screen_loc.y(),
/external/chromium_org/ui/views/corewm/
tooltip_aura.h
29
// from
GetMaxWidth
().
37
int
GetMaxWidth
(const gfx::Point& location) const;
tooltip_aura.cc
163
int TooltipAura::
GetMaxWidth
(const gfx::Point& location) const {
243
GetMaxWidth
(location), &trimmed_text, &max_width, &line_count);
/external/chromium_org/ash/wm/workspace/
snap_sizer.cc
57
int
GetMaxWidth
(aura::Window* window) {
76
width = std::min(width,
GetMaxWidth
(window));
92
int maximum_width =
GetMaxWidth
(window);
/external/chromium_org/ui/views/controls/tree/
tree_view.h
206
int
GetMaxWidth
(int indent, int depth);
tree_view.cc
714
root_.
GetMaxWidth
(text_offset_, root_shown_ ? 1 : 0) +
1031
int TreeView::InternalNode::
GetMaxWidth
(int indent, int depth) {
1037
GetChild(i)->
GetMaxWidth
(indent, depth + 1));
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
603
int max_width = views::TooltipManager::
GetMaxWidth
(
[
all
...]
Completed in 682 milliseconds