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

  /external/chromium_org/ash/wm/
default_state.cc 70 : state_type_(initial_state_type) {}
136 return state_type_;
416 if (state_type_ == next_state_type)
419 WindowStateType previous_state_type = state_type_;
420 state_type_ = next_state_type;
475 state_type_ = wm::WINDOW_STATE_TYPE_FULLSCREEN;
480 if ((state_type_ == wm::WINDOW_STATE_TYPE_NORMAL ||
481 state_type_ == wm::WINDOW_STATE_TYPE_DEFAULT) &&
503 switch (state_type_) {
506 bounds_in_parent = state_type_ == WINDOW_STATE_TYPE_LEFT_SNAPPED
    [all...]
default_state.h 63 WindowStateType state_type_; member in class:ash::wm::DefaultState
window_state_unittest.cc 23 : state_type_(initial_state_type) {}
32 return state_type_;
38 if (state_type_ != WINDOW_STATE_TYPE_MAXIMIZED) {
40 state_type_ = WINDOW_STATE_TYPE_MAXIMIZED;
46 WindowStateType state_type_; member in class:ash::wm::__anon6711::AlwaysMaximizeTestState
  /external/chromium_org/chrome/installer/util/
installer_state.h 142 BrowserDistribution::Type state_type() const { return state_type_; }
266 BrowserDistribution::Type state_type_; member in class:installer::InstallerState
installer_state.cc 67 state_type_(BrowserDistribution::CHROME_BROWSER),
79 state_type_(BrowserDistribution::CHROME_BROWSER),
291 state_type_ = operand->GetType();
602 state_type_ = BrowserDistribution::CHROME_BROWSER;
774 if (type == state_type_)
  /external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc 156 state_type_ = state_type;
    [all...]

Completed in 319 milliseconds