OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hot_spot
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/tabs/
dock_info.h
39
// Indicates the window should be maximized on the monitor at
hot_spot
.
115
void set_hot_spot(const gfx::Point&
hot_spot
) { hot_spot_ =
hot_spot
; }
116
const gfx::Point&
hot_spot
() const { return hot_spot_; }
function in class:DockInfo
148
// type and
hot_spot
are set from the supplied parameters. This is used
/external/chromium/chrome/browser/ui/tabs/
dock_info.h
53
// Indicates the window should be maximized on the monitor at
hot_spot
.
134
void set_hot_spot(const gfx::Point&
hot_spot
) { hot_spot_ =
hot_spot
; }
135
const gfx::Point&
hot_spot
() const { return hot_spot_; }
function in class:DockInfo
167
// type and
hot_spot
are set from the supplied parameters. This is used
Completed in 757 milliseconds