Searched refs:State (Results 176 - 200 of 1328) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/search_engines/
H A Dsearch_provider_install_data.cc232 SearchProviderInstallData::State SearchProviderInstallData::GetInstallState(
H A Dsearch_provider_install_data.h33 enum State { enum in class:SearchProviderInstallData
62 State GetInstallState(const GURL& requested_origin);
H A Dsearch_provider_install_data_unittest.cc49 void VerifyInstallState(SearchProviderInstallData::State expected_state,
103 SearchProviderInstallData::State expected_state,
106 SearchProviderInstallData::State actual_state =
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_auth_attempt.h54 enum State { enum in class:EasyUnlockAuthAttempt
64 State state_;
H A Deasy_unlock_screenlock_state_handler.cc18 EasyUnlockScreenlockStateHandler::State state) {
37 bool HardlockOnClick(EasyUnlockScreenlockStateHandler::State state) {
41 size_t GetTooltipResourceId(EasyUnlockScreenlockStateHandler::State state) {
64 bool TooltipContainsDeviceType(EasyUnlockScreenlockStateHandler::State state) {
102 void EasyUnlockScreenlockStateHandler::ChangeState(State new_state) {
189 State last_state = state_;
H A Deasy_unlock_screenlock_state_handler.h21 enum State { enum in class:EasyUnlockScreenlockStateHandler
75 void ChangeState(State new_state);
86 State state() const { return state_; }
112 State state_;
116 // State of hardlock.
H A Deasy_unlock_screenlock_state_handler_unittest.cc344 std::vector<EasyUnlockScreenlockStateHandler::State> states;
358 << "State: " << states[i];
361 << "State: " << states[i];
364 << "State: " << states[i];
366 << "State: " << states[i];
368 << "State: " << states[i];
370 << "State: " << states[i];
372 << "State: " << states[i];
376 << "State: " << states[i];
384 std::vector<EasyUnlockScreenlockStateHandler::State> state
[all...]
H A Deasy_unlock_service.cc331 EasyUnlockScreenlockStateHandler::State state) {
H A Deasy_unlock_service.h140 bool UpdateScreenlockState(EasyUnlockScreenlockStateHandler::State state);
H A Dsignin_error_notifier_ash_unittest.cc206 GoogleServiceAuthError::State error_state;
H A Dsignin_global_error_unittest.cc95 GoogleServiceAuthError::State error_state;
H A Dsignin_ui_util.cc111 const GoogleServiceAuthError::State state =
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_refresh_token_fetcher_unittest.cc102 void MakeOAuth2TokenServiceRequestFail(GoogleServiceAuthError::State error);
208 GoogleServiceAuthError::State error) {
H A Dsupervised_user_registration_utility_stub.cc42 const GoogleServiceAuthError::State state) {
H A Dsupervised_user_registration_utility_stub.h35 void RunFailureCallback(GoogleServiceAuthError::State error);
H A Dsupervised_user_service.cc605 GoogleServiceAuthError::State state = service->GetAuthError().state();
/external/chromium_org/chrome/browser/sync/
H A Dbackend_migrator.cc86 void BackendMigrator::ChangeState(State new_state) {
213 BackendMigrator::State BackendMigrator::state() const {
H A Dbackend_migrator.h38 enum State { enum in class:browser_sync::BackendMigrator
64 State state() const;
75 void ChangeState(State new_state);
95 State state_;
H A Dprofile_sync_service_unittest.cc67 virtual State state() const OVERRIDE {
/external/chromium_org/chrome/browser/sync/glue/
H A Dfrontend_data_type_controller.cc101 State prev_state = state_;
138 sync_driver::DataTypeController::State FrontendDataTypeController::state()
H A Dfrontend_data_type_controller.h62 virtual State state() const OVERRIDE;
121 State state_;
H A Dfrontend_data_type_controller_mock.h29 MOCK_CONST_METHOD0(state, State());
H A Dnon_frontend_data_type_controller.cc288 sync_driver::DataTypeController::State NonFrontendDataTypeController::state()
338 DataTypeController::State new_state;
354 DataTypeController::State new_state,
432 void NonFrontendDataTypeController::set_state(State state) {
H A Dnon_frontend_data_type_controller.h67 virtual State state() const OVERRIDE;
143 DataTypeController::State new_state,
168 void set_state(State state);
173 State state_;
H A Dnon_frontend_data_type_controller_mock.h29 MOCK_CONST_METHOD0(state, State());
47 DataTypeController::State new_state,

Completed in 8904 milliseconds

1234567891011>>