State             464 android_webview/renderer/print_web_view_helper.h     State state_;
State              74 ash/accelerators/exit_warning_handler.h   State state_;
State              63 ash/accelerators/key_hold_detector.h   State state_;
State             298 ash/shelf/shelf_button.cc void ShelfButton::AddState(State state) {
State             314 ash/shelf/shelf_button.cc void ShelfButton::ClearState(State state) {
State              52 ash/shelf/shelf_button.h   void AddState(State state);
State              53 ash/shelf/shelf_button.h   void ClearState(State state);
State             609 ash/shelf/shelf_layout_manager.cc   State state;
State             638 ash/shelf/shelf_layout_manager.cc   State old_state = state_;
State             776 ash/shelf/shelf_layout_manager.cc     const State& state,
State            1140 ash/shelf/shelf_layout_manager.cc int ShelfLayoutManager::GetWorkAreaSize(const State& state, int size) const {
State             247 ash/shelf/shelf_layout_manager.h     State() : visibility_state(SHELF_VISIBLE),
State             256 ash/shelf/shelf_layout_manager.h     bool Equals(const State& other) const {
State             291 ash/shelf/shelf_layout_manager.h   void CalculateTargetBounds(const State& state, TargetBounds* target_bounds);
State             324 ash/shelf/shelf_layout_manager.h   int GetWorkAreaSize(const State& state, int size) const;
State             358 ash/shelf/shelf_layout_manager.h   State state_;
State            1174 ash/shelf/shelf_view_unittest.cc   ShelfButton::State state_mask = static_cast<ShelfButton::State>(
State              70 ash/system/tray/tray_popup_label_button_border.cc   const ui::NativeTheme::State state =
State             140 ash/wm/default_state.cc     WindowState::State* state_in_previous_mode) {
State             475 ash/wm/default_state.cc     WindowState::State* state_in_previous_mode) {
State              16 ash/wm/default_state.h class DefaultState : public WindowState::State {
State              26 ash/wm/default_state.h                            WindowState::State* previous_state) OVERRIDE;
State              56 ash/wm/default_state.h                              wm::WindowState::State* state_in_previous_mode);
State             102 ash/wm/maximize_mode/maximize_mode_window_state.cc           scoped_ptr<State>(this).Pass()).release());
State             111 ash/wm/maximize_mode/maximize_mode_window_state.cc   scoped_ptr<wm::WindowState::State> our_reference =
State             168 ash/wm/maximize_mode/maximize_mode_window_state.cc     wm::WindowState::State* previous_state) {
State              17 ash/wm/maximize_mode/maximize_mode_window_state.h class MaximizeModeWindowState : public wm::WindowState::State {
State              40 ash/wm/maximize_mode/maximize_mode_window_state.h                            wm::WindowState::State* previous_state) OVERRIDE;
State              49 ash/wm/maximize_mode/maximize_mode_window_state.h   scoped_ptr<wm::WindowState::State> old_state_;
State             257 ash/wm/window_state.cc scoped_ptr<WindowState::State> WindowState::SetStateObject(
State             258 ash/wm/window_state.cc     scoped_ptr<WindowState::State> new_state) {
State             260 ash/wm/window_state.cc   scoped_ptr<WindowState::State> old_object = current_state_.Pass();
State              53 ash/wm/window_state.h   class State {
State              55 ash/wm/window_state.h     State() {}
State              56 ash/wm/window_state.h     virtual ~State() {}
State              69 ash/wm/window_state.h                              State* previous_state) = 0;
State              77 ash/wm/window_state.h     DISALLOW_COPY_AND_ASSIGN(State);
State             168 ash/wm/window_state.h   scoped_ptr<State> SetStateObject(scoped_ptr<State> new_state);
State             362 ash/wm/window_state.h   scoped_ptr<State> current_state_;
State              19 ash/wm/window_state_unittest.cc class AlwaysMaximizeTestState : public WindowState::State {
State              35 ash/wm/window_state_unittest.cc       WindowState::State* previous_state) OVERRIDE {
State             235 ash/wm/window_state_unittest.cc       scoped_ptr<WindowState::State> (new AlwaysMaximizeTestState(
State             246 ash/wm/window_state_unittest.cc   scoped_ptr<WindowState::State> old(window_state->SetStateObject(
State             247 ash/wm/window_state_unittest.cc       scoped_ptr<WindowState::State> (new AlwaysMaximizeTestState(
State             293 base/i18n/build_utf8_validator_tables.cc State GenerateInvalidState() {
State             295 base/i18n/build_utf8_validator_tables.cc   return State(1, range);
State             305 base/i18n/build_utf8_validator_tables.cc                 std::vector<State>* states,
State             320 base/i18n/build_utf8_validator_tables.cc       State(new_state_initializer,
State             328 base/i18n/build_utf8_validator_tables.cc std::vector<State> GenerateStates(const PairVector& pairs) {
State             330 base/i18n/build_utf8_validator_tables.cc   std::vector<State> states(2, GenerateInvalidState());
State             367 base/i18n/build_utf8_validator_tables.cc void PrintStates(const std::vector<State>& states, FILE* stream) {
State             375 base/i18n/build_utf8_validator_tables.cc   for (std::vector<State>::const_iterator state_it = states.begin();
State             383 base/i18n/build_utf8_validator_tables.cc     for (State::const_iterator range_it = state_it->begin();
State             455 base/i18n/build_utf8_validator_tables.cc   std::vector<State> states = GenerateStates(pairs);
State              24 base/i18n/streaming_utf8_validator.cc StreamingUtf8Validator::State StreamingUtf8Validator::AddBytes(const char* data,
State              41 base/i18n/streaming_utf8_validator.h   State AddBytes(const char* data, size_t size);
State              43 base/i18n/streaming_utf8_validator_unittest.cc const StreamingUtf8Validator::State VALID_ENDPOINT =
State              45 base/i18n/streaming_utf8_validator_unittest.cc const StreamingUtf8Validator::State VALID_MIDPOINT =
State              47 base/i18n/streaming_utf8_validator_unittest.cc const StreamingUtf8Validator::State INVALID = StreamingUtf8Validator::INVALID;
State             237 base/i18n/streaming_utf8_validator_unittest.cc                   StreamingUtf8Validator::State expected) {
State             251 base/i18n/streaming_utf8_validator_unittest.cc                              StreamingUtf8Validator::State expected) {
State             255 base/i18n/streaming_utf8_validator_unittest.cc       StreamingUtf8Validator::State state = VALID_ENDPOINT;
State             277 base/i18n/streaming_utf8_validator_unittest.cc                          StreamingUtf8Validator::State expected) {
State             148 base/linux_util.cc   LinuxDistroState state = distro_state_singleton->State();
State              93 base/process/process_metrics_win.cc     if (mbi.State == MEM_COMMIT) {
State             252 base/process/process_metrics_win.cc     if (info.State == MEM_FREE) {
State             187 base/third_party/symbolize/demangle.cc static void InitState(State *state, const char *mangled,
State             203 base/third_party/symbolize/demangle.cc static bool ParseOneCharToken(State *state, const char one_char_token) {
State             214 base/third_party/symbolize/demangle.cc static bool ParseTwoCharToken(State *state, const char *two_char_token) {
State             225 base/third_party/symbolize/demangle.cc static bool ParseCharClass(State *state, const char *char_class) {
State             242 base/third_party/symbolize/demangle.cc typedef bool (*ParseFunc)(State *);
State             243 base/third_party/symbolize/demangle.cc static bool OneOrMore(ParseFunc parse_func, State *state) {
State             256 base/third_party/symbolize/demangle.cc static bool ZeroOrMore(ParseFunc parse_func, State *state) {
State             265 base/third_party/symbolize/demangle.cc static void Append(State *state, const char * const str, const int length) {
State             322 base/third_party/symbolize/demangle.cc static void MaybeAppendWithLength(State *state, const char * const str,
State             341 base/third_party/symbolize/demangle.cc static bool MaybeAppend(State *state, const char * const str) {
State             350 base/third_party/symbolize/demangle.cc static bool EnterNestedName(State *state) {
State             356 base/third_party/symbolize/demangle.cc static bool LeaveNestedName(State *state, short prev_value) {
State             362 base/third_party/symbolize/demangle.cc static bool DisableAppend(State *state) {
State             368 base/third_party/symbolize/demangle.cc static bool RestoreAppend(State *state, bool prev_value) {
State             374 base/third_party/symbolize/demangle.cc static void MaybeIncreaseNestLevel(State *state) {
State             381 base/third_party/symbolize/demangle.cc static void MaybeAppendSeparator(State *state) {
State             388 base/third_party/symbolize/demangle.cc static void MaybeCancelLastSeparator(State *state) {
State             398 base/third_party/symbolize/demangle.cc static bool IdentifierIsAnonymousNamespace(State *state, int length) {
State             405 base/third_party/symbolize/demangle.cc static bool ParseMangledName(State *state);
State             406 base/third_party/symbolize/demangle.cc static bool ParseEncoding(State *state);
State             407 base/third_party/symbolize/demangle.cc static bool ParseName(State *state);
State             408 base/third_party/symbolize/demangle.cc static bool ParseUnscopedName(State *state);
State             409 base/third_party/symbolize/demangle.cc static bool ParseUnscopedTemplateName(State *state);
State             410 base/third_party/symbolize/demangle.cc static bool ParseNestedName(State *state);
State             411 base/third_party/symbolize/demangle.cc static bool ParsePrefix(State *state);
State             412 base/third_party/symbolize/demangle.cc static bool ParseUnqualifiedName(State *state);
State             413 base/third_party/symbolize/demangle.cc static bool ParseSourceName(State *state);
State             414 base/third_party/symbolize/demangle.cc static bool ParseLocalSourceName(State *state);
State             415 base/third_party/symbolize/demangle.cc static bool ParseNumber(State *state, int *number_out);
State             416 base/third_party/symbolize/demangle.cc static bool ParseFloatNumber(State *state);
State             417 base/third_party/symbolize/demangle.cc static bool ParseSeqId(State *state);
State             418 base/third_party/symbolize/demangle.cc static bool ParseIdentifier(State *state, int length);
State             419 base/third_party/symbolize/demangle.cc static bool ParseOperatorName(State *state);
State             420 base/third_party/symbolize/demangle.cc static bool ParseSpecialName(State *state);
State             421 base/third_party/symbolize/demangle.cc static bool ParseCallOffset(State *state);
State             422 base/third_party/symbolize/demangle.cc static bool ParseNVOffset(State *state);
State             423 base/third_party/symbolize/demangle.cc static bool ParseVOffset(State *state);
State             424 base/third_party/symbolize/demangle.cc static bool ParseCtorDtorName(State *state);
State             425 base/third_party/symbolize/demangle.cc static bool ParseType(State *state);
State             426 base/third_party/symbolize/demangle.cc static bool ParseCVQualifiers(State *state);
State             427 base/third_party/symbolize/demangle.cc static bool ParseBuiltinType(State *state);
State             428 base/third_party/symbolize/demangle.cc static bool ParseFunctionType(State *state);
State             429 base/third_party/symbolize/demangle.cc static bool ParseBareFunctionType(State *state);
State             430 base/third_party/symbolize/demangle.cc static bool ParseClassEnumType(State *state);
State             431 base/third_party/symbolize/demangle.cc static bool ParseArrayType(State *state);
State             432 base/third_party/symbolize/demangle.cc static bool ParsePointerToMemberType(State *state);
State             433 base/third_party/symbolize/demangle.cc static bool ParseTemplateParam(State *state);
State             434 base/third_party/symbolize/demangle.cc static bool ParseTemplateTemplateParam(State *state);
State             435 base/third_party/symbolize/demangle.cc static bool ParseTemplateArgs(State *state);
State             436 base/third_party/symbolize/demangle.cc static bool ParseTemplateArg(State *state);
State             437 base/third_party/symbolize/demangle.cc static bool ParseExpression(State *state);
State             438 base/third_party/symbolize/demangle.cc static bool ParseExprPrimary(State *state);
State             439 base/third_party/symbolize/demangle.cc static bool ParseLocalName(State *state);
State             440 base/third_party/symbolize/demangle.cc static bool ParseDiscriminator(State *state);
State             441 base/third_party/symbolize/demangle.cc static bool ParseSubstitution(State *state);
State             474 base/third_party/symbolize/demangle.cc static bool ParseMangledName(State *state) {
State             481 base/third_party/symbolize/demangle.cc static bool ParseEncoding(State *state) {
State             482 base/third_party/symbolize/demangle.cc   State copy = *state;
State             498 base/third_party/symbolize/demangle.cc static bool ParseName(State *state) {
State             503 base/third_party/symbolize/demangle.cc   State copy = *state;
State             519 base/third_party/symbolize/demangle.cc static bool ParseUnscopedName(State *state) {
State             524 base/third_party/symbolize/demangle.cc   State copy = *state;
State             536 base/third_party/symbolize/demangle.cc static bool ParseUnscopedTemplateName(State *state) {
State             542 base/third_party/symbolize/demangle.cc static bool ParseNestedName(State *state) {
State             543 base/third_party/symbolize/demangle.cc   State copy = *state;
State             567 base/third_party/symbolize/demangle.cc static bool ParsePrefix(State *state) {
State             592 base/third_party/symbolize/demangle.cc static bool ParseUnqualifiedName(State *state) {
State             600 base/third_party/symbolize/demangle.cc static bool ParseSourceName(State *state) {
State             601 base/third_party/symbolize/demangle.cc   State copy = *state;
State             615 base/third_party/symbolize/demangle.cc static bool ParseLocalSourceName(State *state) {
State             616 base/third_party/symbolize/demangle.cc   State copy = *state;
State             628 base/third_party/symbolize/demangle.cc static bool ParseNumber(State *state, int *number_out) {
State             654 base/third_party/symbolize/demangle.cc static bool ParseFloatNumber(State *state) {
State             670 base/third_party/symbolize/demangle.cc static bool ParseSeqId(State *state) {
State             685 base/third_party/symbolize/demangle.cc static bool ParseIdentifier(State *state, int length) {
State             702 base/third_party/symbolize/demangle.cc static bool ParseOperatorName(State *state) {
State             707 base/third_party/symbolize/demangle.cc   State copy = *state;
State             765 base/third_party/symbolize/demangle.cc static bool ParseSpecialName(State *state) {
State             766 base/third_party/symbolize/demangle.cc   State copy = *state;
State             828 base/third_party/symbolize/demangle.cc static bool ParseCallOffset(State *state) {
State             829 base/third_party/symbolize/demangle.cc   State copy = *state;
State             846 base/third_party/symbolize/demangle.cc static bool ParseNVOffset(State *state) {
State             851 base/third_party/symbolize/demangle.cc static bool ParseVOffset(State *state) {
State             852 base/third_party/symbolize/demangle.cc   State copy = *state;
State             863 base/third_party/symbolize/demangle.cc static bool ParseCtorDtorName(State *state) {
State             864 base/third_party/symbolize/demangle.cc   State copy = *state;
State             906 base/third_party/symbolize/demangle.cc static bool ParseType(State *state) {
State             908 base/third_party/symbolize/demangle.cc   State copy = *state;
State             962 base/third_party/symbolize/demangle.cc static bool ParseCVQualifiers(State *state) {
State             972 base/third_party/symbolize/demangle.cc static bool ParseBuiltinType(State *state) {
State             982 base/third_party/symbolize/demangle.cc   State copy = *state;
State             991 base/third_party/symbolize/demangle.cc static bool ParseFunctionType(State *state) {
State             992 base/third_party/symbolize/demangle.cc   State copy = *state;
State            1003 base/third_party/symbolize/demangle.cc static bool ParseBareFunctionType(State *state) {
State            1004 base/third_party/symbolize/demangle.cc   State copy = *state;
State            1016 base/third_party/symbolize/demangle.cc static bool ParseClassEnumType(State *state) {
State            1022 base/third_party/symbolize/demangle.cc static bool ParseArrayType(State *state) {
State            1023 base/third_party/symbolize/demangle.cc   State copy = *state;
State            1039 base/third_party/symbolize/demangle.cc static bool ParsePointerToMemberType(State *state) {
State            1040 base/third_party/symbolize/demangle.cc   State copy = *state;
State            1051 base/third_party/symbolize/demangle.cc static bool ParseTemplateParam(State *state) {
State            1057 base/third_party/symbolize/demangle.cc   State copy = *state;
State            1070 base/third_party/symbolize/demangle.cc static bool ParseTemplateTemplateParam(State *state) {
State            1076 base/third_party/symbolize/demangle.cc static bool ParseTemplateArgs(State *state) {
State            1077 base/third_party/symbolize/demangle.cc   State copy = *state;
State            1094 base/third_party/symbolize/demangle.cc static bool ParseTemplateArg(State *state) {
State            1095 base/third_party/symbolize/demangle.cc   State copy = *state;
State            1126 base/third_party/symbolize/demangle.cc static bool ParseExpression(State *state) {
State            1131 base/third_party/symbolize/demangle.cc   State copy = *state;
State            1178 base/third_party/symbolize/demangle.cc static bool ParseExprPrimary(State *state) {
State            1179 base/third_party/symbolize/demangle.cc   State copy = *state;
State            1212 base/third_party/symbolize/demangle.cc static bool ParseLocalName(State *state) {
State            1213 base/third_party/symbolize/demangle.cc   State copy = *state;
State            1230 base/third_party/symbolize/demangle.cc static bool ParseDiscriminator(State *state) {
State            1231 base/third_party/symbolize/demangle.cc   State copy = *state;
State            1242 base/third_party/symbolize/demangle.cc static bool ParseSubstitution(State *state) {
State            1248 base/third_party/symbolize/demangle.cc   State copy = *state;
State            1277 base/third_party/symbolize/demangle.cc static bool ParseTopLevelMangledName(State *state) {
State            1299 base/third_party/symbolize/demangle.cc   State state;
State              81 base/threading/watchdog.h   State state_;
State              65 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java         public static State fromCode(int code) {
State              66 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java             for (State state : State.values()) {
State              79 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java     private final State mState;
State              82 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java         mState = State.fromCode(code);
State              85 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java     State getState() {
State             335 chrome/android/java/src/org/chromium/chrome/browser/sync/ProfileSyncService.java     public GoogleServiceAuthError.State getAuthError() {
State             337 chrome/android/java/src/org/chromium/chrome/browser/sync/ProfileSyncService.java         return GoogleServiceAuthError.State.fromCode(authErrorCode);
State             809 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalTabReloader::State GetStateOfTabReloader(
State             813 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalTabReloader::State GetStateOfTabReloaderAt(Browser* browser,
State             817 chrome/browser/captive_portal/captive_portal_browsertest.cc   int NumTabsWithState(CaptivePortalTabReloader::State state) const;
State            1002 chrome/browser/captive_portal/captive_portal_browsertest.cc CaptivePortalTabReloader::State CaptivePortalBrowserTest::GetStateOfTabReloader(
State            1007 chrome/browser/captive_portal/captive_portal_browsertest.cc CaptivePortalTabReloader::State
State            1015 chrome/browser/captive_portal/captive_portal_browsertest.cc     CaptivePortalTabReloader::State state) const {
State             143 chrome/browser/captive_portal/captive_portal_service.h   State state() const { return state_; }
State             162 chrome/browser/captive_portal/captive_portal_service.h   State state_;
State             188 chrome/browser/captive_portal/captive_portal_tab_reloader.cc void CaptivePortalTabReloader::SetState(State new_state) {
State             117 chrome/browser/captive_portal/captive_portal_tab_reloader.h   State state() const { return state_; }
State             136 chrome/browser/captive_portal/captive_portal_tab_reloader.h   void SetState(State new_state);
State             163 chrome/browser/captive_portal/captive_portal_tab_reloader.h   State state_;
State              43 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc   State state() const {
State             155 chrome/browser/chromeos/drive/drive_integration_service.h   State state_;
State              86 chrome/browser/chromeos/imageburner/burn_controller.cc   virtual void OnBurnStateChanged(StateMachine::State state) OVERRIDE {
State             301 chrome/browser/chromeos/imageburner/burn_manager.cc   StateMachine::State state = state_machine_->state();
State             141 chrome/browser/chromeos/imageburner/burn_manager.h   State state() { return state_; }
State             145 chrome/browser/chromeos/imageburner/burn_manager.h     virtual void OnBurnStateChanged(State new_state) = 0;
State             188 chrome/browser/chromeos/imageburner/burn_manager.h   State state_;
State             137 chrome/browser/chromeos/imageburner/burn_manager_unittest.cc   MOCK_METHOD1(OnBurnStateChanged, void(StateMachine::State));
State              17 chrome/browser/chromeos/input_method/browser_state_monitor.cc     const base::Callback<void(InputMethodManager::State)>& observer)
State              46 chrome/browser/chromeos/input_method/browser_state_monitor.cc   const InputMethodManager::State old_state = state_;
State              28 chrome/browser/chromeos/input_method/browser_state_monitor.h       const base::Callback<void(InputMethodManager::State)>& observer);
State              31 chrome/browser/chromeos/input_method/browser_state_monitor.h   InputMethodManager::State state() const { return state_; }
State              39 chrome/browser/chromeos/input_method/browser_state_monitor.h   base::Callback<void(InputMethodManager::State)> observer_;
State              40 chrome/browser/chromeos/input_method/browser_state_monitor.h   InputMethodManager::State state_;
State              26 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc   void SetState(InputMethodManager::State new_state) {
State              31 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc   base::Callback<void(InputMethodManager::State new_state)> AsCallback() {
State              39 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc   InputMethodManager::State state() const {
State              44 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc   InputMethodManager::State state_;
State              23 chrome/browser/chromeos/input_method/input_method_configuration.cc                           InputMethodManager::State new_state) {
State              92 chrome/browser/chromeos/input_method/input_method_manager_impl.cc void InputMethodManagerImpl::SetState(State new_state) {
State              93 chrome/browser/chromeos/input_method/input_method_manager_impl.cc   const State old_state = state_;
State              44 chrome/browser/chromeos/input_method/input_method_manager_impl.h   void SetState(State new_state);
State             165 chrome/browser/chromeos/input_method/input_method_manager_impl.h   State state_;
State             146 chrome/browser/chromeos/input_method/input_method_persistence.cc     InputMethodManager::State new_state) {
State              29 chrome/browser/chromeos/input_method/input_method_persistence.h   void OnSessionStateChange(InputMethodManager::State new_state);
State              37 chrome/browser/chromeos/input_method/input_method_persistence.h   InputMethodManager::State state_;
State              50 chrome/browser/chromeos/login/auth_sync_observer.cc   GoogleServiceAuthError::State state =
State             119 chrome/browser/chromeos/login/captive_portal_window_proxy.cc CaptivePortalWindowProxy::State CaptivePortalWindowProxy::GetState() const {
State              95 chrome/browser/chromeos/login/captive_portal_window_proxy.h   State GetState() const;
State             124 chrome/browser/chromeos/login/screens/update_screen.h   State state_;
State             150 chrome/browser/chromeos/net/network_portal_detector_impl.h   State state() const { return state_; }
State             206 chrome/browser/chromeos/net/network_portal_detector_impl.h   State state_;
State             128 chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc   NetworkPortalDetectorImpl::State state() {
State             340 chrome/browser/chromeos/settings/device_oauth2_token_service.cc     GoogleServiceAuthError::State error) {
State             377 chrome/browser/chromeos/settings/device_oauth2_token_service.cc     GoogleServiceAuthError::State error) {
State             133 chrome/browser/chromeos/settings/device_oauth2_token_service.h                             GoogleServiceAuthError::State error);
State             139 chrome/browser/chromeos/settings/device_oauth2_token_service.h   void FailRequest(RequestImpl* request, GoogleServiceAuthError::State error);
State             146 chrome/browser/chromeos/settings/device_oauth2_token_service.h   State state_;
State             130 chrome/browser/component_updater/component_updater_service.cc   State state_;
State             109 chrome/browser/download/download_target_determiner.cc     State current_state = next_state_;
State             279 chrome/browser/download/download_target_determiner.h   State next_state_;
State              33 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc                       GoogleServiceAuthError::State ubertoken_error_state)
State              95 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc       GoogleServiceAuthError::State ubertoken_error_state) {
State             101 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   GoogleServiceAuthError::State ubertoken_error_state_;
State             110 chrome/browser/extensions/api/sessions/sessions_api.cc     const windows::Window::State& state) {
State             296 chrome/browser/extensions/api/sessions/sessions_api.cc   windows::Window::State state = windows::Window::STATE_NONE;
State             277 chrome/browser/extensions/api/web_request/form_data_parser.cc   State state_;
State             117 chrome/browser/extensions/bundle_installer.cc     Item::State state) const {
State             176 chrome/browser/extensions/bundle_installer.cc base::string16 BundleInstaller::GetHeadingTextFor(Item::State state) const {
State              77 chrome/browser/extensions/bundle_installer.h     State state;
State              88 chrome/browser/extensions/bundle_installer.h   ItemList GetItemsWithState(Item::State state) const;
State             111 chrome/browser/extensions/bundle_installer.h   base::string16 GetHeadingTextFor(Item::State state) const;
State            1912 chrome/browser/extensions/extension_service.cc   const Extension::State initial_state =
State            1967 chrome/browser/extensions/extension_service.cc     Extension::State initial_state,
State             537 chrome/browser/extensions/extension_service.h                                 extensions::Extension::State initial_state,
State             117 chrome/browser/extensions/extension_uninstall_dialog.h   State state_;
State             192 chrome/browser/extensions/updater/local_extension_cache.h   State state_;
State             100 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc   void MakeOAuth2TokenServiceRequestFail(GoogleServiceAuthError::State error);
State             192 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc     GoogleServiceAuthError::State error) {
State              41 chrome/browser/managed_mode/managed_user_registration_utility_stub.cc     const GoogleServiceAuthError::State state) {
State              35 chrome/browser/managed_mode/managed_user_registration_utility_stub.h   void RunFailureCallback(GoogleServiceAuthError::State error);
State             452 chrome/browser/managed_mode/managed_user_service.cc   GoogleServiceAuthError::State state = service->GetAuthError().state();
State              98 chrome/browser/media_galleries/fileapi/picasa_data_provider.h   State state_;
State              55 chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h   State state_;
State             546 chrome/browser/metrics/metrics_service.h   State state_;
State              63 chrome/browser/metrics/thread_watcher_unittest.cc   State thread_watcher_state_;
State              92 chrome/browser/metrics/thread_watcher_unittest.cc   State UpdateState(State new_state) {
State              93 chrome/browser/metrics/thread_watcher_unittest.cc     State old_state;
State             122 chrome/browser/metrics/thread_watcher_unittest.cc     State old_state = UpdateState(ACTIVATED);
State             128 chrome/browser/metrics/thread_watcher_unittest.cc     State old_state = UpdateState(DEACTIVATED);
State             135 chrome/browser/metrics/thread_watcher_unittest.cc     State old_state = UpdateState(SENT_PING);
State             141 chrome/browser/metrics/thread_watcher_unittest.cc     State old_state = UpdateState(RECEIVED_PONG);
State             181 chrome/browser/metrics/thread_watcher_unittest.cc   State WaitForStateChange(const TimeDelta& wait_time, State expected_state) {
State             185 chrome/browser/metrics/thread_watcher_unittest.cc     State exit_state = INITIALIZED;
State             143 chrome/browser/metrics/variations/variations_service.cc     ResourceRequestAllowedNotifier::State state) {
State             385 chrome/browser/metrics/variations/variations_service.cc   const ResourceRequestAllowedNotifier::State state =
State              67 chrome/browser/net/dns_probe_service.h   State state_;
State             134 chrome/browser/net/net_log_temp_file.h   State state() const { return state_; }
State             137 chrome/browser/net/net_log_temp_file.h   State state_;  // Current state of NetLogTempFile.
State             193 chrome/browser/pepper_flash_settings_manager.cc   State state_;
State             141 chrome/browser/policy/cloud/cloud_policy_invalidator.h   State state_;
State             247 chrome/browser/profile_resetter/automatic_profile_resetter.h   State state_;
State             108 chrome/browser/renderer_host/safe_browsing_resource_throttle.h   State state_;
State              63 chrome/browser/safe_browsing/download_feedback.cc                       TwoPhaseUploader::State state,
State             154 chrome/browser/safe_browsing/download_feedback.cc                                           TwoPhaseUploader::State state,
State              52 chrome/browser/safe_browsing/two_phase_uploader.cc   State state_;
State              44 chrome/browser/safe_browsing/two_phase_uploader.h   typedef base::Callback<void(State state,
State              30 chrome/browser/safe_browsing/two_phase_uploader_unittest.cc                       TwoPhaseUploader::State state,
State              41 chrome/browser/safe_browsing/two_phase_uploader_unittest.cc   TwoPhaseUploader::State state_;
State             207 chrome/browser/search_engines/search_provider_install_data.cc SearchProviderInstallData::State SearchProviderInstallData::GetInstallState(
State              58 chrome/browser/search_engines/search_provider_install_data.h   State GetInstallState(const GURL& requested_origin);
State              51 chrome/browser/search_engines/search_provider_install_data_unittest.cc   void VerifyInstallState(SearchProviderInstallData::State expected_state,
State             105 chrome/browser/search_engines/search_provider_install_data_unittest.cc     SearchProviderInstallData::State expected_state,
State             108 chrome/browser/search_engines/search_provider_install_data_unittest.cc   SearchProviderInstallData::State actual_state =
State             183 chrome/browser/signin/signin_error_notifier_ash_unittest.cc     GoogleServiceAuthError::State error_state;
State              91 chrome/browser/signin/signin_global_error_unittest.cc     GoogleServiceAuthError::State error_state;
State             106 chrome/browser/signin/signin_ui_util.cc   const GoogleServiceAuthError::State state =
State              86 chrome/browser/sync/backend_migrator.cc void BackendMigrator::ChangeState(State new_state) {
State             213 chrome/browser/sync/backend_migrator.cc BackendMigrator::State BackendMigrator::state() const {
State              64 chrome/browser/sync/backend_migrator.h   State state() const;
State              74 chrome/browser/sync/backend_migrator.h   void ChangeState(State new_state);
State              93 chrome/browser/sync/backend_migrator.h   State state_;
State             580 chrome/browser/sync/glue/data_type_manager_impl.cc DataTypeManager::State DataTypeManagerImpl::state() const {
State              61 chrome/browser/sync/glue/data_type_manager_impl.h   virtual State state() const OVERRIDE;
State             128 chrome/browser/sync/glue/data_type_manager_impl.h   State state_;
State             101 chrome/browser/sync/glue/frontend_data_type_controller.cc   State prev_state = state_;
State             139 chrome/browser/sync/glue/frontend_data_type_controller.cc DataTypeController::State FrontendDataTypeController::state() const {
State              60 chrome/browser/sync/glue/frontend_data_type_controller.h   virtual State state() const OVERRIDE;
State             112 chrome/browser/sync/glue/frontend_data_type_controller.h   State state_;
State              29 chrome/browser/sync/glue/frontend_data_type_controller_mock.h   MOCK_CONST_METHOD0(state, State());
State             291 chrome/browser/sync/glue/non_frontend_data_type_controller.cc DataTypeController::State NonFrontendDataTypeController::state() const {
State             341 chrome/browser/sync/glue/non_frontend_data_type_controller.cc   DataTypeController::State new_state;
State             357 chrome/browser/sync/glue/non_frontend_data_type_controller.cc     DataTypeController::State new_state,
State             424 chrome/browser/sync/glue/non_frontend_data_type_controller.cc void NonFrontendDataTypeController::set_state(State state) {
State              65 chrome/browser/sync/glue/non_frontend_data_type_controller.h   virtual State state() const OVERRIDE;
State             142 chrome/browser/sync/glue/non_frontend_data_type_controller.h       DataTypeController::State new_state,
State             161 chrome/browser/sync/glue/non_frontend_data_type_controller.h   void set_state(State state);
State             166 chrome/browser/sync/glue/non_frontend_data_type_controller.h   State state_;
State              29 chrome/browser/sync/glue/non_frontend_data_type_controller_mock.h   MOCK_CONST_METHOD0(state, State());
State              47 chrome/browser/sync/glue/non_frontend_data_type_controller_mock.h                     DataTypeController::State new_state,
State             176 chrome/browser/sync/glue/non_ui_data_type_controller.cc DataTypeController::State NonUIDataTypeController::state() const {
State             205 chrome/browser/sync/glue/non_ui_data_type_controller.cc   DataTypeController::State new_state;
State             223 chrome/browser/sync/glue/non_ui_data_type_controller.cc     DataTypeController::State new_state,
State              44 chrome/browser/sync/glue/non_ui_data_type_controller.h   virtual State state() const OVERRIDE;
State              89 chrome/browser/sync/glue/non_ui_data_type_controller.h       DataTypeController::State new_state,
State             136 chrome/browser/sync/glue/non_ui_data_type_controller.h   State state_;
State              28 chrome/browser/sync/glue/non_ui_data_type_controller_mock.h   MOCK_CONST_METHOD0(state, State());
State              47 chrome/browser/sync/glue/non_ui_data_type_controller_mock.h                     DataTypeController::State new_state,
State             266 chrome/browser/sync/glue/ui_data_type_controller.cc   State prev_state = state_;
State             314 chrome/browser/sync/glue/ui_data_type_controller.cc DataTypeController::State UIDataTypeController::state() const {
State              54 chrome/browser/sync/glue/ui_data_type_controller.h   virtual State state() const OVERRIDE;
State              96 chrome/browser/sync/glue/ui_data_type_controller.h   State state_;
State             145 chrome/browser/sync/sync_error_notifier_ash_unittest.cc   void VerifySyncErrorNotifierResult(GoogleServiceAuthError::State error_state,
State              84 chrome/browser/sync/sync_global_error_unittest.cc                                  GoogleServiceAuthError::State error_state,
State              54 chrome/browser/sync/sync_ui_util_unittest.cc                                  GoogleServiceAuthError::State error_state,
State             141 chrome/browser/sync/sync_ui_util_unittest.cc   GoogleServiceAuthError::State table[] = {
State              56 chrome/browser/ui/android/autofill/autofill_dialog_result.cc       FETCH_JSTRING(UTF16, env, address, ResultAddress, State);
State              38 chrome/browser/ui/app_list/search/term_break_iterator.cc     const State new_state = GetNewState(word_[iter_->array_pos()]);
State              56 chrome/browser/ui/app_list/search/term_break_iterator.cc TermBreakIterator::State TermBreakIterator::GetNewState(base::char16 ch) {
State              55 chrome/browser/ui/app_list/search/term_break_iterator.h   State GetNewState(base::char16 ch);
State              62 chrome/browser/ui/app_list/search/term_break_iterator.h   State state_;
State            2243 chrome/browser/ui/browser.cc   BookmarkBar::State state;
State             280 chrome/browser/ui/browser.h   BookmarkBar::State bookmark_bar_state() const { return bookmark_bar_state_; }
State             913 chrome/browser/ui/browser.h   BookmarkBar::State bookmark_bar_state_;
State             127 chrome/browser/ui/browser_instant_controller.cc     const SearchModel::State& old_state,
State             128 chrome/browser/ui/browser_instant_controller.cc     const SearchModel::State& new_state) {
State              52 chrome/browser/ui/browser_instant_controller.h   virtual void ModelChanged(const SearchModel::State& old_state,
State              53 chrome/browser/ui/browser_instant_controller.h                             const SearchModel::State& new_state) OVERRIDE;
State              75 chrome/browser/ui/browser_unittest.cc   BookmarkBar::State window_bookmark_bar_state() const {
State             101 chrome/browser/ui/browser_unittest.cc     BookmarkBar::State bookmark_bar_state() const {
State             123 chrome/browser/ui/browser_unittest.cc     BookmarkBar::State bookmark_bar_state_;
State             142 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h  didChangeFromState:(BookmarkBar::State)oldState
State             143 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h             toState:(BookmarkBar::State)newState;
State             147 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h willAnimateFromState:(BookmarkBar::State)oldState
State             148 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h             toState:(BookmarkBar::State)newState;
State             163 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h   BookmarkBar::State currentState_;
State             166 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h   BookmarkBar::State lastState_;
State             280 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h @property(readonly, nonatomic) BookmarkBar::State currentState;
State             281 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h @property(readonly, nonatomic) BookmarkBar::State lastState;
State             302 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h - (void)updateState:(BookmarkBar::State)newState
State              25 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h - (BOOL)isInState:(BookmarkBar::State)state;
State              29 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h - (BOOL)isAnimatingToState:(BookmarkBar::State)state;
State              33 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h - (BOOL)isAnimatingFromState:(BookmarkBar::State)state;
State              37 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h - (BOOL)isAnimatingFromState:(BookmarkBar::State)fromState
State              38 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h                      toState:(BookmarkBar::State)toState;
State              42 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h - (BOOL)isAnimatingBetweenState:(BookmarkBar::State)fromState
State              43 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_state.h                        andState:(BookmarkBar::State)toState;
State             170 chrome/browser/ui/cocoa/browser_window_cocoa.h   virtual void ModelChanged(const SearchModel::State& old_state,
State             171 chrome/browser/ui/cocoa/browser_window_cocoa.h                             const SearchModel::State& new_state) OVERRIDE;
State             170 chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h   virtual void ModelChanged(const SearchModel::State& old_state,
State             171 chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h                             const SearchModel::State& new_state) OVERRIDE;
State              43 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc   State transition_table_data[][NUM_EVENTS] = {
State             219 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc       if (ShouldSkipStateAndEventPair(static_cast<State>(source),
State             222 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc       State destination = transition_table_[source][event];
State             234 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc const char* FullscreenControllerStateTest::GetStateString(State state) {
State             284 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc bool FullscreenControllerStateTest::IsPersistentState(State state) {
State             307 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc void FullscreenControllerStateTest::TransitionToState(State final_state) {
State             320 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc     State destination_state) {
State             321 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc   State source_state = state_;
State             354 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc   State source_state = state_;
State             355 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc   State next_state = transition_table_[source_state][event];
State             571 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc       State state = static_cast<State>(source_int);
State             604 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc     State source,
State             605 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc     State destination,
State             617 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc       State next_state_candidate = transition_table_[source][event];
State             647 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc bool FullscreenControllerStateTest::ShouldSkipStateAndEventPair(State state,
State             680 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc bool FullscreenControllerStateTest::ShouldSkipTest(State state, Event event) {
State             724 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc void FullscreenControllerStateTest::TestStateAndEvent(State state,
State             784 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc     State state = static_cast<State>(state_int);
State             805 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc     State state1 = static_cast<State>(state1_int);
State             808 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc       State state2 = static_cast<State>(state2_int);
State              84 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h   static const char* GetStateString(State state);
State              94 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h   static bool IsPersistentState(State state);
State              97 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h   void TransitionToState(State state);
State             102 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h   bool TransitionAStepTowardState(State destination_state);
State             160 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h     State state;  // The adjacent |State| transitioned to; not the final state.
State             165 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h   StateTransitionInfo NextTransitionInShortestPath(State source,
State             166 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h                                                    State destination,
State             174 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h   virtual bool ShouldSkipStateAndEventPair(State state, Event event);
State             177 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h   virtual bool ShouldSkipTest(State state, Event event);
State             180 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h   virtual void TestStateAndEvent(State state, Event event);
State             195 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h   State state() const { return state_; }
State             199 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h   State state_;
State             203 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h   State last_notification_received_state_;
State             209 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h   State transition_table_[NUM_STATES][NUM_EVENTS];
State             225 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc   virtual bool ShouldSkipStateAndEventPair(State state, Event event) OVERRIDE;
State             295 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc     State state, Event event) {
State             396 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc     State state1 = static_cast<State>(state1_int);
State             398 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc       State state2 = static_cast<State>(state2_int);
State             313 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc     BookmarkBar::State state,
State             323 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc   BookmarkBar::State old_state = bookmark_bar_state_;
State             445 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc void BookmarkBarGtk::Show(BookmarkBar::State old_state,
State             489 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc void BookmarkBarGtk::Hide(BookmarkBar::State old_state,
State             657 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc void BookmarkBarGtk::UpdateDetachedState(BookmarkBar::State old_state) {
State              71 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h   void SetBookmarkBarState(BookmarkBar::State state,
State             110 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h   void Show(BookmarkBar::State old_state,
State             112 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h   void Hide(BookmarkBar::State old_state,
State             165 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h   void UpdateDetachedState(BookmarkBar::State old_state);
State             415 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h   BookmarkBar::State bookmark_bar_state_;
State            1954 chrome/browser/ui/gtk/browser_window_gtk.cc   BookmarkBar::State state = browser_->bookmark_bar_state();
State             110 chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.cc     BundleInstaller::Item::State state) {
State              39 chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.h                            extensions::BundleInstaller::Item::State state);
State              85 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc   AutocompleteEditState(const OmniboxEditModel::State& model_state,
State              92 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc   const OmniboxEditModel::State model_state;
State             433 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc   OmniboxEditModel::State model_state = model()->GetStateForTabSwitch();
State              29 chrome/browser/ui/libgtk2ui/gtk2_border.cc GtkStateType GetGtkState(ui::NativeTheme::State state) {
State              97 chrome/browser/ui/libgtk2ui/gtk2_border.cc   ui::NativeTheme::State state = native_theme_delegate->GetThemeState(&extra);
State             159 chrome/browser/ui/libgtk2ui/gtk2_border.cc void Gtk2Border::PaintState(const ui::NativeTheme::State state,
State              44 chrome/browser/ui/libgtk2ui/gtk2_border.h   void PaintState(const ui::NativeTheme::State state,
State             151 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc     State state,
State              32 chrome/browser/ui/libgtk2ui/native_theme_gtk2.h       State state,
State             171 chrome/browser/ui/omnibox/omnibox_edit_model.cc OmniboxEditModel::State::State(bool user_input_in_progress,
State             189 chrome/browser/ui/omnibox/omnibox_edit_model.cc OmniboxEditModel::State::~State() {
State             219 chrome/browser/ui/omnibox/omnibox_edit_model.cc const OmniboxEditModel::State OmniboxEditModel::GetStateForTabSwitch() {
State             237 chrome/browser/ui/omnibox/omnibox_edit_model.cc   return State(
State             244 chrome/browser/ui/omnibox/omnibox_edit_model.cc void OmniboxEditModel::RestoreState(const State* state) {
State              56 chrome/browser/ui/omnibox/omnibox_edit_model.h     State(bool user_input_in_progress,
State              64 chrome/browser/ui/omnibox/omnibox_edit_model.h     ~State();
State             104 chrome/browser/ui/omnibox/omnibox_edit_model.h   const State GetStateForTabSwitch();
State             108 chrome/browser/ui/omnibox/omnibox_edit_model.h   void RestoreState(const State* state);
State              81 chrome/browser/ui/search/instant_page.cc void InstantPage::ModelChanged(const SearchModel::State& old_state,
State              82 chrome/browser/ui/search/instant_page.cc                                const SearchModel::State& new_state) {
State             114 chrome/browser/ui/search/instant_page.h   virtual void ModelChanged(const SearchModel::State& old_state,
State             115 chrome/browser/ui/search/instant_page.h                             const SearchModel::State& new_state) OVERRIDE;
State              19 chrome/browser/ui/search/search_delegate.cc void SearchDelegate::ModelChanged(const SearchModel::State& old_state,
State              20 chrome/browser/ui/search/search_delegate.cc                                   const SearchModel::State& new_state) {
State              30 chrome/browser/ui/search/search_delegate.h   virtual void ModelChanged(const SearchModel::State& old_state,
State              31 chrome/browser/ui/search/search_delegate.h                             const SearchModel::State& new_state) OVERRIDE;
State              10 chrome/browser/ui/search/search_model.cc SearchModel::State::State()
State              15 chrome/browser/ui/search/search_model.cc SearchModel::State::State(const SearchMode& mode,
State              23 chrome/browser/ui/search/search_model.cc bool SearchModel::State::operator==(const State& rhs) const {
State              34 chrome/browser/ui/search/search_model.cc void SearchModel::SetState(const State& new_state) {
State              42 chrome/browser/ui/search/search_model.cc   const State old_state = state_;
State              57 chrome/browser/ui/search/search_model.cc   const State old_state = state_;
State              72 chrome/browser/ui/search/search_model.cc   const State old_state = state_;
State              86 chrome/browser/ui/search/search_model.cc   const State old_state = state_;
State              26 chrome/browser/ui/search/search_model.h     State();
State              27 chrome/browser/ui/search/search_model.h     State(const SearchMode& mode,
State              31 chrome/browser/ui/search/search_model.h     bool operator==(const State& rhs) const;
State              47 chrome/browser/ui/search/search_model.h   void SetState(const State& state);
State              50 chrome/browser/ui/search/search_model.h   const State& state() const { return state_; }
State              80 chrome/browser/ui/search/search_model.h   State state_;
State              14 chrome/browser/ui/search/search_model_observer.h   virtual void ModelChanged(const SearchModel::State& old_state,
State              15 chrome/browser/ui/search/search_model_observer.h                             const SearchModel::State& new_state) = 0;
State              21 chrome/browser/ui/search/search_model_unittest.cc   virtual void ModelChanged(const SearchModel::State& old_state,
State              22 chrome/browser/ui/search/search_model_unittest.cc                             const SearchModel::State& new_state) OVERRIDE;
State              24 chrome/browser/ui/search/search_model_unittest.cc   void VerifySearchModelStates(const SearchModel::State& expected_old_state,
State              25 chrome/browser/ui/search/search_model_unittest.cc                                const SearchModel::State& expected_new_state);
State              33 chrome/browser/ui/search/search_model_unittest.cc   SearchModel::State actual_old_state_;
State              34 chrome/browser/ui/search/search_model_unittest.cc   SearchModel::State actual_new_state_;
State              47 chrome/browser/ui/search/search_model_unittest.cc     const SearchModel::State& old_state,
State              48 chrome/browser/ui/search/search_model_unittest.cc     const SearchModel::State& new_state) {
State              55 chrome/browser/ui/search/search_model_unittest.cc     const SearchModel::State& expected_old_state,
State              56 chrome/browser/ui/search/search_model_unittest.cc     const SearchModel::State& expected_new_state) {
State              94 chrome/browser/ui/search/search_model_unittest.cc   SearchModel::State expected_old_state = model->state();
State              95 chrome/browser/ui/search/search_model_unittest.cc   SearchModel::State expected_new_state(model->state());
State             119 chrome/browser/ui/search/search_model_unittest.cc   SearchModel::State expected_old_state = model->state();
State             120 chrome/browser/ui/search/search_model_unittest.cc   SearchModel::State expected_new_state(model->state());
State             137 chrome/browser/ui/search/search_model_unittest.cc   SearchModel::State expected_new_state(model->state());
State             149 chrome/browser/ui/search/search_model_unittest.cc   SearchModel::State expected_old_state = model->state();
State             150 chrome/browser/ui/search/search_model_unittest.cc   SearchModel::State expected_new_state(model->state());
State             284 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State(WebContents* a_dst_contents,
State             309 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   State GetStateAt(int index) const {
State             314 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   bool StateEquals(int index, const State& state) {
State             315 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s = GetStateAt(index);
State             330 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s(contents, index, INSERT);
State             338 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s(new_contents, index, ACTIVATE);
State             346 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s(model()->GetActiveWebContents(), model()->active_index(), SELECT);
State             354 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s(contents, to_index, MOVE);
State             362 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     states_.push_back(State(contents, index, CLOSE));
State             365 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     states_.push_back(State(contents, index, DETACH));
State             368 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     states_.push_back(State(contents, model()->active_index(), DEACTIVATE));
State             373 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     states_.push_back(State(contents, index, CHANGE));
State             379 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s(new_contents, index, REPLACED);
State             385 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     states_.push_back(State(contents, index, PINNED));
State             403 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   std::vector<State> states_;
State             420 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   typedef MockTabStripModelObserver::State State;
State             436 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s1(contents1, 0, MockTabStripModelObserver::INSERT);
State             439 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s2(contents1, 0, MockTabStripModelObserver::ACTIVATE);
State             441 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s3(contents1, 0, MockTabStripModelObserver::SELECT);
State             457 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s1(contents2, 1, MockTabStripModelObserver::INSERT);
State             460 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s2(contents1, 0, MockTabStripModelObserver::DEACTIVATE);
State             462 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s3(contents2, 1, MockTabStripModelObserver::ACTIVATE);
State             465 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s4(contents2, 1, MockTabStripModelObserver::SELECT);
State             481 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s1(contents3, 2, MockTabStripModelObserver::INSERT);
State             492 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s1(contents2, 1, MockTabStripModelObserver::DEACTIVATE);
State             494 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s2(contents3, 2, MockTabStripModelObserver::ACTIVATE);
State             498 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s3(contents3, 2, MockTabStripModelObserver::SELECT);
State             513 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s1(detached, 2, MockTabStripModelObserver::DETACH);
State             515 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s2(detached, ui::ListSelectionModel::kUnselectedIndex,
State             518 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s3(contents2, 1, MockTabStripModelObserver::ACTIVATE);
State             522 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s4(contents2, 1, MockTabStripModelObserver::SELECT);
State             526 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s5(detached, 2, MockTabStripModelObserver::INSERT);
State             529 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s6(contents2, 1, MockTabStripModelObserver::DEACTIVATE);
State             531 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s7(detached, 2, MockTabStripModelObserver::ACTIVATE);
State             535 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s8(detached, 2, MockTabStripModelObserver::SELECT);
State             549 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s1(contents3, 2, MockTabStripModelObserver::CLOSE);
State             551 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s2(contents3, 2, MockTabStripModelObserver::DETACH);
State             553 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s3(contents3, ui::ListSelectionModel::kUnselectedIndex,
State             556 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s4(contents2, 1, MockTabStripModelObserver::ACTIVATE);
State             560 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s5(contents2, 1, MockTabStripModelObserver::SELECT);
State             573 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s1(contents2, 0, MockTabStripModelObserver::MOVE);
State             585 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s1(contents1, 0, MockTabStripModelObserver::MOVE);
State             608 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State s1(contents2, 0, MockTabStripModelObserver::CHANGE);
State            1778 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   typedef MockTabStripModelObserver::State State;
State            1823 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State state(contents1, 0, MockTabStripModelObserver::INSERT);
State            1837 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State state(contents2, 1, MockTabStripModelObserver::INSERT);
State            1875 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State state(contents1, 1, MockTabStripModelObserver::MOVE);
State            1893 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State state(contents3, 2, MockTabStripModelObserver::INSERT);
State            1914 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   typedef MockTabStripModelObserver::State State;
State            1941 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State state(contents1, 0, MockTabStripModelObserver::PINNED);
State            1956 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State state(contents1, 0, MockTabStripModelObserver::PINNED);
State            1971 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State state(contents3, 0, MockTabStripModelObserver::MOVE);
State            1975 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     state = State(contents3, 0, MockTabStripModelObserver::PINNED);
State            1990 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State state(contents1, 1, MockTabStripModelObserver::PINNED);
State            2017 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State state(contents3, 1, MockTabStripModelObserver::MOVE);
State            2021 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     state = State(contents3, 1, MockTabStripModelObserver::PINNED);
State            2060 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     State state(contents4, 2, MockTabStripModelObserver::INSERT);
State            2072 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   typedef MockTabStripModelObserver::State State;
State            2090 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   State state(new_contents, 0, MockTabStripModelObserver::REPLACED);
State            2095 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   state = State(new_contents, 0, MockTabStripModelObserver::ACTIVATE);
State            2114 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   state = State(new_contents, 1, MockTabStripModelObserver::REPLACED);
State            2123 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   typedef MockTabStripModelObserver::State State;
State            2147 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   State state1(null_contents1, 0, MockTabStripModelObserver::REPLACED);
State            2160 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   State state2(null_contents2, 0, MockTabStripModelObserver::REPLACED);
State            2354 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   typedef MockTabStripModelObserver::State State;
State            2374 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   State s1(contents3, 3, MockTabStripModelObserver::SELECT);
State            2385 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   State s2(contents0, 0, MockTabStripModelObserver::SELECT);
State            2468 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   typedef MockTabStripModelObserver::State State;
State            2485 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   State s(contents2, 1, MockTabStripModelObserver::SELECT);
State             490 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc     BookmarkBar::State state,
State             100 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h   void SetBookmarkBarState(BookmarkBar::State state,
State             433 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h   BookmarkBar::State bookmark_bar_state_;
State            1085 chrome/browser/ui/views/download/download_item_view.cc void DownloadItemView::SetState(State new_body_state, State new_drop_state) {
State            1343 chrome/browser/ui/views/download/download_item_view.cc void DownloadItemView::AnimateStateTransition(State from, State to,
State             185 chrome/browser/ui/views/download/download_item_view.h   void SetState(State body_state, State drop_down_state);
State             229 chrome/browser/ui/views/download/download_item_view.h   void AnimateStateTransition(State from, State to,
State             258 chrome/browser/ui/views/download/download_item_view.h   State body_state_;
State             259 chrome/browser/ui/views/download/download_item_view.h   State drop_down_state_;
State             764 chrome/browser/ui/views/frame/browser_view.cc     BookmarkBar::State new_state = browser_->bookmark_bar_state();
State            1468 chrome/browser/ui/views/location_bar/location_bar_view.cc void LocationBarView::ModelChanged(const SearchModel::State& old_state,
State            1469 chrome/browser/ui/views/location_bar/location_bar_view.cc                                    const SearchModel::State& new_state) {
State             327 chrome/browser/ui/views/location_bar/location_bar_view.h   virtual void ModelChanged(const SearchModel::State& old_state,
State             328 chrome/browser/ui/views/location_bar/location_bar_view.h                             const SearchModel::State& new_state) OVERRIDE;
State              73 chrome/browser/ui/views/omnibox/omnibox_view_views.cc   OmniboxState(const OmniboxEditModel::State& model_state,
State              78 chrome/browser/ui/views/omnibox/omnibox_view_views.cc   const OmniboxEditModel::State model_state;
State              91 chrome/browser/ui/views/omnibox/omnibox_view_views.cc OmniboxState::OmniboxState(const OmniboxEditModel::State& model_state,
State             460 chrome/browser/ui/views/omnibox/omnibox_view_views.cc   OmniboxEditModel::State state = model()->GetStateForTabSwitch();
State             141 chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc   NetworkStateInformer::State state = network_state_informer_->state();
State             161 chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc   NetworkStateInformer::State state = network_state_informer_->state();
State              44 chrome/browser/ui/webui/chromeos/login/network_state_informer.cc NetworkStateInformer::State GetStateForDefaultNetwork() {
State             153 chrome/browser/ui/webui/chromeos/login/network_state_informer.cc const char* NetworkStateInformer::StatusString(State state) {
State             174 chrome/browser/ui/webui/chromeos/login/network_state_informer.cc   State new_state = GetStateForDefaultNetwork();
State              80 chrome/browser/ui/webui/chromeos/login/network_state_informer.h   State state() const { return state_; }
State              84 chrome/browser/ui/webui/chromeos/login/network_state_informer.h   static const char* StatusString(State state);
State              97 chrome/browser/ui/webui/chromeos/login/network_state_informer.h   State state_;
State             130 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc bool IsOnline(NetworkStateInformer::State state,
State             137 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc bool IsBehindCaptivePortal(NetworkStateInformer::State state,
State             143 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc bool IsProxyError(NetworkStateInformer::State state,
State             544 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc   NetworkStateInformer::State state = network_state_informer_->state();
State             652 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc     NetworkStateInformer:: State state,
State             704 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc     NetworkStateInformer::State state,
State             263 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h   void SetupAndShowOfflineMessage(NetworkStateInformer::State state,
State             265 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h   void HideOfflineMessage(NetworkStateInformer::State state,
State             517 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h   NetworkStateInformer::State last_network_state_;
State             218 chrome/browser/ui/webui/options/create_profile_handler.cc   GoogleServiceAuthError::State state = error.state();
State             347 chrome/browser/ui/webui/options/create_profile_handler.cc     GoogleServiceAuthError::State error_state) {
State             135 chrome/browser/ui/webui/options/create_profile_handler.h       GoogleServiceAuthError::State error_state);
State             434 chrome/browser/ui/webui/options/manage_profile_handler.cc   GoogleServiceAuthError::State state = service->GetAuthError().state();
State             228 chrome/browser/ui/webui/options/managed_user_import_handler.cc   GoogleServiceAuthError::State state = error_controller->auth_error().state();
State             338 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc   const GoogleServiceAuthError::State state = error.state();
State              39 chrome/browser/web_resource/resource_request_allowed_notifier.cc ResourceRequestAllowedNotifier::State
State              63 chrome/browser/web_resource/resource_request_allowed_notifier.h   virtual State GetResourceRequestsAllowedState();
State              37 chrome/browser/web_resource/resource_request_allowed_notifier_test_util.cc ResourceRequestAllowedNotifier::State
State              37 chrome/browser/web_resource/resource_request_allowed_notifier_test_util.h   virtual State GetResourceRequestsAllowedState() OVERRIDE;
State             188 chrome/browser/webdata/web_data_service.cc WebDatabase::State WebDataService::PerformKeywordOperationsImpl(
State             208 chrome/browser/webdata/web_data_service.cc WebDatabase::State WebDataService::SetDefaultSearchProviderIDImpl(
State             215 chrome/browser/webdata/web_data_service.cc WebDatabase::State WebDataService::SetBuiltinKeywordVersionImpl(
State             228 chrome/browser/webdata/web_data_service.cc WebDatabase::State WebDataService::SetWebAppImageImpl(
State             234 chrome/browser/webdata/web_data_service.cc WebDatabase::State WebDataService::SetWebAppHasAllImagesImpl(
State             241 chrome/browser/webdata/web_data_service.cc WebDatabase::State WebDataService::RemoveWebAppImpl(
State             214 chrome/browser/webdata/web_data_service.h   WebDatabase::State PerformKeywordOperationsImpl(
State             218 chrome/browser/webdata/web_data_service.h   WebDatabase::State SetDefaultSearchProviderIDImpl(TemplateURLID id,
State             220 chrome/browser/webdata/web_data_service.h   WebDatabase::State SetBuiltinKeywordVersionImpl(int version, WebDatabase* db);
State             228 chrome/browser/webdata/web_data_service.h   WebDatabase::State SetWebAppImageImpl(const GURL& app_url,
State             230 chrome/browser/webdata/web_data_service.h   WebDatabase::State SetWebAppHasAllImagesImpl(const GURL& app_url,
State             232 chrome/browser/webdata/web_data_service.h   WebDatabase::State RemoveWebAppImpl(const GURL& app_url, WebDatabase* db);
State             242 chrome/browser/webdata/web_data_service.h   WebDatabase::State AddWebIntentServiceImpl(
State             244 chrome/browser/webdata/web_data_service.h   WebDatabase::State RemoveWebIntentServiceImpl(
State             251 chrome/browser/webdata/web_data_service.h   WebDatabase::State AddDefaultWebIntentServiceImpl(
State             253 chrome/browser/webdata/web_data_service.h   WebDatabase::State RemoveDefaultWebIntentServiceImpl(
State             255 chrome/browser/webdata/web_data_service.h   WebDatabase::State RemoveWebIntentServiceDefaultsImpl(
State             268 chrome/browser/webdata/web_data_service.h   WebDatabase::State AddIE7LoginImpl(
State             270 chrome/browser/webdata/web_data_service.h   WebDatabase::State RemoveIE7LoginImpl(
State              31 chrome/browser/webdata/web_data_service_win.cc WebDatabase::State WebDataService::AddIE7LoginImpl(
State              38 chrome/browser/webdata/web_data_service_win.cc WebDatabase::State WebDataService::RemoveIE7LoginImpl(
State             443 chrome/renderer/printing/print_web_view_helper.h     State state_;
State              67 chrome/test/chromedriver/net/websocket.h   State state_;
State             450 cloud_print/gcp20/prototype/cloud_print_requester.cc   LocalSettings::State state;
State              86 cloud_print/gcp20/prototype/cloud_print_requester.h         LocalSettings::State state,
State             215 cloud_print/gcp20/prototype/cloud_print_response_parser.cc                                 LocalSettings::State* state,
State             256 cloud_print/gcp20/prototype/cloud_print_response_parser.cc   LocalSettings::State settings_state;
State              64 cloud_print/gcp20/prototype/cloud_print_response_parser.h                                 LocalSettings::State* state,
State              38 cloud_print/gcp20/prototype/local_print_job.h     State state;
State              52 cloud_print/gcp20/prototype/print_job_handler.cc   LocalPrintJob::State state;
State             259 cloud_print/gcp20/prototype/print_job_handler.cc                                   LocalPrintJob::State state) {
State              78 cloud_print/gcp20/prototype/print_job_handler.h   void SetJobState(const std::string& id, LocalPrintJob::State);
State             517 cloud_print/gcp20/prototype/printer.cc void Printer::OnLocalSettingsReceived(LocalSettings::State state,
State             118 cloud_print/gcp20/prototype/printer.h       LocalSettings::State state,
State              55 cloud_print/gcp20/prototype/privet_http_server.cc std::string LocalPrintJobStateToString(LocalPrintJob::State state) {
State             113 cloud_print/service/win/cloud_print_service.cc base::string16 StateAsString(ServiceController::State state) {
State              85 cloud_print/service/win/cloud_print_service_config.cc   void SetState(ServiceController::State state, const base::string16& user,
State             118 cloud_print/service/win/cloud_print_service_config.cc   ServiceController::State state_;
State             161 cloud_print/service/win/cloud_print_service_config.cc void SetupDialog::SetState(ServiceController::State status,
State             239 cloud_print/service/win/service_controller.cc   ServiceController::State origina_state = state();
State              54 cloud_print/service/win/service_controller.h   State state() const { return state_; }
State              69 cloud_print/service/win/service_controller.h   State state_;
State              83 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc WebDatabase::State AutofillWebDataBackendImpl::AddFormElements(
State             124 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc WebDatabase::State AutofillWebDataBackendImpl::RemoveFormElementsAddedBetween(
State             146 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc WebDatabase::State AutofillWebDataBackendImpl::RemoveFormValueForElementName(
State             165 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc WebDatabase::State AutofillWebDataBackendImpl::AddAutofillProfile(
State             183 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc WebDatabase::State AutofillWebDataBackendImpl::UpdateAutofillProfile(
State             211 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc WebDatabase::State AutofillWebDataBackendImpl::RemoveAutofillProfile(
State             248 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc WebDatabase::State AutofillWebDataBackendImpl::AddCreditCard(
State             259 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc WebDatabase::State AutofillWebDataBackendImpl::UpdateCreditCard(
State             278 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc WebDatabase::State AutofillWebDataBackendImpl::RemoveCreditCard(
State             301 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc WebDatabase::State
State             328 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc WebDatabase::State AutofillWebDataBackendImpl::RemoveOriginURLsModifiedBetween(
State             351 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc WebDatabase::State AutofillWebDataBackendImpl::RemoveExpiredFormElementsImpl(
State              74 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State AddFormElements(const std::vector<FormFieldData>& fields,
State              89 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State RemoveFormElementsAddedBetween(
State              97 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State RemoveFormValueForElementName(const base::string16& name,
State             102 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State AddAutofillProfile(const AutofillProfile& profile,
State             106 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State UpdateAutofillProfile(const AutofillProfile& profile,
State             110 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State RemoveAutofillProfile(const std::string& guid,
State             117 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State AddCreditCard(const CreditCard& credit_card,
State             121 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State UpdateCreditCard(const CreditCard& credit_card,
State             125 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State RemoveCreditCard(const std::string& guid,
State             132 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State RemoveAutofillDataModifiedBetween(
State             139 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State RemoveOriginURLsModifiedBetween(
State             174 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State RemoveExpiredFormElementsImpl(WebDatabase* db);
State              88 components/dom_distiller/core/distiller_page.h   State state_;
State              92 components/nacl/browser/nacl_process_host.cc     if (info.State == MEM_FREE && info.RegionSize > *out_size) {
State              46 components/signin/core/browser/signin_error_controller.cc   GoogleServiceAuthError::State prev_state = auth_error_.state();
State             136 components/signin/core/browser/signin_error_controller_unittest.cc     GoogleServiceAuthError::State error_state;
State              25 components/signin/core/browser/webdata/token_web_data.cc   WebDatabase::State RemoveAllTokens(WebDatabase* db) {
State              32 components/signin/core/browser/webdata/token_web_data.cc   WebDatabase::State RemoveTokenForService(
State              41 components/signin/core/browser/webdata/token_web_data.cc   WebDatabase::State SetTokenForService(
State              73 components/sync_driver/data_type_controller.h   typedef std::map<syncer::ModelType, DataTypeController::State> StateMap;
State             111 components/sync_driver/data_type_controller.h   virtual State state() const = 0;
State             106 components/sync_driver/data_type_manager.h   virtual State state() const = 0;
State              24 components/sync_driver/data_type_manager_mock.h   MOCK_CONST_METHOD0(state, State());
State             127 components/sync_driver/fake_data_type_controller.cc DataTypeController::State FakeDataTypeController::state() const {
State              42 components/sync_driver/fake_data_type_controller.h   virtual State state() const OVERRIDE;
State              62 components/sync_driver/fake_data_type_controller.h   DataTypeController::State state_;
State             107 components/sync_driver/model_association_manager.h   State state_;
State              56 components/sync_driver/proxy_data_type_controller.cc DataTypeController::State ProxyDataTypeController::state() const {
State              31 components/sync_driver/proxy_data_type_controller.h   virtual State state() const OVERRIDE;
State              46 components/sync_driver/proxy_data_type_controller.h   State state_;
State              52 components/translate/core/browser/translate_url_fetcher.h   State state() { return state_; }
State              65 components/translate/core/browser/translate_url_fetcher.h   enum State state_;
State              85 components/webdata/common/web_data_service_backend.cc     WebDatabase::State state = task.Run(db_.get());
State              53 components/webdata/common/web_database_service.h   typedef base::Callback<WebDatabase::State(WebDatabase*)> WriteTask;
State              78 content/browser/android/edge_effect.h   State state_;
State              61 content/browser/download/drag_download_file.h   State state_;
State              75 content/browser/indexed_db/indexed_db_transaction.h   State state() const { return state_; }
State             105 content/browser/indexed_db/indexed_db_transaction.h   State state_;
State              95 content/browser/loader/buffered_resource_handler.h   State state_;
State              51 content/browser/loader/offline_policy.h   State state_;
State             292 content/browser/media/capture/content_video_capture_device_core.cc void ContentVideoCaptureDeviceCore::TransitionStateTo(State next_state) {
State             171 content/browser/media/capture/content_video_capture_device_core.h   void TransitionStateTo(State next_state);
State             184 content/browser/media/capture/content_video_capture_device_core.h   State state_;
State              93 content/browser/media/capture/web_contents_audio_input_stream.cc   State state_;
State              17 content/browser/renderer_host/input/motion_event_web.cc                              WebTouchPoint::State state) {
State              61 content/browser/renderer_host/input/tap_suppression_controller.h   State state_;
State              97 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc   State state() { return state_; }
State             157 content/browser/renderer_host/input/web_input_event_util.cc WebTouchPoint::State ToWebTouchPointState(MotionEvent::Action action,
State              17 content/browser/renderer_host/input/web_touch_event_traits.cc                              blink::WebTouchPoint::State state) {
State             131 content/browser/renderer_host/media/audio_renderer_host_unittest.cc                             media::AudioOutputIPCDelegate::State state) {
State             124 content/browser/renderer_host/p2p/socket_host.h   State state_;
State              98 content/browser/renderer_host/pepper/pepper_tcp_server_socket_message_filter.h   State state_;
State              37 content/browser/renderer_host/ui_events_helper.cc     blink::WebTouchPoint::State state) {
State              56 content/browser/renderer_host/ui_events_helper.cc blink::WebTouchPoint::State TouchPointStateFromEvent(
State              59 content/browser/speech/speech_recognizer_impl_android.h   State state_;
State              63 content/child/webfallbackthemeengine_impl.cc static ui::NativeTheme::State NativeThemeState(
State              64 content/child/webfallbackthemeengine_impl.cc     WebFallbackThemeEngine::State state) {
State              81 content/child/webfallbackthemeengine_impl.cc     WebFallbackThemeEngine::State state,
State             180 content/child/webfallbackthemeengine_impl.cc     WebFallbackThemeEngine::State state,
State              27 content/child/webfallbackthemeengine_impl.h       blink::WebFallbackThemeEngine::State state,
State              62 content/child/webthemeengine_impl_android.cc static ui::NativeTheme::State NativeThemeState(
State              63 content/child/webthemeengine_impl_android.cc     WebThemeEngine::State state) {
State              80 content/child/webthemeengine_impl_android.cc     WebThemeEngine::State state,
State             165 content/child/webthemeengine_impl_android.cc     WebThemeEngine::State state,
State              19 content/child/webthemeengine_impl_android.h       blink::WebThemeEngine::State state,
State              63 content/child/webthemeengine_impl_default.cc static ui::NativeTheme::State NativeThemeState(
State              64 content/child/webthemeengine_impl_default.cc     WebThemeEngine::State state) {
State              81 content/child/webthemeengine_impl_default.cc     WebThemeEngine::State state,
State             173 content/child/webthemeengine_impl_default.cc     WebThemeEngine::State state,
State              19 content/child/webthemeengine_impl_default.h       blink::WebThemeEngine::State state,
State              19 content/child/webthemeengine_impl_mac.cc static ThemeTrackEnableState stateToHIEnableState(WebThemeEngine::State state) {
State              32 content/child/webthemeengine_impl_mac.cc     WebThemeEngine::State state,
State              17 content/child/webthemeengine_impl_mac.h       blink::WebThemeEngine::State part,
State             166 content/common/gpu/client/command_buffer_proxy_impl.cc gpu::CommandBuffer::State CommandBufferProxyImpl::GetState() {
State             169 content/common/gpu/client/command_buffer_proxy_impl.cc     gpu::CommandBuffer::State state;
State             178 content/common/gpu/client/command_buffer_proxy_impl.cc gpu::CommandBuffer::State CommandBufferProxyImpl::GetLastState() {
State             223 content/common/gpu/client/command_buffer_proxy_impl.cc     gpu::CommandBuffer::State state;
State             240 content/common/gpu/client/command_buffer_proxy_impl.cc     gpu::CommandBuffer::State state;
State             502 content/common/gpu/client/command_buffer_proxy_impl.cc     const gpu::CommandBuffer::State& state) {
State              92 content/common/gpu/client/command_buffer_proxy_impl.h   virtual State GetState() OVERRIDE;
State              93 content/common/gpu/client/command_buffer_proxy_impl.h   virtual State GetLastState() OVERRIDE;
State             159 content/common/gpu/client/command_buffer_proxy_impl.h   void OnUpdateState(const gpu::CommandBuffer::State& state);
State             176 content/common/gpu/client/command_buffer_proxy_impl.h   State last_state_;
State            1191 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc   gpu::CommandBuffer::State state = command_buffer_->GetLastState();
State             298 content/common/gpu/gpu_command_buffer_stub.cc     gpu::CommandBuffer::State state = command_buffer_->GetLastState();
State             631 content/common/gpu/gpu_command_buffer_stub.cc     gpu::CommandBuffer::State state = command_buffer_->GetState();
State             644 content/common/gpu/gpu_command_buffer_stub.cc   gpu::CommandBuffer::State state = command_buffer_->GetState();
State             664 content/common/gpu/gpu_command_buffer_stub.cc   gpu::CommandBuffer::State state = command_buffer_->GetState();
State             687 content/common/gpu/gpu_command_buffer_stub.cc   gpu::CommandBuffer::State pre_state = command_buffer_->GetLastState();
State             689 content/common/gpu/gpu_command_buffer_stub.cc   gpu::CommandBuffer::State post_state = command_buffer_->GetLastState();
State             976 content/common/gpu/gpu_command_buffer_stub.cc   gpu::CommandBuffer::State state = command_buffer_->GetState();
State             525 content/common/gpu/gpu_messages.h                            gpu::CommandBuffer::State /* state */)
State             529 content/common/gpu/gpu_messages.h                            gpu::CommandBuffer::State /* state */)
State             113 content/common/gpu/media/android_video_decode_accelerator.h   State state_;
State             171 content/common/gpu/media/dxva_video_decode_accelerator.h   State state_;
State            1108 content/common/gpu/media/exynos_video_encode_accelerator.cc void ExynosVideoEncodeAccelerator::SetEncoderState(State state) {
State             166 content/common/gpu/media/exynos_video_encode_accelerator.h   void SetEncoderState(State state);
State             220 content/common/gpu/media/exynos_video_encode_accelerator.h   State encoder_state_;
State            1586 content/common/gpu/media/v4l2_video_decode_accelerator.cc void V4L2VideoDecodeAccelerator::SetDecoderState(State state) {
State             264 content/common/gpu/media/v4l2_video_decode_accelerator.h   void SetDecoderState(State state);
State             335 content/common/gpu/media/v4l2_video_decode_accelerator.h   State decoder_state_;
State             225 content/common/gpu/media/vaapi_h264_decoder.h   State state_;
State             174 content/common/gpu/media/vaapi_video_decode_accelerator.h   State state_;
State              20 content/common/input/web_input_event_traits_unittest.cc   static WebTouchPoint CreateTouchPoint(WebTouchPoint::State state, int id) {
State              23 content/common/media/audio_messages.h IPC_ENUM_TRAITS_MAX_VALUE(media::AudioInputIPCDelegate::State,
State              26 content/common/media/audio_messages.h IPC_ENUM_TRAITS_MAX_VALUE(media::AudioOutputIPCDelegate::State,
State              86 content/common/media/audio_messages.h                      media::AudioOutputIPCDelegate::State /* new state */)
State              91 content/common/media/audio_messages.h                      media::AudioInputIPCDelegate::State /* new state */)
State             142 content/renderer/input/input_handler_proxy_unittest.cc WebTouchPoint CreateWebTouchPoint(WebTouchPoint::State state, float x,
State             159 content/renderer/media/audio_input_message_filter.cc     int stream_id, media::AudioInputIPCDelegate::State state) {
State              79 content/renderer/media/audio_input_message_filter.h                             media::AudioInputIPCDelegate::State state);
State             199 content/renderer/media/audio_message_filter.cc     int stream_id, media::AudioOutputIPCDelegate::State state) {
State              90 content/renderer/media/audio_message_filter.h                             media::AudioOutputIPCDelegate::State state);
State              24 content/renderer/media/audio_message_filter_unittest.cc       media::AudioOutputIPCDelegate::State state) OVERRIDE {
State              52 content/renderer/media/audio_message_filter_unittest.cc   media::AudioOutputIPCDelegate::State state() { return state_; }
State              60 content/renderer/media/audio_message_filter_unittest.cc   media::AudioOutputIPCDelegate::State state_;
State             133 content/renderer/media/media_stream_video_source.h   State state() { return state_; }
State             155 content/renderer/media/media_stream_video_source.h   State state_;
State             243 content/renderer/media/rtc_video_decoder.h   State state_;
State              67 content/renderer/media/rtc_video_renderer.h   State state_;
State             147 content/renderer/media/webrtc_audio_renderer.h   State state_;
State              63 content/renderer/p2p/host_address_request.h   State state_;
State              87 content/renderer/p2p/ipc_socket_factory.cc   virtual State GetState() const OVERRIDE;
State             346 content/renderer/p2p/ipc_socket_factory.cc talk_base::AsyncPacketSocket::State IpcPacketSocket::GetState() const {
State             112 content/renderer/p2p/socket_client_impl.h   State state_;
State             256 content/renderer/pepper/event_conversion.cc typedef std::map<uint32_t, WebTouchPoint::State> TouchStateMap;
State             290 content/renderer/pepper/event_conversion.cc   WebTouchPoint::State state = WebTouchPoint::StateUndefined;
State             114 content/renderer/pepper/pepper_platform_audio_input.cc     media::AudioInputIPCDelegate::State state) {
State              68 content/renderer/pepper/pepper_platform_audio_input.h       media::AudioInputIPCDelegate::State state) OVERRIDE;
State              71 content/renderer/pepper/pepper_platform_audio_output.cc     media::AudioOutputIPCDelegate::State state) {
State              52 content/renderer/pepper/pepper_platform_audio_output.h       media::AudioOutputIPCDelegate::State state) OVERRIDE;
State              15 content/renderer/pepper/ppb_flash_message_loop_impl.cc class PPB_Flash_MessageLoop_Impl::State
State              16 content/renderer/pepper/ppb_flash_message_loop_impl.cc     : public base::RefCounted<PPB_Flash_MessageLoop_Impl::State> {
State              18 content/renderer/pepper/ppb_flash_message_loop_impl.cc   State() : result_(PP_OK), run_called_(false), quit_called_(false) {
State              36 content/renderer/pepper/ppb_flash_message_loop_impl.cc   friend class base::RefCounted<State>;
State              37 content/renderer/pepper/ppb_flash_message_loop_impl.cc   virtual ~State() {}
State              47 content/renderer/pepper/ppb_flash_message_loop_impl.cc       state_(new State()) {
State              91 content/renderer/pepper/ppb_flash_message_loop_impl.cc   scoped_refptr<State> state_protector(state_);
State              33 content/renderer/pepper/ppb_flash_message_loop_impl.h   class State;
State              45 content/renderer/pepper/ppb_flash_message_loop_impl.h   scoped_refptr<State> state_;
State              95 content/renderer/pepper/ppb_graphics_3d_impl.cc gpu::CommandBuffer::State PPB_Graphics3D_Impl::GetState() {
State             115 content/renderer/pepper/ppb_graphics_3d_impl.cc gpu::CommandBuffer::State PPB_Graphics3D_Impl::WaitForTokenInRange(
State             122 content/renderer/pepper/ppb_graphics_3d_impl.cc gpu::CommandBuffer::State PPB_Graphics3D_Impl::WaitForGetOffsetInRange(
State              26 content/renderer/pepper/ppb_graphics_3d_impl.h   virtual gpu::CommandBuffer::State GetState() OVERRIDE;
State              31 content/renderer/pepper/ppb_graphics_3d_impl.h   virtual gpu::CommandBuffer::State WaitForTokenInRange(int32_t start,
State              33 content/renderer/pepper/ppb_graphics_3d_impl.h   virtual gpu::CommandBuffer::State WaitForGetOffsetInRange(int32_t start,
State              90 content/shell/browser/webkit_test_controller.h   State state_;
State              72 content/shell/renderer/test_runner/TestPlugin.cpp const char* pointState(WebTouchPoint::State state)
State              24 content/shell/renderer/test_runner/WebTestThemeEngineMac.h         blink::WebThemeEngine::State,
State              32 content/shell/renderer/test_runner/WebTestThemeEngineMac.h         blink::WebThemeEngine::State,
State              38 content/shell/renderer/test_runner/WebTestThemeEngineMac.h         blink::WebThemeEngine::State,
State              23 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp SkColor bgColors(WebThemeEngine::State state) {
State             227 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp void markState(SkCanvas *canvas, SkIRect irect, WebThemeEngine::State state)
State             289 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp     WebThemeEngine::State state,
State              25 content/shell/renderer/test_runner/WebTestThemeEngineMock.h         WebThemeEngine::State,
State              51 content/test/test_video_frame_provider.h   State state_;
State              78 crypto/ghash.h   State state_;
State              84 crypto/p224_spake.h   State state_;
State            1142 extensions/browser/extension_prefs.cc     const std::string& id, Extension::State check_state) const {
State            1187 extensions/browser/extension_prefs.cc     Extension::State initial_state,
State            1235 extensions/browser/extension_prefs.cc                                        Extension::State state) {
State            1418 extensions/browser/extension_prefs.cc     Extension::State initial_state,
State            2019 extensions/browser/extension_prefs.cc     Extension::State initial_state,
State             190 extensions/browser/extension_prefs.h                             Extension::State initial_state,
State             201 extensions/browser/extension_prefs.h   void SetExtensionState(const std::string& extension_id, Extension::State);
State             434 extensions/browser/extension_prefs.h                              Extension::State initial_state,
State             639 extensions/browser/extension_prefs.h                               Extension::State check_state) const;
State             660 extensions/browser/extension_prefs.h                                   Extension::State initial_state,
State              67 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::GoogleServiceAuthError(State s)
State              77 google_apis/gaia/google_service_auth_error.cc     State state,
State             116 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::State GoogleServiceAuthError::state() const {
State             238 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::GoogleServiceAuthError(State s, int error)
State             244 google_apis/gaia/google_service_auth_error.cc     State s,
State             141 google_apis/gaia/google_service_auth_error.h   explicit GoogleServiceAuthError(State s);
State             172 google_apis/gaia/google_service_auth_error.h   State state() const;
State             187 google_apis/gaia/google_service_auth_error.h   GoogleServiceAuthError(State s, int error);
State             190 google_apis/gaia/google_service_auth_error.h   GoogleServiceAuthError(State state, const std::string& error_message);
State             192 google_apis/gaia/google_service_auth_error.h   GoogleServiceAuthError(State s, const std::string& captcha_token,
State             199 google_apis/gaia/google_service_auth_error.h   State state_;
State              21 google_apis/gaia/google_service_auth_error_unittest.cc void TestSimpleState(GoogleServiceAuthError::State state) {
State              35 google_apis/gaia/google_service_auth_error_unittest.cc     TestSimpleState(static_cast<GoogleServiceAuthError::State>(i));
State             101 google_apis/gaia/oauth2_access_token_fetcher_impl.h   State state_;
State             118 google_apis/gaia/oauth2_api_call_flow.h   State state_;
State             303 google_apis/gaia/oauth2_token_service.cc   GoogleServiceAuthError::State error_state = error.state();
State             146 google_apis/gcm/base/socket_stream.cc SocketInputStream::State SocketInputStream::GetState() const {
State             275 google_apis/gcm/base/socket_stream.cc SocketOutputStream::State SocketOutputStream::GetState() const{
State              97 google_apis/gcm/base/socket_stream.h   State GetState() const;
State             177 google_apis/gcm/base/socket_stream.h   State GetState() const;
State             128 google_apis/gcm/engine/mcs_client.h   State state() const { return state_; }
State             200 google_apis/gcm/engine/mcs_client.h   State state_;
State             219 google_apis/gcm/gcm_client_impl.h   State state_;
State              28 gpu/command_buffer/client/client_test_helper.cc CommandBuffer::State MockCommandBufferBase::GetState() {
State              32 gpu/command_buffer/client/client_test_helper.cc CommandBuffer::State MockCommandBufferBase::GetLastState() {
State              32 gpu/command_buffer/client/client_test_helper.h   virtual State GetState() OVERRIDE;
State              33 gpu/command_buffer/client/client_test_helper.h   virtual State GetLastState() OVERRIDE;
State              59 gpu/command_buffer/client/client_test_helper.h   State state_;
State             111 gpu/command_buffer/client/cmd_buffer_helper.cc   CommandBuffer::State state = command_buffer_->GetState();
State             101 gpu/command_buffer/client/fenced_allocator.h     State state;
State             147 gpu/command_buffer/client/query_tracker.h     State state_;
State              73 gpu/command_buffer/client/ring_buffer.h     Block(Offset _offset, unsigned int _size, State _state)
State              82 gpu/command_buffer/client/ring_buffer.h     State state;
State              22 gpu/command_buffer/common/command_buffer.h     State()
State              86 gpu/command_buffer/common/command_buffer.h   virtual State GetState() = 0;
State              89 gpu/command_buffer/common/command_buffer.h   virtual State GetLastState() = 0;
State              25 gpu/command_buffer/common/command_buffer_mock.h   MOCK_METHOD0(GetState, State());
State              26 gpu/command_buffer/common/command_buffer_mock.h   MOCK_METHOD0(GetLastState, State());
State              59 gpu/command_buffer/common/command_buffer_shared.h typedef SharedState<CommandBuffer::State> CommandBufferSharedState;
State              27 gpu/command_buffer/common/command_buffer_shared_test.cc   CommandBuffer::State state;
State              43 gpu/command_buffer/common/command_buffer_shared_test.cc   CommandBuffer::State state;
State              69 gpu/command_buffer/common/command_buffer_shared_test.cc   CommandBuffer::State last_state;
State              71 gpu/command_buffer/common/command_buffer_shared_test.cc     CommandBuffer::State state = last_state;
State              40 gpu/command_buffer/service/command_buffer_service.cc CommandBufferService::State CommandBufferService::GetState() {
State              41 gpu/command_buffer/service/command_buffer_service.cc   State state;
State              53 gpu/command_buffer/service/command_buffer_service.cc CommandBufferService::State CommandBufferService::GetLastState() {
State              63 gpu/command_buffer/service/command_buffer_service.cc     CommandBufferService::State state = GetState();
State              49 gpu/command_buffer/service/command_buffer_service.h   virtual State GetState() OVERRIDE;
State              50 gpu/command_buffer/service/command_buffer_service.h   virtual State GetLastState() OVERRIDE;
State              66 gpu/command_buffer/service/command_buffer_service_unittest.cc   CommandBuffer::State state = command_buffer_->GetState();
State              50 gpu/command_buffer/service/gpu_scheduler.cc   CommandBuffer::State state = command_buffer_->GetState();
State              45 gpu/command_buffer/service/gpu_scheduler_unittest.cc     CommandBuffer::State default_state;
State              82 gpu/command_buffer/service/gpu_scheduler_unittest.cc   CommandBuffer::State state;
State              95 gpu/command_buffer/service/gpu_scheduler_unittest.cc   CommandBuffer::State state;
State             118 gpu/command_buffer/service/gpu_scheduler_unittest.cc   CommandBuffer::State state;
State             142 gpu/command_buffer/service/gpu_scheduler_unittest.cc   CommandBuffer::State state;
State             164 gpu/command_buffer/service/gpu_scheduler_unittest.cc   CommandBuffer::State state;
State             185 gpu/command_buffer/service/gpu_scheduler_unittest.cc   CommandBuffer::State state;
State             478 gpu/command_buffer/service/in_process_command_buffer.cc CommandBuffer::State InProcessCommandBuffer::GetStateFast() {
State             486 gpu/command_buffer/service/in_process_command_buffer.cc CommandBuffer::State InProcessCommandBuffer::GetState() {
State             491 gpu/command_buffer/service/in_process_command_buffer.cc CommandBuffer::State InProcessCommandBuffer::GetLastState() {
State              85 gpu/command_buffer/service/in_process_command_buffer.h   virtual State GetState() OVERRIDE;
State              86 gpu/command_buffer/service/in_process_command_buffer.h   virtual State GetLastState() OVERRIDE;
State             174 gpu/command_buffer/service/in_process_command_buffer.h   State GetStateFast();
State             201 gpu/command_buffer/service/in_process_command_buffer.h   State last_state_;
State             210 gpu/command_buffer/service/in_process_command_buffer.h   State state_after_last_flush_;
State             262 gpu/command_buffer/tests/gl_manager.cc   ::gpu::CommandBuffer::State state = command_buffer_->GetState();
State              10 gpu/ipc/gpu_command_buffer_traits.cc void ParamTraits<gpu::CommandBuffer::State> ::Write(Message* m,
State              20 gpu/ipc/gpu_command_buffer_traits.cc bool ParamTraits<gpu::CommandBuffer::State> ::Read(const Message* m,
State              37 gpu/ipc/gpu_command_buffer_traits.cc void ParamTraits<gpu::CommandBuffer::State> ::Log(const param_type& p,
State              20 gpu/ipc/gpu_command_buffer_traits.h struct GPU_EXPORT ParamTraits<gpu::CommandBuffer::State> {
State              21 gpu/ipc/gpu_command_buffer_traits.h   typedef gpu::CommandBuffer::State param_type;
State              26 ipc/ipc_channel_win.cc Channel::ChannelImpl::State::State(ChannelImpl* channel) : is_pending(false) {
State              31 ipc/ipc_channel_win.cc Channel::ChannelImpl::State::~State() {
State              32 ipc/ipc_channel_win.cc   COMPILE_ASSERT(!offsetof(Channel::ChannelImpl::State, context),
State              61 ipc/ipc_channel_win.h     explicit State(ChannelImpl* channel);
State              62 ipc/ipc_channel_win.h     ~State();
State              67 ipc/ipc_channel_win.h   State input_state_;
State              68 ipc/ipc_channel_win.h   State output_state_;
State              52 jingle/glue/chrome_async_socket.cc ChromeAsyncSocket::State ChromeAsyncSocket::state() {
State              50 jingle/glue/chrome_async_socket.h   virtual State state() OVERRIDE;
State             186 jingle/glue/chrome_async_socket.h   buzz::AsyncSocket::State state_;
State             210 jingle/glue/chrome_async_socket_unittest.cc         ChromeAsyncSocket::State state,
State             237 jingle/glue/chrome_async_socket_unittest.cc         Signal signal, buzz::AsyncSocket::State state) {
State             244 jingle/glue/chrome_async_socket_unittest.cc     ChromeAsyncSocket::State state;
State             277 jingle/glue/chrome_async_socket_unittest.cc   void ExpectState(ChromeAsyncSocket::State state,
State             285 jingle/glue/chrome_async_socket_unittest.cc   void ExpectNonErrorState(ChromeAsyncSocket::State state) {
State             289 jingle/glue/chrome_async_socket_unittest.cc   void ExpectErrorState(ChromeAsyncSocket::State state,
State              71 jingle/glue/fake_socket_factory.cc talk_base::AsyncPacketSocket::State FakeUDPPacketSocket::GetState() const {
State              47 jingle/glue/fake_socket_factory.h   virtual State GetState() const OVERRIDE;
State             191 jingle/glue/pseudotcp_adapter.cc   DCHECK_EQ(pseudo_tcp_.State(), cricket::PseudoTcp::TCP_LISTEN);
State             228 jingle/glue/pseudotcp_adapter.cc   return pseudo_tcp_.State() == PseudoTcp::TCP_ESTABLISHED;
State              20 jingle/notifier/base/fake_base_task.cc   MOCK_METHOD0(state, State());
State              24 jingle/notifier/base/weak_xmpp_client_unittest.cc   MOCK_METHOD1(OnStateChange, void(buzz::XmppEngine::State));
State              29 jingle/notifier/base/weak_xmpp_client_unittest.cc const buzz::XmppEngine::State kState = buzz::XmppEngine::STATE_OPEN;
State              92 jingle/notifier/base/xmpp_connection.cc void XmppConnection::OnStateChange(buzz::XmppEngine::State state) {
State              83 jingle/notifier/base/xmpp_connection.h   void OnStateChange(buzz::XmppEngine::State state);
State             295 media/audio/audio_input_controller.h   State state_;
State             154 media/audio/audio_input_device.cc     AudioInputIPCDelegate::State state) {
State             108 media/audio/audio_input_device.h       AudioInputIPCDelegate::State state) OVERRIDE;
State             144 media/audio/audio_input_device.h   State state_;
State              42 media/audio/audio_input_ipc.h   virtual void OnStateChanged(State state) = 0;
State             368 media/audio/audio_output_controller.cc   const State original_state = state_;
State             238 media/audio/audio_output_controller.h   State state_;
State             179 media/audio/audio_output_device.cc void AudioOutputDevice::OnStateChanged(AudioOutputIPCDelegate::State state) {
State             107 media/audio/audio_output_device.h   virtual void OnStateChanged(AudioOutputIPCDelegate::State state) OVERRIDE;
State             154 media/audio/audio_output_device.h   State state_;
State              31 media/audio/audio_output_ipc.h   virtual void OnStateChanged(State state) = 0;
State              55 media/audio/audio_output_proxy.h   State state_;
State              88 media/audio/win/wavein_input_win.h   volatile State state_;
State              86 media/audio/win/waveout_output_win.h   volatile State state_;
State              71 media/base/fake_audio_renderer_sink.cc void FakeAudioRendererSink::ChangeState(State new_state) {
State              45 media/base/fake_audio_renderer_sink.h   State state() const { return state_; }
State              51 media/base/fake_audio_renderer_sink.h   void ChangeState(State new_state);
State              53 media/base/fake_audio_renderer_sink.h   State state_;
State             164 media/base/media_log.cc     Pipeline::State state) {
State              62 media/base/media_log.h       Pipeline::State state);
State             212 media/base/pipeline.cc void Pipeline::SetState(State next_state) {
State             228 media/base/pipeline.cc const char* Pipeline::GetStateString(State state) {
State             247 media/base/pipeline.cc Pipeline::State Pipeline::GetNextState() const {
State             209 media/base/pipeline.h   void SetState(State next_state);
State             211 media/base/pipeline.h   static const char* GetStateString(State state);
State             212 media/base/pipeline.h   State GetNextState() const;
State             392 media/base/pipeline.h   State state_;
State             129 media/base/text_renderer.h   State state_;
State             125 media/cdm/ppapi/cdm_file_io_impl.h   State state_;
State             738 media/filters/audio_renderer_impl.cc void AudioRendererImpl::ChangeState_Locked(State new_state) {
State             163 media/filters/audio_renderer_impl.h   void ChangeState_Locked(State new_state);
State             237 media/filters/audio_renderer_impl.h   State state_;
State             916 media/filters/chunk_demuxer.cc void ChunkDemuxerStream::ChangeState_Locked(State state) {
State            1438 media/filters/chunk_demuxer.cc void ChunkDemuxer::ChangeState_Locked(State new_state) {
State             108 media/filters/chunk_demuxer.h   void ChangeState_Locked(State state);
State             118 media/filters/chunk_demuxer.h   State state_;
State             275 media/filters/chunk_demuxer.h   void ChangeState_Locked(State new_state);
State             333 media/filters/chunk_demuxer.h   State state_;
State             163 media/filters/decoder_stream.h   State state_;
State              99 media/filters/decrypting_audio_decoder.h   State state_;
State             104 media/filters/decrypting_demuxer_stream.h   State state_;
State              83 media/filters/decrypting_video_decoder.h   State state_;
State              79 media/filters/fake_video_decoder.h   State state_;
State             149 media/filters/gpu_video_decoder.h   State state_;
State             197 media/filters/video_renderer_impl.h   State state_;
State             572 media/formats/mp4/mp4_stream_parser.cc void MP4StreamParser::ChangeState(State new_state) {
State              64 media/formats/mp4/mp4_stream_parser.h   void ChangeState(State new_state);
State              81 media/formats/mp4/mp4_stream_parser.h   State state_;
State             155 media/formats/mpeg/mpeg_audio_stream_parser_base.cc void MPEGAudioStreamParserBase::ChangeState(State state) {
State              81 media/formats/mpeg/mpeg_audio_stream_parser_base.h   void ChangeState(State state);
State             121 media/formats/mpeg/mpeg_audio_stream_parser_base.h   State state_;
State             785 media/formats/webm/webm_parser.cc void WebMListParser::ChangeState(State new_state) {
State              88 media/formats/webm/webm_parser.h   void ChangeState(State new_state);
State             126 media/formats/webm/webm_parser.h   State state_;
State              84 media/formats/webm/webm_stream_parser.cc     State oldState = state_;
State             117 media/formats/webm/webm_stream_parser.cc void WebMStreamParser::ChangeState(State new_state) {
State              44 media/formats/webm/webm_stream_parser.h   void ChangeState(State new_state);
State              68 media/formats/webm/webm_stream_parser.h   State state_;
State              18 mojo/examples/pepper_container_app/graphics_3d_resource.cc gpu::CommandBuffer::State GetErrorState() {
State              19 mojo/examples/pepper_container_app/graphics_3d_resource.cc   gpu::CommandBuffer::State error_state;
State              89 mojo/examples/pepper_container_app/graphics_3d_resource.cc gpu::CommandBuffer::State Graphics3DResource::GetState() {
State             111 mojo/examples/pepper_container_app/graphics_3d_resource.cc gpu::CommandBuffer::State Graphics3DResource::WaitForTokenInRange(int32_t start,
State             117 mojo/examples/pepper_container_app/graphics_3d_resource.cc gpu::CommandBuffer::State Graphics3DResource::WaitForGetOffsetInRange(
State              38 mojo/examples/pepper_container_app/graphics_3d_resource.h   virtual gpu::CommandBuffer::State GetState() OVERRIDE;
State              43 mojo/examples/pepper_container_app/graphics_3d_resource.h   virtual gpu::CommandBuffer::State WaitForTokenInRange(int32_t start,
State              45 mojo/examples/pepper_container_app/graphics_3d_resource.h   virtual gpu::CommandBuffer::State WaitForGetOffsetInRange(
State              89 mojo/gles2/command_buffer_client_impl.cc gpu::CommandBuffer::State CommandBufferClientImpl::GetState() {
State              94 mojo/gles2/command_buffer_client_impl.cc gpu::CommandBuffer::State CommandBufferClientImpl::GetLastState() {
State              51 mojo/gles2/command_buffer_client_impl.h   virtual State GetState() OVERRIDE;
State              52 mojo/gles2/command_buffer_client_impl.h   virtual State GetLastState() OVERRIDE;
State             104 mojo/gles2/command_buffer_client_impl.h   State last_state_;
State              73 mojo/public/cpp/bindings/remote_ptr.h   struct State;
State              82 mojo/public/cpp/bindings/remote_ptr.h       : state_(new State(ScopedMessagePipeHandle(interface_handle.Pass()), peer,
State             120 mojo/public/cpp/bindings/remote_ptr.h     state_ = new State(ScopedMessagePipeHandle(interface_handle.Pass()), peer,
State             131 mojo/public/cpp/bindings/remote_ptr.h     State(ScopedMessagePipeHandle message_pipe, typename S::_Peer* peer,
State             145 mojo/public/cpp/bindings/remote_ptr.h   State* release() {
State             146 mojo/public/cpp/bindings/remote_ptr.h     State* state = state_;
State             151 mojo/public/cpp/bindings/remote_ptr.h   State* state_;
State             187 mojo/services/gles2/command_buffer_impl.cc   gpu::CommandBuffer::State state = command_buffer_->GetState();
State              12 mojo/services/gles2/command_buffer_type_conversions.cc TypeConverter<CommandBufferState, gpu::CommandBuffer::State>::ConvertFrom(
State              13 mojo/services/gles2/command_buffer_type_conversions.cc     const gpu::CommandBuffer::State& input,
State              26 mojo/services/gles2/command_buffer_type_conversions.cc gpu::CommandBuffer::State
State              27 mojo/services/gles2/command_buffer_type_conversions.cc TypeConverter<CommandBufferState, gpu::CommandBuffer::State>::ConvertTo(
State              29 mojo/services/gles2/command_buffer_type_conversions.cc   gpu::CommandBuffer::State state;
State              17 mojo/services/gles2/command_buffer_type_conversions.h class TypeConverter<CommandBufferState, gpu::CommandBuffer::State> {
State              19 mojo/services/gles2/command_buffer_type_conversions.h   static CommandBufferState ConvertFrom(const gpu::CommandBuffer::State& input,
State              21 mojo/services/gles2/command_buffer_type_conversions.h   static gpu::CommandBuffer::State ConvertTo(const CommandBufferState& input);
State              47 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc   State state = FINDING_KEY;
State            1297 net/disk_cache/simple/simple_entry_impl.cc     State state_to_restore,
State             260 net/disk_cache/simple/simple_entry_impl.h                              State state_to_restore,
State             327 net/disk_cache/simple/simple_entry_impl.h   State state_;
State             182 net/dns/dns_transaction.cc       State state = next_state_;
State             282 net/dns/dns_transaction.cc   State next_state_;
State             350 net/dns/dns_transaction.cc       State state = next_state_;
State             493 net/dns/dns_transaction.cc   State next_state_;
State              88 net/dns/serial_worker.h   State state_;
State             350 net/ftp/ftp_network_transaction.cc void FtpNetworkTransaction::ResetDataConnectionAfterError(State next_state) {
State             545 net/ftp/ftp_network_transaction.cc     State state = next_state_;
State            1083 net/ftp/ftp_network_transaction.cc   State state_after_size;
State             129 net/ftp/ftp_network_transaction.h   void ResetDataConnectionAfterError(State next_state);
State             254 net/ftp/ftp_network_transaction.h   State next_state_;
State             257 net/ftp/ftp_network_transaction.h   State state_after_data_connect_complete_;
State             120 net/ftp/ftp_network_transaction_unittest.cc   void InjectFailure(State state, State next_state, const char* response) {
State             130 net/ftp/ftp_network_transaction_unittest.cc   State state() const {
State             164 net/ftp/ftp_network_transaction_unittest.cc                          State next_state,
State             178 net/ftp/ftp_network_transaction_unittest.cc                          State next_state,
State             186 net/ftp/ftp_network_transaction_unittest.cc   State state_;
State             187 net/ftp/ftp_network_transaction_unittest.cc   State failure_injection_state_;
State             188 net/ftp/ftp_network_transaction_unittest.cc   State failure_injection_next_state_;
State             639 net/ftp/ftp_network_transaction_unittest.cc                                 State expected_state)
State             646 net/ftp/ftp_network_transaction_unittest.cc                                State expected_state)
State             666 net/ftp/ftp_network_transaction_unittest.cc   const State expected_state_;
State             674 net/ftp/ftp_network_transaction_unittest.cc   FtpSocketDataProviderEvilPasv(const char* pasv_response, State expected_state)
State             692 net/ftp/ftp_network_transaction_unittest.cc   const State expected_state_;
State             699 net/ftp/ftp_network_transaction_unittest.cc   FtpSocketDataProviderEvilSize(const char* size_response, State expected_state)
State             717 net/ftp/ftp_network_transaction_unittest.cc   const State expected_state_;
State             869 net/ftp/ftp_network_transaction_unittest.cc                              FtpSocketDataProvider::State state,
State             870 net/ftp/ftp_network_transaction_unittest.cc                              FtpSocketDataProvider::State next_state,
State              90 net/http/disk_cache_based_quic_server_info.h   State state_;
State              85 net/http/disk_cache_based_quic_server_info_unittest.cc   QuicServerInfo::State* state = quic_server_info->mutable_state();
State             126 net/http/disk_cache_based_quic_server_info_unittest.cc   const QuicServerInfo::State& state1 = quic_server_info->state();
State             152 net/http/disk_cache_based_quic_server_info_unittest.cc   QuicServerInfo::State* state1 = quic_server_info1->mutable_state();
State             176 net/http/disk_cache_based_quic_server_info_unittest.cc   QuicServerInfo::State* state2 = quic_server_info2->mutable_state();
State             200 net/http/disk_cache_based_quic_server_info_unittest.cc   const QuicServerInfo::State& state_a = quic_server_info->state();
State             215 net/http/disk_cache_based_quic_server_info_unittest.cc   const QuicServerInfo::State& state_b = quic_server_info->state();
State             241 net/http/disk_cache_based_quic_server_info_unittest.cc   QuicServerInfo::State* state = quic_server_info->mutable_state();
State             272 net/http/disk_cache_based_quic_server_info_unittest.cc   const QuicServerInfo::State& state1 = quic_server_info->state();
State             253 net/http/http_auth_handler_negotiate.cc     State state = next_state_;
State             161 net/http/http_auth_handler_negotiate.h   State next_state_;
State             657 net/http/http_cache_transaction.cc     State state = next_state_;
State             385 net/http/http_cache_transaction.h   State next_state_;
State             404 net/http/http_cache_transaction.h   State target_state_;
State             349 net/http/http_network_transaction.cc   State next_state = STATE_NONE;
State             609 net/http/http_network_transaction.cc     State state = next_state_;
State            1580 net/http/http_network_transaction.cc std::string HttpNetworkTransaction::DescribeState(State state) {
State             257 net/http/http_network_transaction.h   static std::string DescribeState(State state);
State             325 net/http/http_network_transaction.h   State next_state_;
State             328 net/http/http_proxy_client_socket.cc     State state = next_state_;
State             132 net/http/http_proxy_client_socket.h   State next_state_;
State             139 net/http/http_proxy_client_socket_pool.cc     State state = next_state_;
State             161 net/http/http_proxy_client_socket_pool.h   State next_state_;
State              66 net/http/http_response_body_drainer.cc     State state = next_state_;
State              60 net/http/http_response_body_drainer.h   State next_state_;
State             549 net/http/http_stream_factory_impl_job.cc     State state = next_state_;
State             246 net/http/http_stream_factory_impl_job.h   State next_state_;
State             171 net/http/http_stream_parser.h   State io_state_;
State             144 net/http/http_transaction_unittest.h   State state_;
State             196 net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc DhcpProxyScriptAdapterFetcher::State
State             114 net/proxy/dhcp_proxy_script_adapter_fetcher_win.h   State state() const;
State             160 net/proxy/dhcp_proxy_script_adapter_fetcher_win.h   State state_;
State             139 net/proxy/dhcp_proxy_script_fetcher_win.h   State state_;
State             179 net/proxy/proxy_script_decider.cc     State state = next_state_;
State             424 net/proxy/proxy_script_decider.cc ProxyScriptDecider::State ProxyScriptDecider::GetStartState() const {
State             152 net/proxy/proxy_script_decider.h   State GetStartState() const;
State             182 net/proxy/proxy_script_decider.h   State next_state_;
State             441 net/proxy/proxy_service.cc       State state = next_state_;
State             518 net/proxy/proxy_service.cc   State next_state_;
State            1312 net/proxy/proxy_service.cc   State previous_state = ResetProxyConfig(false);
State            1324 net/proxy/proxy_service.cc ProxyService::State ProxyService::ResetProxyConfig(bool reset_fetched_config) {
State            1326 net/proxy/proxy_service.cc   State previous_state = current_state_;
State            1344 net/proxy/proxy_service.cc   State previous_state = ResetProxyConfig(true);
State            1545 net/proxy/proxy_service.cc   State previous_state = ResetProxyConfig(false);
State             327 net/proxy/proxy_service.h   State ResetProxyConfig(bool reset_fetched_config);
State             427 net/proxy/proxy_service.h   State current_state_;
State              85 net/quic/crypto/proof_verifier_chromium.cc   State next_state_;
State             175 net/quic/crypto/proof_verifier_chromium.cc     State state = next_state_;
State              21 net/quic/crypto/quic_server_info.cc QuicServerInfo::State::State() {}
State              23 net/quic/crypto/quic_server_info.cc QuicServerInfo::State::~State() {}
State              25 net/quic/crypto/quic_server_info.cc void QuicServerInfo::State::Clear() {
State              39 net/quic/crypto/quic_server_info.cc const QuicServerInfo::State& QuicServerInfo::state() const {
State              43 net/quic/crypto/quic_server_info.cc QuicServerInfo::State* QuicServerInfo::mutable_state() {
State              48 net/quic/crypto/quic_server_info.cc   State* state = mutable_state();
State              59 net/quic/crypto/quic_server_info.cc   State* state = mutable_state();
State              64 net/quic/crypto/quic_server_info.h     State();
State              65 net/quic/crypto/quic_server_info.h     ~State();
State              77 net/quic/crypto/quic_server_info.h     DISALLOW_COPY_AND_ASSIGN(State);
State              82 net/quic/crypto/quic_server_info.h   const State& state() const;
State              83 net/quic/crypto/quic_server_info.h   State* mutable_state();
State              91 net/quic/crypto/quic_server_info.h   State state_;
State             544 net/quic/quic_client_session.cc   QuicServerInfo::State* state = server_info_->mutable_state();
State             104 net/quic/quic_crypto_client_stream.cc     const State state = next_state_;
State              91 net/quic/quic_crypto_client_stream.h   State next_state_;
State             384 net/quic/quic_http_stream.cc     State state = next_state_;
State             107 net/quic/quic_http_stream.h   State next_state_;
State             226 net/socket/socks5_client_socket.cc     State state = next_state_;
State             123 net/socket/socks5_client_socket.h   State next_state_;
State             255 net/socket/socks_client_socket.cc     State state = next_state_;
State             102 net/socket/socks_client_socket.h   State next_state_;
State              89 net/socket/socks_client_socket_pool.cc     State state = next_state_;
State              99 net/socket/socks_client_socket_pool.h   State next_state_;
State             875 net/socket/ssl_client_socket_nss.cc   State next_handshake_state_;
State            1725 net/socket/ssl_client_socket_nss.cc     State state = next_handshake_state_;
State            3329 net/socket/ssl_client_socket_nss.cc     State state = next_handshake_state_;
State             191 net/socket/ssl_client_socket_nss.h   State next_handshake_state_;
State            1142 net/socket/ssl_client_socket_openssl.cc     State state = next_handshake_state_;
State             228 net/socket/ssl_client_socket_openssl.h   State next_handshake_state_;
State             179 net/socket/ssl_client_socket_pool.cc     State state = next_state_;
State             452 net/socket/ssl_client_socket_pool.cc SSLConnectJob::State SSLConnectJob::GetInitialState(
State             150 net/socket/ssl_client_socket_pool.h   static State GetInitialState(SSLSocketParams::ConnectionType connection_type);
State             166 net/socket/ssl_client_socket_pool.h   State next_state_;
State             152 net/socket/ssl_client_socket_unittest.cc   State state_;
State             194 net/socket/ssl_client_socket_unittest.cc     State current_state = state_;
State             677 net/socket/ssl_server_socket_nss.cc     State state = next_handshake_state_;
State             142 net/socket/ssl_server_socket_nss.h   State next_handshake_state_;
State             143 net/socket/transport_client_socket_pool.cc     State state = next_state_;
State             125 net/socket/transport_client_socket_pool.h   State next_state_;
State             473 net/socket_stream/socket_stream.cc     State state = next_state_;
State             354 net/socket_stream/socket_stream.h   State next_state_;
State             285 net/spdy/spdy_proxy_client_socket.cc     State state = next_state_;
State             129 net/spdy/spdy_proxy_client_socket.h   State next_state_;
State             880 net/spdy/spdy_stream.cc std::string SpdyStream::DescribeState(State state) {
State             487 net/spdy/spdy_stream.h   static std::string DescribeState(State state);
State             535 net/spdy/spdy_stream.h   State io_state_;
State             105 net/test/embedded_test_server/http_request.h   State state_;
State              62 net/tools/dump_cache/simple_cache_dumper.cc     State state = state_;
State              76 net/tools/dump_cache/simple_cache_dumper.h   State state_;
State             179 net/tools/dump_cache/url_to_filename_encoder.cc   State state = kStart;
State             158 net/url_request/view_cache_helper.cc     State state = next_state_;
State             115 net/url_request/view_cache_helper.h   State next_state_;
State             368 net/websockets/websocket_channel.cc     StreamingUtf8Validator::State state =
State             868 net/websockets/websocket_channel.cc     StreamingUtf8Validator::State state = incoming_utf8_validator_.AddBytes(
State             375 net/websockets/websocket_channel.h   State state_;
State              56 net/websockets/websocket_job.h   State state() const { return state_; }
State             130 net/websockets/websocket_job.h   State state_;
State             479 net/websockets/websocket_job_test.cc   WebSocketJob::State GetWebSocketJobState() {
State              32 ppapi/proxy/ppapi_command_buffer_proxy.cc gpu::CommandBuffer::State PpapiCommandBufferProxy::GetState() {
State              35 ppapi/proxy/ppapi_command_buffer_proxy.cc     gpu::CommandBuffer::State state;
State              46 ppapi/proxy/ppapi_command_buffer_proxy.cc gpu::CommandBuffer::State PpapiCommandBufferProxy::GetLastState() {
State              75 ppapi/proxy/ppapi_command_buffer_proxy.cc   gpu::CommandBuffer::State state;
State              91 ppapi/proxy/ppapi_command_buffer_proxy.cc   gpu::CommandBuffer::State state;
State             217 ppapi/proxy/ppapi_command_buffer_proxy.cc     const gpu::CommandBuffer::State& state,
State              33 ppapi/proxy/ppapi_command_buffer_proxy.h   virtual State GetState() OVERRIDE;
State              34 ppapi/proxy/ppapi_command_buffer_proxy.h   virtual State GetLastState() OVERRIDE;
State              65 ppapi/proxy/ppapi_command_buffer_proxy.h   void UpdateState(const gpu::CommandBuffer::State& state, bool success);
State              67 ppapi/proxy/ppapi_command_buffer_proxy.h   State last_state_;
State             790 ppapi/proxy/ppapi_messages.h                            gpu::CommandBuffer::State /* state */,
State             796 ppapi/proxy/ppapi_messages.h                            gpu::CommandBuffer::State /* state */,
State             802 ppapi/proxy/ppapi_messages.h                            gpu::CommandBuffer::State /* state */,
State              39 ppapi/proxy/ppb_graphics_3d_proxy.cc gpu::CommandBuffer::State GetErrorState() {
State              40 ppapi/proxy/ppb_graphics_3d_proxy.cc   gpu::CommandBuffer::State error_state;
State              71 ppapi/proxy/ppb_graphics_3d_proxy.cc gpu::CommandBuffer::State Graphics3D::GetState() {
State              90 ppapi/proxy/ppb_graphics_3d_proxy.cc gpu::CommandBuffer::State Graphics3D::WaitForTokenInRange(int32_t start,
State              95 ppapi/proxy/ppb_graphics_3d_proxy.cc gpu::CommandBuffer::State Graphics3D::WaitForGetOffsetInRange(int32_t start,
State             240 ppapi/proxy/ppb_graphics_3d_proxy.cc                                          gpu::CommandBuffer::State* state,
State             255 ppapi/proxy/ppb_graphics_3d_proxy.cc     gpu::CommandBuffer::State* state,
State             270 ppapi/proxy/ppb_graphics_3d_proxy.cc     gpu::CommandBuffer::State* state,
State              38 ppapi/proxy/ppb_graphics_3d_proxy.h   virtual gpu::CommandBuffer::State GetState() OVERRIDE;
State              43 ppapi/proxy/ppb_graphics_3d_proxy.h   virtual gpu::CommandBuffer::State WaitForTokenInRange(int32_t start,
State              45 ppapi/proxy/ppb_graphics_3d_proxy.h   virtual gpu::CommandBuffer::State WaitForGetOffsetInRange(int32_t start,
State              84 ppapi/proxy/ppb_graphics_3d_proxy.h                      gpu::CommandBuffer::State* state,
State              89 ppapi/proxy/ppb_graphics_3d_proxy.h                                 gpu::CommandBuffer::State* state,
State              94 ppapi/proxy/ppb_graphics_3d_proxy.h                                     gpu::CommandBuffer::State* state,
State              55 ppapi/proxy/tcp_server_socket_private_resource.h   State state_;
State              34 ppapi/thunk/ppb_graphics_3d_api.h   virtual gpu::CommandBuffer::State GetState() = 0;
State              39 ppapi/thunk/ppb_graphics_3d_api.h   virtual gpu::CommandBuffer::State WaitForTokenInRange(int32_t start,
State              41 ppapi/thunk/ppb_graphics_3d_api.h   virtual gpu::CommandBuffer::State WaitForGetOffsetInRange(int32_t start,
State             407 remoting/android/java/src/org/chromium/chromoting/Chromoting.java     public void onConnectionState(JniInterface.ConnectionListener.State state,
State              66 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java     public void onConnectionState(JniInterface.ConnectionListener.State state,
State              68 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java         if (state == JniInterface.ConnectionListener.State.FAILED &&
State              96 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java             mConnectionCallback.onConnectionState(JniInterface.ConnectionListener.State.FAILED,
State             110 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java         mConnectionCallback.onConnectionState(JniInterface.ConnectionListener.State.FAILED,
State              23 remoting/android/java/src/org/chromium/chromoting/SwipePinchDetector.java     private State mState = State.UNKNOWN;
State              43 remoting/android/java/src/org/chromium/chromoting/SwipePinchDetector.java         mState = State.UNKNOWN;
State              56 remoting/android/java/src/org/chromium/chromoting/SwipePinchDetector.java         return mState == State.SWIPE;
State              61 remoting/android/java/src/org/chromium/chromoting/SwipePinchDetector.java         return mState == State.PINCH;
State              92 remoting/android/java/src/org/chromium/chromoting/SwipePinchDetector.java         if (mState != State.UNKNOWN) {
State             141 remoting/android/java/src/org/chromium/chromoting/SwipePinchDetector.java                 mState = State.PINCH;
State             148 remoting/android/java/src/org/chromium/chromoting/SwipePinchDetector.java                 mState = State.PINCH;
State             159 remoting/android/java/src/org/chromium/chromoting/SwipePinchDetector.java         mState = (scalarProduct > 0) ? State.SWIPE : State.PINCH;
State              67 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java             public static State fromValue(int value) {
State             114 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java         void onConnectionState(State state, Error error);
State             190 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java         sConnectionListener.onConnectionState(ConnectionListener.State.CLOSED,
State             209 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java         sConnectionListener.onConnectionState(ConnectionListener.State.fromValue(state),
State             132 remoting/client/chromoting_client.cc     protocol::ConnectionToHost::State state,
State              78 remoting/client/chromoting_client.h       protocol::ConnectionToHost::State state,
State              33 remoting/client/client_user_interface.h   virtual void OnConnectionState(protocol::ConnectionToHost::State state,
State             212 remoting/client/jni/chromoting_jni_instance.cc     protocol::ConnectionToHost::State state,
State              84 remoting/client/jni/chromoting_jni_instance.h       protocol::ConnectionToHost::State state,
State             224 remoting/client/jni/chromoting_jni_runtime.cc     protocol::ConnectionToHost::State state,
State              74 remoting/client/jni/chromoting_jni_runtime.h   void ReportConnectionStatus(protocol::ConnectionToHost::State state,
State              89 remoting/client/plugin/chromoting_instance.cc std::string ConnectionStateToString(protocol::ConnectionToHost::State state) {
State             413 remoting/client/plugin/chromoting_instance.cc     protocol::ConnectionToHost::State state,
State             119 remoting/client/plugin/chromoting_instance.h   virtual void OnConnectionState(protocol::ConnectionToHost::State state,
State              44 remoting/client/plugin/delegating_signal_strategy.cc SignalStrategy::State DelegatingSignalStrategy::GetState() const {
State              31 remoting/client/plugin/delegating_signal_strategy.h   virtual State GetState() const OVERRIDE;
State              50 remoting/client/plugin/pepper_packet_socket_factory.cc   virtual State GetState() const OVERRIDE;
State              79 remoting/client/plugin/pepper_packet_socket_factory.cc   State state_;
State             237 remoting/client/plugin/pepper_packet_socket_factory.cc talk_base::AsyncPacketSocket::State UdpPacketSocket::GetState() const {
State              80 remoting/host/heartbeat_sender.cc void HeartbeatSender::OnSignalStrategyStateChange(SignalStrategy::State state) {
State             105 remoting/host/heartbeat_sender.h       SignalStrategy::State state) OVERRIDE;
State              43 remoting/host/host_change_notification_listener.cc     SignalStrategy::State state) {
State              44 remoting/host/host_change_notification_listener.h       SignalStrategy::State state) OVERRIDE;
State              58 remoting/host/host_status_sender.cc     SignalStrategy::State state) {
State              80 remoting/host/host_status_sender.cc   SignalStrategy::State state = signal_strategy_->GetState();
State              66 remoting/host/host_status_sender.h       SignalStrategy::State state) OVERRIDE;
State              57 remoting/host/log_to_server.cc void LogToServer::OnSignalStrategyStateChange(SignalStrategy::State state) {
State              52 remoting/host/log_to_server.h       SignalStrategy::State state) OVERRIDE;
State              26 remoting/host/pam_authorization_factory_posix.cc   virtual State state() const OVERRIDE;
State              57 remoting/host/pam_authorization_factory_posix.cc protocol::Authenticator::State PamAuthorizer::state() const {
State              58 remoting/host/register_support_host_request.cc     SignalStrategy::State state) {
State              57 remoting/host/register_support_host_request.h       SignalStrategy::State state) OVERRIDE;
State              35 remoting/host/setup/daemon_controller.cc DaemonController::State DaemonController::GetState() {
State             118 remoting/host/setup/daemon_controller.h     virtual State GetState() = 0;
State             167 remoting/host/setup/daemon_controller.h   State GetState();
State             130 remoting/host/setup/daemon_controller_delegate_linux.cc DaemonController::State DaemonControllerDelegateLinux::GetState() {
State              19 remoting/host/setup/daemon_controller_delegate_linux.h   virtual DaemonController::State GetState() OVERRIDE;
State              20 remoting/host/setup/daemon_controller_delegate_mac.h   virtual DaemonController::State GetState() OVERRIDE;
State              65 remoting/host/setup/daemon_controller_delegate_win.cc DaemonController::State ConvertToDaemonState(DWORD service_state) {
State             141 remoting/host/setup/daemon_controller_delegate_win.cc DaemonController::State DaemonControllerDelegateWin::GetState() {
State              25 remoting/host/setup/daemon_controller_delegate_win.h   virtual DaemonController::State GetState() OVERRIDE;
State             357 remoting/host/setup/me2me_native_messaging_host.cc   DaemonController::State state = daemon_controller_->GetState();
State             141 remoting/host/setup/me2me_native_messaging_host_unittest.cc   virtual DaemonController::State GetState() OVERRIDE;
State             163 remoting/host/setup/me2me_native_messaging_host_unittest.cc DaemonController::State MockDaemonControllerDelegate::GetState() {
State              53 remoting/host/signaling_connector.cc     SignalStrategy::State state) {
State              52 remoting/host/signaling_connector.h       SignalStrategy::State state) OVERRIDE;
State              55 remoting/jingle_glue/chromium_socket_factory.cc   virtual State GetState() const OVERRIDE;
State              82 remoting/jingle_glue/chromium_socket_factory.cc   State state_;
State             206 remoting/jingle_glue/chromium_socket_factory.cc talk_base::AsyncPacketSocket::State UdpPacketSocket::GetState() const {
State              53 remoting/jingle_glue/fake_signal_strategy.cc SignalStrategy::State FakeSignalStrategy::GetState() const {
State              35 remoting/jingle_glue/fake_signal_strategy.h   virtual State GetState() const OVERRIDE;
State              77 remoting/jingle_glue/iq_sender.cc void IqSender::OnSignalStrategyStateChange(SignalStrategy::State state) {
State              59 remoting/jingle_glue/iq_sender.h       SignalStrategy::State state) OVERRIDE;
State              20 remoting/jingle_glue/mock_objects.h   MOCK_CONST_METHOD0(GetState, State());
State              49 remoting/jingle_glue/signal_strategy.h     virtual void OnSignalStrategyStateChange(State state) = 0;
State              72 remoting/jingle_glue/signal_strategy.h   virtual State GetState() const = 0;
State             117 remoting/jingle_glue/xmpp_signal_strategy.cc SignalStrategy::State XmppSignalStrategy::GetState() const {
State             190 remoting/jingle_glue/xmpp_signal_strategy.cc     buzz::XmppEngine::State state) {
State             226 remoting/jingle_glue/xmpp_signal_strategy.cc void XmppSignalStrategy::SetState(State new_state) {
State              65 remoting/jingle_glue/xmpp_signal_strategy.h   virtual State GetState() const OVERRIDE;
State              91 remoting/jingle_glue/xmpp_signal_strategy.h   void OnConnectionStateChanged(buzz::XmppEngine::State state);
State              92 remoting/jingle_glue/xmpp_signal_strategy.h   void SetState(State new_state);
State             103 remoting/jingle_glue/xmpp_signal_strategy.h   State state_;
State              90 remoting/protocol/authenticator.h   virtual State state() const = 0;
State             104 remoting/protocol/connection_to_client.cc void ConnectionToClient::OnSessionStateChange(Session::State state) {
State             104 remoting/protocol/connection_to_client.h   virtual void OnSessionStateChange(Session::State state) OVERRIDE;
State             106 remoting/protocol/connection_to_host.cc     SignalStrategy::State state) {
State             146 remoting/protocol/connection_to_host.cc     Session::State state) {
State             229 remoting/protocol/connection_to_host.cc ConnectionToHost::State ConnectionToHost::state() const {
State             277 remoting/protocol/connection_to_host.cc void ConnectionToHost::SetState(State state, ErrorCode error) {
State              72 remoting/protocol/connection_to_host.h     virtual void OnConnectionState(State state, ErrorCode error) = 0;
State             110 remoting/protocol/connection_to_host.h       SignalStrategy::State state) OVERRIDE;
State             121 remoting/protocol/connection_to_host.h   virtual void OnSessionStateChange(Session::State state) OVERRIDE;
State             128 remoting/protocol/connection_to_host.h   State state() const;
State             141 remoting/protocol/connection_to_host.h   void SetState(State state, ErrorCode error);
State             169 remoting/protocol/connection_to_host.h   State state_;
State              93 remoting/protocol/fake_authenticator.cc Authenticator::State FakeAuthenticator::state() const {
State              65 remoting/protocol/fake_authenticator.h   virtual State state() const OVERRIDE;
State             645 remoting/protocol/jingle_session.cc void JingleSession::SetState(State new_state) {
State             144 remoting/protocol/jingle_session.h   void SetState(State new_state);
State             152 remoting/protocol/jingle_session.h   State state_;
State              81 remoting/protocol/jingle_session_manager.cc     SignalStrategy::State state) {
State              62 remoting/protocol/jingle_session_manager.h       SignalStrategy::State state) OVERRIDE;
State              81 remoting/protocol/jingle_session_unittest.cc   MOCK_METHOD1(OnSessionStateChange, void(Session::State));
State              29 remoting/protocol/me2me_host_authenticator_factory.cc   virtual State state() const OVERRIDE {
State              57 remoting/protocol/me2me_host_authenticator_factory.cc   State state_;
State              30 remoting/protocol/negotiating_authenticator_base.cc     Authenticator::State initial_state)
State              39 remoting/protocol/negotiating_authenticator_base.cc Authenticator::State NegotiatingAuthenticatorBase::state() const {
State              66 remoting/protocol/negotiating_authenticator_base.h   virtual State state() const OVERRIDE;
State              85 remoting/protocol/negotiating_authenticator_base.h   explicit NegotiatingAuthenticatorBase(Authenticator::State initial_state);
State             100 remoting/protocol/negotiating_authenticator_base.h   State state_;
State             114 remoting/protocol/negotiating_client_authenticator.cc     Authenticator::State preferred_initial_state,
State             151 remoting/protocol/negotiating_client_authenticator.cc     Authenticator::State initial_state,
State              48 remoting/protocol/negotiating_client_authenticator.h       Authenticator::State preferred_initial_state,
State              65 remoting/protocol/negotiating_client_authenticator.h       Authenticator::State initial_state,
State             156 remoting/protocol/negotiating_host_authenticator.cc     Authenticator::State preferred_initial_state,
State              62 remoting/protocol/negotiating_host_authenticator.h   void CreateAuthenticator(Authenticator::State preferred_initial_state,
State              34 remoting/protocol/pairing_authenticator_base.cc Authenticator::State PairingAuthenticatorBase::state() const {
State              45 remoting/protocol/pairing_authenticator_base.h   virtual State state() const OVERRIDE;
State              63 remoting/protocol/pairing_authenticator_base.h       State initial_state,
State              39 remoting/protocol/pairing_client_authenticator.cc     State initial_state,
State              61 remoting/protocol/pairing_client_authenticator.cc     State initial_state,
State              26 remoting/protocol/pairing_client_authenticator.h       State initial_state,
State              30 remoting/protocol/pairing_client_authenticator.h   void OnPinFetched(State initial_state,
State              35 remoting/protocol/pairing_host_authenticator.cc Authenticator::State PairingHostAuthenticator::state() const {
State              55 remoting/protocol/pairing_host_authenticator.cc     State initial_state,
State              30 remoting/protocol/pairing_host_authenticator.h   virtual State state() const OVERRIDE;
State              38 remoting/protocol/pairing_host_authenticator.h       State initial_state,
State              59 remoting/protocol/session.h     virtual void OnSessionStateChange(State state) = 0;
State              29 remoting/protocol/third_party_authenticator_base.cc     Authenticator::State initial_state)
State              37 remoting/protocol/third_party_authenticator_base.cc Authenticator::State ThirdPartyAuthenticatorBase::state() const {
State              38 remoting/protocol/third_party_authenticator_base.h   virtual State state() const OVERRIDE;
State              52 remoting/protocol/third_party_authenticator_base.h   explicit ThirdPartyAuthenticatorBase(State initial_state);
State              68 remoting/protocol/third_party_authenticator_base.h   State token_state_;
State              40 remoting/protocol/v2_authenticator.cc     Authenticator::State initial_state) {
State              50 remoting/protocol/v2_authenticator.cc     Authenticator::State initial_state) {
State              61 remoting/protocol/v2_authenticator.cc     Authenticator::State initial_state)
State              72 remoting/protocol/v2_authenticator.cc Authenticator::State V2Authenticator::state() const {
State              29 remoting/protocol/v2_authenticator.h       State initial_state);
State              35 remoting/protocol/v2_authenticator.h       State initial_state);
State              40 remoting/protocol/v2_authenticator.h   virtual State state() const OVERRIDE;
State              53 remoting/protocol/v2_authenticator.h                   State initial_state);
State              69 remoting/protocol/v2_authenticator.h   State state_;
State              18 sandbox/linux/seccomp-bpf/verifier.cc   State(const std::vector<struct sock_filter>& p,
State              28 sandbox/linux/seccomp-bpf/verifier.cc   DISALLOW_IMPLICIT_CONSTRUCTORS(State);
State             222 sandbox/linux/seccomp-bpf/verifier.cc void Ld(State* state, const struct sock_filter& insn, const char** err) {
State             240 sandbox/linux/seccomp-bpf/verifier.cc void Jmp(State* state, const struct sock_filter& insn, const char** err) {
State             290 sandbox/linux/seccomp-bpf/verifier.cc uint32_t Ret(State*, const struct sock_filter& insn, const char** err) {
State             298 sandbox/linux/seccomp-bpf/verifier.cc void Alu(State* state, const struct sock_filter& insn, const char** err) {
State             406 sandbox/linux/seccomp-bpf/verifier.cc   for (State state(program, data); !*err; ++state.ip) {
State             301 sandbox/win/src/process_mitigations.cc       if (ptr && memory_info.State == MEM_FREE)
State              80 sync/notifier/invalidation_notifier.h   State state_;
State             141 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc   State CurrentState() {
State             157 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc   State state_;
State             107 third_party/re2/re2/dfa.cc     State** next_;      // Outgoing arrows from State,
State             123 third_party/re2/re2/dfa.cc     bool operator()(const State* a, const State* b) const {
State             140 third_party/re2/re2/dfa.cc     size_t operator()(const State* a) const {
State             152 third_party/re2/re2/dfa.cc     bool operator()(const State* a, const State* b) const {
State             210 third_party/re2/re2/dfa.cc   State* WorkqToCachedState(Workq* q, uint flag);
State             214 third_party/re2/re2/dfa.cc   State* CachedState(int* inst, int ninst, uint flag);
State             222 third_party/re2/re2/dfa.cc   static void StateToWorkq(State* s, Workq* q);
State             225 third_party/re2/re2/dfa.cc   State* RunStateOnByteUnlocked(State*, int);  // cache_mutex_.r <= L < mutex_
State             226 third_party/re2/re2/dfa.cc   State* RunStateOnByte(State*, int);          // L >= mutex_
State             247 third_party/re2/re2/dfa.cc   static string DumpState(State* state);
State             272 third_party/re2/re2/dfa.cc     State* start;
State             288 third_party/re2/re2/dfa.cc     State* start;
State             473 third_party/re2/re2/dfa.cc   int64 one_state = sizeof(State) + (prog_->size()+nmark)*sizeof(int) +
State             474 third_party/re2/re2/dfa.cc                     (prog_->bytemap_range()+1)*sizeof(State*);
State             499 third_party/re2/re2/dfa.cc #define DeadState reinterpret_cast<State*>(1)
State             502 third_party/re2/re2/dfa.cc #define FullMatchState reinterpret_cast<State*>(2)
State             525 third_party/re2/re2/dfa.cc string DFA::DumpState(State* state) {
State             606 third_party/re2/re2/dfa.cc DFA::State* DFA::WorkqToCachedState(Workq* q, uint flag) {
State             731 third_party/re2/re2/dfa.cc   State* state = CachedState(inst, n, flag);
State             739 third_party/re2/re2/dfa.cc DFA::State* DFA::CachedState(int* inst, int ninst, uint flag) {
State             744 third_party/re2/re2/dfa.cc   State state = { inst, ninst, flag, NULL };
State             758 third_party/re2/re2/dfa.cc   int mem = sizeof(State) + nnext*sizeof(State*) + ninst*sizeof(int);
State             767 third_party/re2/re2/dfa.cc   State* s = reinterpret_cast<State*>(space);
State             768 third_party/re2/re2/dfa.cc   s->next_ = reinterpret_cast<State**>(s + 1);
State             786 third_party/re2/re2/dfa.cc   vector<State*> v;
State             797 third_party/re2/re2/dfa.cc void DFA::StateToWorkq(State* s, Workq* q) {
State             961 third_party/re2/re2/dfa.cc DFA::State* DFA::RunStateOnByteUnlocked(State* state, int c) {
State             969 third_party/re2/re2/dfa.cc DFA::State* DFA::RunStateOnByte(State* state, int c) {
State             994 third_party/re2/re2/dfa.cc   State* ns = state->next_[ByteMap(c)];
State            1196 third_party/re2/re2/dfa.cc   explicit StateSaver(DFA* dfa, State* state);
State            1205 third_party/re2/re2/dfa.cc   State* Restore();
State            1213 third_party/re2/re2/dfa.cc   State* special_;   // if is_special_, the original state
State            1218 third_party/re2/re2/dfa.cc DFA::StateSaver::StateSaver(DFA* dfa, State* state) {
State            1241 third_party/re2/re2/dfa.cc DFA::State* DFA::StateSaver::Restore() {
State            1245 third_party/re2/re2/dfa.cc   State* s = dfa_->CachedState(inst_, ninst_, flag_);
State            1324 third_party/re2/re2/dfa.cc   State* start = params->start;
State            1335 third_party/re2/re2/dfa.cc   State* s = start;
State            1394 third_party/re2/re2/dfa.cc     State* ns = s->next_[bytemap[c]];
State            1483 third_party/re2/re2/dfa.cc   State* ns = s->next_[ByteMap(lastbyte)];
State            1725 third_party/re2/re2/dfa.cc     State* s = RunStateOnByte(info->start, i);
State            1950 third_party/re2/re2/dfa.cc   vector<State*> q;
State            1956 third_party/re2/re2/dfa.cc     State* s = q[i];
State            1958 third_party/re2/re2/dfa.cc       State* ns = RunStateOnByteUnlocked(s, c);
State            1994 third_party/re2/re2/dfa.cc   map<State*, int> previously_visited_states;
State            2036 third_party/re2/re2/dfa.cc   State* s = params.start;
State            2047 third_party/re2/re2/dfa.cc     State* ns = RunStateOnByteUnlocked(s, kByteEndText);
State            2086 third_party/re2/re2/dfa.cc       State* ns = RunStateOnByteUnlocked(s, j);
State             151 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     State state;
State             245 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     State* state, bool get_pfn) const {
State             228 third_party/tcmalloc/chromium/src/deep-heap-profile.h     bool Read(State* state, bool get_pfn) const;
State             257 third_party/tcmalloc/chromium/src/pagemap.h     ASSERT(0 == (info.State & MEM_COMMIT));  // It starts with uncommitted.
State             267 third_party/tcmalloc/chromium/src/pagemap.h     ASSERT(0 != (info.State & MEM_COMMIT));  // Now it is committed.
State             221 third_party/tcmalloc/chromium/src/profiledata.cc void ProfileData::GetCurrentState(State* state) const {
State             142 third_party/tcmalloc/chromium/src/profiledata.h   void GetCurrentState(State* state) const;
State             231 third_party/tcmalloc/chromium/src/profiler.cc   ProfileData::State collector_state;
State             323 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc     ProfileData::State state;
State             329 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   void ExpectSameState(const ProfileData::State& before,
State             330 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc                        const ProfileData::State& after) {
State             378 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   ProfileData::State state_before;
State             395 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   ProfileData::State state_after;
State             456 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   ProfileData::State state_before;
State             462 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   ProfileData::State state_after;
State             221 third_party/tcmalloc/vendor/src/profiledata.cc void ProfileData::GetCurrentState(State* state) const {
State             142 third_party/tcmalloc/vendor/src/profiledata.h   void GetCurrentState(State* state) const;
State             229 third_party/tcmalloc/vendor/src/profiler.cc   ProfileData::State collector_state;
State             323 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc     ProfileData::State state;
State             329 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   void ExpectSameState(const ProfileData::State& before,
State             330 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc                        const ProfileData::State& after) {
State             378 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   ProfileData::State state_before;
State             395 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   ProfileData::State state_after;
State             456 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   ProfileData::State state_before;
State             462 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   ProfileData::State state_after;
State            5565 third_party/wtl/include/atlctrls.h 	BOOL SetButtonInfo(int nID, DWORD dwMask, BYTE Style, BYTE State, LPCTSTR lpszItem, 
State            5574 third_party/wtl/include/atlctrls.h 		tbbi.fsState = State;
State            5844 third_party/wtl/include/atlctrls.h 	BOOL InsertButton(int nIndex, int iCommand, BYTE Style, BYTE State, int iBitmap, 
State            5850 third_party/wtl/include/atlctrls.h 		tbb.fsState = State;
State            5858 third_party/wtl/include/atlctrls.h 	BOOL InsertButton(int nIndex, int iCommand, BYTE Style, BYTE State, int iBitmap, 
State            5861 third_party/wtl/include/atlctrls.h 		return InsertButton(nIndex, iCommand, Style, State, iBitmap, (INT_PTR)lpszItem, lParam);
State            5869 third_party/wtl/include/atlctrls.h 	BOOL AddButton(int iCommand, BYTE Style, BYTE State, int iBitmap, INT_PTR iString, DWORD_PTR lParam)
State            5871 third_party/wtl/include/atlctrls.h 		return InsertButton(-1, iCommand, Style, State, iBitmap, iString, lParam);
State            5874 third_party/wtl/include/atlctrls.h 	BOOL AddButton(int iCommand, BYTE Style, BYTE State, int iBitmap, LPCTSTR lpszItem, DWORD_PTR lParam)
State            5876 third_party/wtl/include/atlctrls.h 		return InsertButton(-1, iCommand, Style, State, iBitmap, lpszItem, lParam);
State            1139 third_party/wtl/include/atltheme.h 	void SetState(TState State)
State            1141 third_party/wtl/include/atltheme.h 		m_State = State;
State            1144 third_party/wtl/include/atltheme.h 	void SetNewState(TState State)
State            1146 third_party/wtl/include/atltheme.h 		m_NewState = State;
State             212 tools/android/forwarder2/forwarder.cc   State state_;
State              82 tools/json_schema_compiler/test/enums_unittest.cc     ReturnsEnum::Results::State state = ReturnsEnum::Results::STATE_FOO;
State              89 tools/json_schema_compiler/test/enums_unittest.cc     ReturnsEnum::Results::State state = ReturnsEnum::Results::STATE_FOO;
State             241 tools/memory_watcher/memory_hook.cc     if (info.State & MEM_COMMIT) {
State             269 tools/memory_watcher/memory_hook.cc   bool decommit = (info.State & MEM_COMMIT) != 0;
State             177 ui/events/gesture_detection/velocity_tracker.cc   State mPointerState[MotionEvent::MAX_POINTER_ID + 1];
State             179 ui/events/gesture_detection/velocity_tracker.cc   void InitState(State& state,
State             183 ui/events/gesture_detection/velocity_tracker.cc   void UpdateState(State& state,
State             187 ui/events/gesture_detection/velocity_tracker.cc   void PopulateEstimator(const State& state, Estimator* out_estimator) const;
State             709 ui/events/gesture_detection/velocity_tracker.cc     State& state = mPointerState[id];
State             726 ui/events/gesture_detection/velocity_tracker.cc     const State& state = mPointerState[id];
State             734 ui/events/gesture_detection/velocity_tracker.cc void IntegratingVelocityTrackerStrategy::InitState(State& state,
State             749 ui/events/gesture_detection/velocity_tracker.cc     State& state,
State             793 ui/events/gesture_detection/velocity_tracker.cc     const State& state,
State             157 ui/gfx/ozone/dri/hardware_display_controller.h   State get_state() const { return state_; };
State             188 ui/gfx/ozone/dri/hardware_display_controller.h   State state_;
State              99 ui/native_theme/common_theme.cc                                  NativeTheme::State state,
State             147 ui/native_theme/common_theme.cc                                         NativeTheme::State state,
State              23 ui/native_theme/common_theme.h     NativeTheme::State state,
State              39 ui/native_theme/common_theme.h     NativeTheme::State state,
State             213 ui/native_theme/native_theme.h                                 State state,
State             219 ui/native_theme/native_theme.h                      State state,
State             127 ui/native_theme/native_theme_aura.cc     State state,
State             137 ui/native_theme/native_theme_aura.cc       State state) const {
State             165 ui/native_theme/native_theme_aura.cc     State state,
State             177 ui/native_theme/native_theme_aura.cc                                           State state,
State             212 ui/native_theme/native_theme_aura.cc                                            State state,
State             225 ui/native_theme/native_theme_aura.cc     State state,
State             263 ui/native_theme/native_theme_aura.cc     State state) const {
State              34 ui/native_theme/native_theme_aura.h       State state,
State              40 ui/native_theme/native_theme_aura.h                                 State state) const OVERRIDE;
State              44 ui/native_theme/native_theme_aura.h       State state,
State              49 ui/native_theme/native_theme_aura.h                                    State state,
State              52 ui/native_theme/native_theme_aura.h                                     State state,
State              60 ui/native_theme/native_theme_aura.h       State state,
State             106 ui/native_theme/native_theme_aura.h                         State state) const;
State              59 ui/native_theme/native_theme_aurawin.cc                                State state,
State              72 ui/native_theme/native_theme_aurawin.cc                                           State state,
State              25 ui/native_theme/native_theme_aurawin.h                                 State state,
State              29 ui/native_theme/native_theme_aurawin.h                      State state,
State              90 ui/native_theme/native_theme_base.cc                                        State state,
State             161 ui/native_theme/native_theme_base.cc                             State state,
State             267 ui/native_theme/native_theme_base.cc     const gfx::Rect& rect, Part direction, State state) const {
State             398 ui/native_theme/native_theme_base.cc     State state,
State             419 ui/native_theme/native_theme_base.cc                                            State state,
State             497 ui/native_theme/native_theme_base.cc                                            State state,
State             507 ui/native_theme/native_theme_base.cc                                     State state,
State             546 ui/native_theme/native_theme_base.cc     State state,
State             634 ui/native_theme/native_theme_base.cc                                   State state,
State             660 ui/native_theme/native_theme_base.cc                                   State state,
State             718 ui/native_theme/native_theme_base.cc                                      State state,
State             739 ui/native_theme/native_theme_base.cc     State state,
State             773 ui/native_theme/native_theme_base.cc     State state,
State             780 ui/native_theme/native_theme_base.cc                                        State state,
State             805 ui/native_theme/native_theme_base.cc                                        State state,
State             843 ui/native_theme/native_theme_base.cc     State state,
State             849 ui/native_theme/native_theme_base.cc   State north_state = state;
State             850 ui/native_theme/native_theme_base.cc   State south_state = state;
State             865 ui/native_theme/native_theme_base.cc     State state,
State             986 ui/native_theme/native_theme_base.cc SkColor NativeThemeBase::GetArrowColor(State state) const {
State              28 ui/native_theme/native_theme_base.h                                 State state,
State              32 ui/native_theme/native_theme_base.h                      State state,
State              48 ui/native_theme/native_theme_base.h       State state) const;
State              54 ui/native_theme/native_theme_base.h       State state,
State              61 ui/native_theme/native_theme_base.h       State state,
State              65 ui/native_theme/native_theme_base.h                                     State state,
State              70 ui/native_theme/native_theme_base.h       State state,
State              76 ui/native_theme/native_theme_base.h       State state,
State              82 ui/native_theme/native_theme_base.h       State state,
State              88 ui/native_theme/native_theme_base.h       State state,
State              94 ui/native_theme/native_theme_base.h       State state,
State             105 ui/native_theme/native_theme_base.h       State state,
State             111 ui/native_theme/native_theme_base.h       State state,
State             117 ui/native_theme/native_theme_base.h       State state,
State             123 ui/native_theme/native_theme_base.h       State state,
State             129 ui/native_theme/native_theme_base.h       State state,
State             162 ui/native_theme/native_theme_base.h   SkColor GetArrowColor(State state) const;
State             187 ui/native_theme/native_theme_base.h       State state,
State             232 ui/native_theme/native_theme_win.cc                                       State state,
State             289 ui/native_theme/native_theme_win.cc                            State state,
State             413 ui/native_theme/native_theme_win.cc                                  State state,
State             658 ui/native_theme/native_theme_win.cc                                    State state,
State             751 ui/native_theme/native_theme_win.cc                                     State state,
State             868 ui/native_theme/native_theme_win.cc                                        State state,
State             937 ui/native_theme/native_theme_win.cc     State state,
State             958 ui/native_theme/native_theme_win.cc                                                  State state,
State             972 ui/native_theme/native_theme_win.cc     State state,
State            1003 ui/native_theme/native_theme_win.cc                                         State state,
State            1031 ui/native_theme/native_theme_win.cc                                          State state,
State            1059 ui/native_theme/native_theme_win.cc                                       State state,
State            1094 ui/native_theme/native_theme_win.cc                                       State state,
State            1131 ui/native_theme/native_theme_win.cc     State state,
State            1213 ui/native_theme/native_theme_win.cc     State state,
State            1271 ui/native_theme/native_theme_win.cc     State state,
State            1331 ui/native_theme/native_theme_win.cc     State state,
State            1366 ui/native_theme/native_theme_win.cc     State state,
State            1598 ui/native_theme/native_theme_win.cc     State state,
State            1768 ui/native_theme/native_theme_win.cc                                    State state,
State            1816 ui/native_theme/native_theme_win.cc                                     State state,
State            2057 ui/native_theme/native_theme_win.cc                                           State control_state) const {
State             108 ui/native_theme/native_theme_win.h                                 State state,
State             112 ui/native_theme/native_theme_win.h                      State state,
State             130 ui/native_theme/native_theme_win.h                    State state,
State             139 ui/native_theme/native_theme_win.h                      State state,
State             152 ui/native_theme/native_theme_win.h                       State state,
State             168 ui/native_theme/native_theme_win.h                          State state,
State             175 ui/native_theme/native_theme_win.h                          State state,
State             180 ui/native_theme/native_theme_win.h                                    State state,
State             184 ui/native_theme/native_theme_win.h                                   State state,
State             190 ui/native_theme/native_theme_win.h                           State state,
State             196 ui/native_theme/native_theme_win.h                            State state,
State             202 ui/native_theme/native_theme_win.h                         State state,
State             207 ui/native_theme/native_theme_win.h                         State state,
State             215 ui/native_theme/native_theme_win.h                               State state,
State             221 ui/native_theme/native_theme_win.h                               State state,
State             232 ui/native_theme/native_theme_win.h                               State state,
State             238 ui/native_theme/native_theme_win.h                           State state,
State             245 ui/native_theme/native_theme_win.h                         State state,
State             259 ui/native_theme/native_theme_win.h                          State state,
State             279 ui/native_theme/native_theme_win.h   static int GetWindowsPart(Part part, State state, const ExtraParams& extra);
State             280 ui/native_theme/native_theme_win.h   static int GetWindowsState(Part part, State state, const ExtraParams& extra);
State             293 ui/native_theme/native_theme_win.h                             State control_state) const;
State              16 ui/views/controls/button/button.cc Button::ButtonState Button::GetButtonStateFrom(ui::NativeTheme::State state) {
State              49 ui/views/controls/button/button.h   static ButtonState GetButtonStateFrom(ui::NativeTheme::State state);
State             392 ui/views/controls/button/label_button.cc ui::NativeTheme::State LabelButton::GetThemeState(
State             409 ui/views/controls/button/label_button.cc ui::NativeTheme::State LabelButton::GetBackgroundThemeState(
State             415 ui/views/controls/button/label_button.cc ui::NativeTheme::State LabelButton::GetForegroundThemeState(
State             123 ui/views/controls/button/label_button.h   virtual ui::NativeTheme::State GetThemeState(
State             126 ui/views/controls/button/label_button.h   virtual ui::NativeTheme::State GetBackgroundThemeState(
State             128 ui/views/controls/button/label_button.h   virtual ui::NativeTheme::State GetForegroundThemeState(
State              37 ui/views/controls/button/label_button_border.cc                  ui::NativeTheme::State state,
State             103 ui/views/controls/button/label_button_border.cc   ui::NativeTheme::State state = native_theme_delegate->GetThemeState(&extra);
State             173 ui/views/controls/button/text_button.cc     ui::NativeTheme::State prev_state =
State             179 ui/views/controls/button/text_button.cc     ui::NativeTheme::State state = delegate_->GetForegroundThemeState(&extra);
State             186 ui/views/controls/button/text_button.cc     ui::NativeTheme::State state = delegate_->GetThemeState(&extra);
State             521 ui/views/controls/button/text_button.cc ui::NativeTheme::State TextButtonBase::GetThemeState(
State             549 ui/views/controls/button/text_button.cc ui::NativeTheme::State TextButtonBase::GetBackgroundThemeState(
State             555 ui/views/controls/button/text_button.cc ui::NativeTheme::State TextButtonBase::GetForegroundThemeState(
State             205 ui/views/controls/button/text_button.h   virtual ui::NativeTheme::State GetThemeState(
State             208 ui/views/controls/button/text_button.h   virtual ui::NativeTheme::State GetBackgroundThemeState(
State             210 ui/views/controls/button/text_button.h   virtual ui::NativeTheme::State GetForegroundThemeState(
State             338 ui/views/controls/menu/menu_controller.cc MenuController::State::State()
State             344 ui/views/controls/menu/menu_controller.cc MenuController::State::~State() {}
State             405 ui/views/controls/menu/menu_controller.cc   pending_state_ = State();
State             406 ui/views/controls/menu/menu_controller.cc   state_ = State();
State            1347 ui/views/controls/menu/menu_controller.cc   for (std::list<State>::iterator i = menu_stack_.begin();
State             185 ui/views/controls/menu/menu_controller.h     State();
State             186 ui/views/controls/menu/menu_controller.h     ~State();
State             506 ui/views/controls/menu/menu_controller.h   State pending_state_;
State             507 ui/views/controls/menu/menu_controller.h   State state_;
State             518 ui/views/controls/menu/menu_controller.h   std::list<State> menu_stack_;
State             278 ui/views/controls/menu/native_menu_win.cc         NativeTheme::State state;
State              46 ui/views/controls/scrollbar/native_scroll_bar_views.cc   ui::NativeTheme::State GetNativeThemeState() const;
State              68 ui/views/controls/scrollbar/native_scroll_bar_views.cc   ui::NativeTheme::State GetNativeThemeState() const;
State             131 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::State
State             133 ui/views/controls/scrollbar/native_scroll_bar_views.cc   ui::NativeTheme::State state;
State             175 ui/views/controls/scrollbar/native_scroll_bar_views.cc   const ui::NativeTheme::State theme_state = GetNativeThemeState();
State             203 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::State ScrollBarThumb::GetNativeThemeState() const {
State             204 ui/views/controls/scrollbar/native_scroll_bar_views.cc   ui::NativeTheme::State state;
State              73 ui/views/controls/scrollbar/native_scroll_bar_views.h   ui::NativeTheme::State state_;
State              32 ui/views/native_theme_delegate.h   virtual ui::NativeTheme::State GetThemeState(
State              40 ui/views/native_theme_delegate.h   virtual ui::NativeTheme::State GetBackgroundThemeState(
State              46 ui/views/native_theme_delegate.h   virtual ui::NativeTheme::State GetForegroundThemeState(
State              82 win8/test/open_with_dialog_controller.cc   State state_;