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

  /external/chromium_org/ash/wm/
maximize_bubble_controller.h 94 const int appearance_delay_ms_; member in class:ash::MaximizeBubbleController
maximize_bubble_controller.cc 213 explicit Bubble(MaximizeBubbleController* owner, int appearance_delay_ms_);
280 const int appearance_delay_ms_; member in class:ash::MaximizeBubbleController::Bubble
387 appearance_delay_ms_(appearance_delay_ms) {
426 if (!appearance_delay_ms_)
550 if (!appearance_delay_ms_)
747 appearance_delay_ms_(appearance_delay_ms) {
755 appearance_delay_ms_ ? appearance_delay_ms_ : 10),
759 if (!appearance_delay_ms_)
811 bubble_ = new Bubble(this, appearance_delay_ms_);
    [all...]

Completed in 436 milliseconds