HomeSort by relevance Sort by last modified time
    Searched defs:new_pos (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.cc 161 gfx::Rect new_pos = view_location; local
167 avoid_overlapping_rect.Intersects(new_pos)) {
169 new_pos.set_x(avoid_overlapping_rect.x() +
174 if (new_pos.x() + new_pos.width() > dialog_bounds.width())
175 new_pos = view_location; // Reset.
177 new_pos.set_x(avoid_overlapping_rect.x() - new_pos.width() -
181 if (new_pos.x() < 0)
182 new_pos = view_location; // Reset
    [all...]
  /external/chromium/chrome/browser/ui/views/
find_bar_host.cc 121 gfx::Rect new_pos = GetDialogPosition(selection_rect); local
122 SetDialogPosition(new_pos, no_redraw);
261 gfx::Rect new_pos = FindBarController::GetLocationForFindbarView( local
267 new_pos.Offset(0, std::min(0, -animation_offset()));
269 return new_pos;
272 void FindBarHost::SetDialogPosition(const gfx::Rect& new_pos, bool no_redraw) {
273 if (new_pos.IsEmpty())
279 UpdateWindowEdges(new_pos);
281 SetWidgetPositionNative(new_pos, no_redraw);
  /external/harfbuzz_ng/src/
hb-buffer.cc 90 hb_glyph_position_t *new_pos = NULL; local
104 new_pos = (hb_glyph_position_t *) realloc (pos, new_allocated * sizeof (pos[0]));
108 if (unlikely (!new_pos || !new_info))
111 if (likely (new_pos))
112 pos = new_pos;
hb-ot-shape-complex-indic.cc 1229 unsigned int new_pos = base == end ? base - 2 : base - 1; local
1452 unsigned int new_pos = base; local
    [all...]
  /external/qemu/audio/
fmodaudio.c 455 int live, dead, new_pos, len; local
467 new_pos = FSOUND_Record_GetPosition ();
468 if (new_pos < 0) {
473 len = audio_ring_dist (new_pos, hw->wpos, hw->samples);
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 436 gfx::Rect new_pos = FindBarController::GetLocationForFindbarView( local
439 return new_pos;
    [all...]

Completed in 249 milliseconds