Home | History | Annotate | Download | only in win

Lines Matching full:monitor

20 void GetEdgesOnWorkerThread(HMONITOR monitor, int* edge) {
23 if (GetTopmostAutoHideTaskbarForEdge(ABE_LEFT, monitor))
25 if (GetTopmostAutoHideTaskbarForEdge(ABE_TOP, monitor))
27 if (GetTopmostAutoHideTaskbarForEdge(ABE_RIGHT, monitor))
29 if (GetTopmostAutoHideTaskbarForEdge(ABE_BOTTOM, monitor))
43 int Appbar::GetAutohideEdges(HMONITOR monitor, const base::Closure& callback) {
50 if (edge_map_.find(monitor) == edge_map_.end())
51 edge_map_[monitor] = Appbar::EDGE_BOTTOM;
57 monitor,
62 monitor,
63 edge_map_[monitor],
67 return edge_map_[monitor];
77 HMONITOR monitor,
80 edge_map_[monitor] = *edges;