OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CalculateTargetBounds
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.h
142
gfx::Rect
CalculateTargetBounds
(int h);
autocomplete_popup_contents_view.cc
319
gfx::Rect new_target_bounds =
CalculateTargetBounds
(CalculatePopupHeight());
650
gfx::Rect AutocompletePopupContentsView::
CalculateTargetBounds
(int h) {
/external/chromium_org/ash/shelf/
shelf_layout_manager.cc
286
CalculateTargetBounds
(state_, &target_bounds);
637
CalculateTargetBounds
(state_, &target_bounds);
728
void ShelfLayoutManager::
CalculateTargetBounds
(
[
all
...]
shelf_layout_manager.h
287
void
CalculateTargetBounds
(const State& state, TargetBounds* target_bounds);
290
// used by |
CalculateTargetBounds
()|.
Completed in 48 milliseconds