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

  /external/chromium_org/ui/views/
view.h 302 void set_clip_insets(gfx::Insets clip_insets) { clip_insets_ = clip_insets; }
1471 gfx::Insets clip_insets_; member in class:views::View
    [all...]
view.cc 174 clip_insets_(0, 0, 0, 0),
791 clip_rect.Inset(clip_insets_);
    [all...]

Completed in 573 milliseconds