state_type 101 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc bool HasStateType(wm::WindowStateType state_type) const { state_type 102 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc return window_state()->GetStateType() == state_type; state_type 71 base/strings/string16.h typedef std::fpos<state_type> pos_type; state_type 879 chrome/installer/setup/install_worker.cc if (installer_state.state_type() != BrowserDistribution::CHROME_BINARIES) { state_type 155 chrome/installer/setup/install_worker_unittest.cc void set_state_type(BrowserDistribution::Type state_type) { state_type 156 chrome/installer/setup/install_worker_unittest.cc state_type_ = state_type; state_type 786 chrome/installer/setup/setup_main.cc BrowserDistribution::GetSpecificDistribution(installer_state->state_type())-> state_type 178 chrome/installer/setup/setup_util.cc installer_state.state_type()); state_type 142 chrome/installer/util/installer_state.h BrowserDistribution::Type state_type() const { return state_type_; } state_type 630 chrome/installer/util/installer_state_unittest.cc EXPECT_EQ(installer_state.state_type(), BrowserDistribution::CHROME_BROWSER); state_type 655 chrome/installer/util/installer_state_unittest.cc EXPECT_EQ(installer_state.state_type(), BrowserDistribution::CHROME_BROWSER); state_type 32 content/browser/accessibility/accessibility_tree_formatter_gtk.cc AtkStateType state_type = static_cast<AtkStateType>(i); state_type 33 content/browser/accessibility/accessibility_tree_formatter_gtk.cc if (atk_state_set_contains_state(state_set, state_type)) state_type 34 content/browser/accessibility/accessibility_tree_formatter_gtk.cc states->AppendString(atk_state_type_get_name(state_type));