OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set_cached_bounds_directly
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.h
77
void
set_cached_bounds_directly
(const gfx::Rect& bounds) { bounds_ = bounds; }
function in class:PanelCocoa
/external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h
112
void
set_cached_bounds_directly
(const gfx::Rect& bounds) { bounds_ = bounds; }
function in class:PanelView
Completed in 44 milliseconds