HomeSort by relevance Sort by last modified time
    Searched full:trailing_location (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ash/system/tray/
tray_background_view.cc 178 gfx::Point leading_location, trailing_location; local
183 trailing_location = gfx::Point(bounds.width() - trailing->width(), 0);
191 trailing_location = gfx::Point(0, bounds.height() - trailing->height());
204 trailing_location.x(),
205 trailing_location.y());

Completed in 47 milliseconds