HomeSort by relevance Sort by last modified time
    Searched refs:current_arrow_location_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc 73 current_arrow_location_(ARROW_LOCATION_TOP_LEFT),
280 ArrowLocationGtk old_location = current_arrow_location_;
281 current_arrow_location_ = GetArrowLocation(
286 if (force_move_and_reshape || current_arrow_location_ != old_location) {
302 current_arrow_location_,
325 if (current_arrow_location_ == ARROW_LOCATION_TOP_LEFT) {
327 } else if (current_arrow_location_ == ARROW_LOCATION_TOP_RIGHT) {
461 current_arrow_location_,
476 if (current_arrow_location_ == ARROW_LOCATION_TOP_RIGHT)
info_bubble_gtk.h 194 ArrowLocationGtk current_arrow_location_; member in class:InfoBubbleGtk

Completed in 57 milliseconds