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

/external/chromium_org/chrome/browser/ui/tabs/
H A Ddock_info.h51 // point is close enough to the hotspot true is returned and |in_enable_area|
56 bool* in_enable_area);
63 bool* in_enable_area);
91 // resets in_enable_area based on the new location.
131 // result. This corresponds to a value of false for in_enable_area.
134 // in_enable_area.
135 void set_in_enable_area(bool in_enable_area) { argument
136 in_enable_area_ = in_enable_area;
138 bool in_enable_area() const { return in_enable_area_; } function in class:DockInfo

Completed in 94 milliseconds