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

  /art/runtime/base/unix_file/
fd_file.cc 28 FdFile::FdFile() : guard_state_(GuardState::kClosed), fd_(-1), auto_close_(true) {
33 fd_(fd), auto_close_(true) {
38 fd_(fd), file_path_(path), auto_close_(true) {
52 if (auto_close_ && fd_ != -1) {
83 auto_close_ = false;
fd_file.h 112 bool auto_close_; member in class:unix_file::FdFile
  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view.cc 135 auto_close_(auto_close),
224 if (auto_close_) {
257 if (!zoom_bubble_ || !zoom_bubble_->auto_close_ ||
262 auto_close_ = false;
zoom_bubble_view.h 96 // Starts a timer which will close the bubble if |auto_close_| is true.
137 // Timer used to close the bubble when |auto_close_| is true.
152 bool auto_close_; member in class:ZoomBubbleView

Completed in 63 milliseconds