Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:POINT

319   // If the style is not popup, you have to convert the point to client
321 POINT point = { rect.x(), rect.y() };
323 ScreenToClient(&point);
325 SetWindowPos(NULL, point.x, point.y, rect.width(), rect.height(), swp_flags);
468 // at that point.
872 gfx::Rect bitmap_rect(gfx::Point(), backing_store->size());
1422 POINT cursor_pos = {0};
1777 // Do not touch any members at this point, |this| has been deleted.