state 37 android_webview/browser/hardware_renderer.cc HardwareRenderer::HardwareRenderer(SharedRendererState* state) state 38 android_webview/browser/hardware_renderer.cc : shared_renderer_state_(state), state 28 android_webview/browser/hardware_renderer.h explicit HardwareRenderer(SharedRendererState* state); state 1713 android_webview/java/src/org/chromium/android_webview/AwContents.java byte[] state = nativeGetOpaqueState(mNativeAwContents); state 1714 android_webview/java/src/org/chromium/android_webview/AwContents.java if (state == null) return false; state 1716 android_webview/java/src/org/chromium/android_webview/AwContents.java outState.putByteArray(SAVE_RESTORE_STATE_KEY, state); state 1728 android_webview/java/src/org/chromium/android_webview/AwContents.java byte[] state = inState.getByteArray(SAVE_RESTORE_STATE_KEY); state 1729 android_webview/java/src/org/chromium/android_webview/AwContents.java if (state == null) return false; state 1731 android_webview/java/src/org/chromium/android_webview/AwContents.java boolean result = nativeRestoreFromOpaqueState(mNativeAwContents, state); state 2120 android_webview/java/src/org/chromium/android_webview/AwContents.java private native boolean nativeRestoreFromOpaqueState(long nativeAwContents, byte[] state); state 1004 android_webview/java/src/org/chromium/android_webview/AwSettings.java public void setPluginState(PluginState state) { state 1006 android_webview/java/src/org/chromium/android_webview/AwSettings.java if (mPluginState != state) { state 1007 android_webview/java/src/org/chromium/android_webview/AwSettings.java mPluginState = state; state 171 android_webview/javatests/src/org/chromium/android_webview/test/SaveRestoreStateTest.java final Bundle state = new Bundle(); state 175 android_webview/javatests/src/org/chromium/android_webview/test/SaveRestoreStateTest.java return mVars.awContents.restoreState(state); state 817 android_webview/native/aw_contents.cc JNIEnv* env, jobject obj, jbyteArray state) { state 822 android_webview/native/aw_contents.cc base::android::JavaByteArrayToByteVector(env, state, &state_vector); state 106 android_webview/native/aw_contents.h jboolean RestoreFromOpaqueState(JNIEnv* env, jobject obj, jbyteArray state); state 80 android_webview/native/java_browser_view_renderer_helper.cc if (pixels && pixels->state) { state 82 android_webview/native/java_browser_view_renderer_helper.cc SkCanvasStateUtils::CreateFromCanvasState(pixels->state)); state 23 android_webview/public/browser/draw_sw.h SkCanvasState* state; // The externalize state in skia format. state 157 apps/app_window.cc state(ui::SHOW_STATE_DEFAULT), state 275 apps/app_window.cc if (new_params.state == ui::SHOW_STATE_FULLSCREEN) state 286 apps/app_window.cc if (new_params.state == ui::SHOW_STATE_FULLSCREEN) state 288 apps/app_window.cc else if (new_params.state == ui::SHOW_STATE_MAXIMIZED) state 290 apps/app_window.cc else if (new_params.state == ui::SHOW_STATE_MINIMIZED) state 1048 apps/app_window.cc params.state = cached_state; state 162 apps/app_window.h ui::WindowShowState state; state 83 apps/app_window_geometry_cache.h ui::WindowShowState state); state 92 apps/app_window_geometry_cache.h ui::WindowShowState* state); state 38 apps/app_window_geometry_cache_unittest.cc ui::WindowShowState state); state 60 apps/app_window_geometry_cache_unittest.cc ui::WindowShowState state) { state 71 apps/app_window_geometry_cache_unittest.cc value->SetInteger("state", state); state 128 apps/app_window_geometry_cache_unittest.cc ui::WindowShowState state = ui::SHOW_STATE_NORMAL; state 130 apps/app_window_geometry_cache_unittest.cc extension_id, kWindowId, bounds, screen_bounds, state); state 138 apps/app_window_geometry_cache_unittest.cc ASSERT_EQ(state, new_state); state 146 apps/app_window_geometry_cache_unittest.cc ui::WindowShowState state = ui::SHOW_STATE_NORMAL; state 148 apps/app_window_geometry_cache_unittest.cc extension_id, kWindowId, bounds, screen_bounds, state); state 164 apps/app_window_geometry_cache_unittest.cc ui::WindowShowState state = ui::SHOW_STATE_NORMAL; state 166 apps/app_window_geometry_cache_unittest.cc extension_id, kWindowId, bounds, screen_bounds, state); state 182 apps/app_window_geometry_cache_unittest.cc ui::WindowShowState state = ui::SHOW_STATE_DEFAULT; state 184 apps/app_window_geometry_cache_unittest.cc extension_id, kWindowId, bounds, screen_bounds, state); state 207 apps/app_window_geometry_cache_unittest.cc ui::WindowShowState state = ui::SHOW_STATE_NORMAL; state 208 apps/app_window_geometry_cache_unittest.cc cache_->SaveGeometry(extension_id, window_id, bounds, screen_bounds, state); state 218 apps/app_window_geometry_cache_unittest.cc ASSERT_EQ(state, new_state); state 247 apps/app_window_geometry_cache_unittest.cc ASSERT_EQ(state, v); state 256 apps/app_window_geometry_cache_unittest.cc ASSERT_EQ(state, new_state); state 97 ash/accelerators/exit_warning_handler.cc virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE { state 98 ash/accelerators/exit_warning_handler.cc state->name = accessible_name_; state 99 ash/accelerators/exit_warning_handler.cc state->role = ui::AX_ROLE_ALERT; state 38 ash/accelerators/key_hold_detector.cc xkey.xkey.state |= ShiftMask; state 22 ash/debug.cc cc::LayerTreeDebugState state = compositor->GetLayerTreeDebugState(); state 24 ash/debug.cc value.reset(new bool(!state.show_debug_borders)); state 25 ash/debug.cc state.show_debug_borders = *value.get(); state 26 ash/debug.cc compositor->SetLayerTreeDebugState(state); state 37 ash/debug.cc cc::LayerTreeDebugState state = compositor->GetLayerTreeDebugState(); state 39 ash/debug.cc value.reset(new bool(!state.show_fps_counter)); state 40 ash/debug.cc state.show_fps_counter = *value.get(); state 41 ash/debug.cc compositor->SetLayerTreeDebugState(state); state 52 ash/debug.cc cc::LayerTreeDebugState state = compositor->GetLayerTreeDebugState(); state 54 ash/debug.cc value.reset(new bool(!state.show_paint_rects)); state 55 ash/debug.cc state.show_paint_rects = *value.get(); state 56 ash/debug.cc compositor->SetLayerTreeDebugState(state); state 32 ash/display/projecting_observer_chromeos_unittest.cc ui::OutputConfigurator::DisplayState state; state 33 ash/display/projecting_observer_chromeos_unittest.cc state.display = displays[i]; state 34 ash/display/projecting_observer_chromeos_unittest.cc outputs.push_back(state); state 36 ash/frame/caption_buttons/alternate_frame_size_button.cc if (button->state() == views::Button::STATE_HOVERED || state 37 ash/frame/caption_buttons/alternate_frame_size_button.cc button->state() == views::Button::STATE_PRESSED) { state 107 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc return minimize_button_->state() == views::Button::STATE_NORMAL && state 108 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc size_button_->state() == views::Button::STATE_NORMAL && state 109 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc close_button_->state() == views::Button::STATE_NORMAL; state 171 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_PRESSED, size_button()->state()); state 174 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_NORMAL, size_button()->state()); state 178 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_PRESSED, size_button()->state()); state 181 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_NORMAL, size_button()->state()); state 312 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_NORMAL, minimize_button()->state()); state 313 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_PRESSED, size_button()->state()); state 314 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_NORMAL, close_button()->state()); state 321 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_HOVERED, minimize_button()->state()); state 322 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_PRESSED, size_button()->state()); state 323 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_NORMAL, close_button()->state()); state 342 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_NORMAL, minimize_button()->state()); state 343 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_PRESSED, size_button()->state()); state 344 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_NORMAL, close_button()->state()); state 383 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_NORMAL, minimize_button()->state()); state 384 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_PRESSED, size_button()->state()); state 385 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_NORMAL, close_button()->state()); state 392 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_HOVERED, minimize_button()->state()); state 393 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_PRESSED, size_button()->state()); state 394 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_NORMAL, close_button()->state()); state 404 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_NORMAL, minimize_button()->state()); state 405 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_PRESSED, size_button()->state()); state 406 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_HOVERED, close_button()->state()); state 453 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_NORMAL, minimize_button()->state()); state 454 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_PRESSED, size_button()->state()); state 455 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_NORMAL, close_button()->state()); state 461 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_HOVERED, minimize_button()->state()); state 462 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_PRESSED, size_button()->state()); state 463 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc EXPECT_EQ(views::Button::STATE_NORMAL, close_button()->state()); state 162 ash/frame/caption_buttons/bubble_contents_button_row.cc SnapType state) { state 163 ash/frame/caption_buttons/bubble_contents_button_row.cc switch (state) { state 36 ash/frame/caption_buttons/bubble_contents_button_row.h views::CustomButton* GetButtonForUnitTest(SnapType state); state 107 ash/frame/caption_buttons/frame_caption_button.cc if (hover_animation_->is_animating() || state() == STATE_HOVERED) { state 113 ash/frame/caption_buttons/frame_caption_button.cc } else if (state() == STATE_PRESSED) { state 75 ash/frame/caption_buttons/maximize_bubble_controller.cc SnapType state) { state 76 ash/frame/caption_buttons/maximize_bubble_controller.cc return bubble_ ? bubble_->GetButtonForUnitTest(state) : NULL; state 68 ash/frame/caption_buttons/maximize_bubble_controller.h views::CustomButton* GetButtonForUnitTest(SnapType state); state 41 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc views::CustomButton* GetButtonForUnitTest(SnapType state); state 122 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc views::CustomButton* BubbleContentsView::GetButtonForUnitTest(SnapType state) { state 123 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc return buttons_view_->GetButtonForUnitTest(state); state 506 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc SnapType state) { state 507 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc return contents_view_->GetButtonForUnitTest(state); state 76 ash/frame/caption_buttons/maximize_bubble_controller_bubble.h views::CustomButton* GetButtonForUnitTest(SnapType state); state 192 ash/ime/candidate_view.cc shortcut_label_->SetEnabled(state() != STATE_DISABLED); state 193 ash/ime/candidate_view.cc if (state() == STATE_PRESSED) { state 206 ash/ime/candidate_view.cc if (view != this && view->state() == STATE_PRESSED) state 121 ash/root_window_controller.cc wm::WindowState* state = wm::GetWindowState(window); state 123 ash/root_window_controller.cc bool has_restore_bounds = state->HasRestoreBounds(); state 125 ash/root_window_controller.cc bool update_bounds = (state->IsNormalOrSnapped() || state->IsMinimized()) && state 129 ash/root_window_controller.cc local_bounds = state->window()->bounds(); state 134 ash/root_window_controller.cc restore_bounds = state->GetRestoreBoundsInParent(); state 145 ash/root_window_controller.cc state->SetRestoreBoundsInParent(restore_bounds); state 166 ash/shelf/alternate_app_list_button.cc ui::AXViewState* state) { state 167 ash/shelf/alternate_app_list_button.cc state->role = ui::AX_ROLE_BUTTON; state 168 ash/shelf/alternate_app_list_button.cc state->name = host_->GetAccessibleName(this); state 38 ash/shelf/alternate_app_list_button.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 125 ash/shelf/app_list_button.cc void AppListButton::GetAccessibleState(ui::AXViewState* state) { state 126 ash/shelf/app_list_button.cc state->role = ui::AX_ROLE_BUTTON; state 127 ash/shelf/app_list_button.cc state->name = host_->GetAccessibleName(this); state 31 ash/shelf/app_list_button.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 137 ash/shelf/overflow_button.cc } else if (state() == STATE_HOVERED || state() == STATE_PRESSED) { state 42 ash/shelf/shelf_button.cc bool ShouldHop(int state) { state 43 ash/shelf/shelf_button.cc return state & ash::ShelfButton::STATE_HOVERED || state 44 ash/shelf/shelf_button.cc state & ash::ShelfButton::STATE_ACTIVE || state 45 ash/shelf/shelf_button.cc state & ash::ShelfButton::STATE_FOCUSED; state 298 ash/shelf/shelf_button.cc void ShelfButton::AddState(State state) { state 299 ash/shelf/shelf_button.cc if (!(state_ & state)) { state 301 ash/shelf/shelf_button.cc (ShouldHop(state) || !ShouldHop(state_))) { state 307 ash/shelf/shelf_button.cc state_ |= state; state 309 ash/shelf/shelf_button.cc if (state & STATE_ATTENTION) state 314 ash/shelf/shelf_button.cc void ShelfButton::ClearState(State state) { state 315 ash/shelf/shelf_button.cc if (state_ & state) { state 317 ash/shelf/shelf_button.cc (!ShouldHop(state) || ShouldHop(state_))) { state 324 ash/shelf/shelf_button.cc state_ &= ~state; state 326 ash/shelf/shelf_button.cc if (state & STATE_ATTENTION) state 394 ash/shelf/shelf_button.cc void ShelfButton::GetAccessibleState(ui::AXViewState* state) { state 395 ash/shelf/shelf_button.cc state->role = ui::AX_ROLE_BUTTON; state 396 ash/shelf/shelf_button.cc state->name = host_->GetAccessibleName(this); state 52 ash/shelf/shelf_button.h void AddState(State state); state 53 ash/shelf/shelf_button.h void ClearState(State state); state 54 ash/shelf/shelf_button.h int state() const { return state_; } state 103 ash/shelf/shelf_button.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 609 ash/shelf/shelf_layout_manager.cc State state; state 610 ash/shelf/shelf_layout_manager.cc state.visibility_state = visibility_state; state 611 ash/shelf/shelf_layout_manager.cc state.auto_hide_state = CalculateAutoHideState(visibility_state); state 612 ash/shelf/shelf_layout_manager.cc state.window_state = workspace_controller_ ? state 621 ash/shelf/shelf_layout_manager.cc if (!force_update && state_.Equals(state)) state 627 ash/shelf/shelf_layout_manager.cc if (state.visibility_state == SHELF_AUTO_HIDE) { state 639 ash/shelf/shelf_layout_manager.cc state_ = state; state 649 ash/shelf/shelf_layout_manager.cc if (state.visibility_state == SHELF_VISIBLE && state 650 ash/shelf/shelf_layout_manager.cc state.window_state == WORKSPACE_WINDOW_STATE_MAXIMIZED && state 656 ash/shelf/shelf_layout_manager.cc if (state.visibility_state == SHELF_VISIBLE && state 673 ash/shelf/shelf_layout_manager.cc state.visibility_state == SHELF_VISIBLE && state 674 ash/shelf/shelf_layout_manager.cc state.window_state == WORKSPACE_WINDOW_STATE_MAXIMIZED); state 776 ash/shelf/shelf_layout_manager.cc const State& state, state 788 ash/shelf/shelf_layout_manager.cc if (state.visibility_state == SHELF_AUTO_HIDE && state 789 ash/shelf/shelf_layout_manager.cc state.auto_hide_state == SHELF_AUTO_HIDE_HIDDEN) { state 797 ash/shelf/shelf_layout_manager.cc } else if (state.visibility_state == SHELF_HIDDEN || state 839 ash/shelf/shelf_layout_manager.cc gfx::Insets(0, 0, GetWorkAreaSize(state, shelf_height), 0), state 840 ash/shelf/shelf_layout_manager.cc gfx::Insets(0, GetWorkAreaSize(state, shelf_width), 0, 0), state 841 ash/shelf/shelf_layout_manager.cc gfx::Insets(0, 0, 0, GetWorkAreaSize(state, shelf_width)), state 842 ash/shelf/shelf_layout_manager.cc gfx::Insets(GetWorkAreaSize(state, shelf_height), 0, 0, 0)); state 864 ash/shelf/shelf_layout_manager.cc state.visibility_state == SHELF_VISIBLE || state 865 ash/shelf/shelf_layout_manager.cc state.visibility_state == SHELF_AUTO_HIDE) ? 1.0f : 0.0f; state 867 ash/shelf/shelf_layout_manager.cc (state.visibility_state == SHELF_AUTO_HIDE && state 868 ash/shelf/shelf_layout_manager.cc state.auto_hide_state == SHELF_AUTO_HIDE_HIDDEN && state 1140 ash/shelf/shelf_layout_manager.cc int ShelfLayoutManager::GetWorkAreaSize(const State& state, int size) const { state 1141 ash/shelf/shelf_layout_manager.cc if (state.visibility_state == SHELF_VISIBLE) state 1143 ash/shelf/shelf_layout_manager.cc if (state.visibility_state == SHELF_AUTO_HIDE) state 1194 ash/shelf/shelf_layout_manager.cc base::AutoReset<ShelfVisibilityState> state(&state_.visibility_state, 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 336 ash/shelf/shelf_layout_manager_unittest.cc ShelfVisibilityState state) { state 337 ash/shelf/shelf_layout_manager_unittest.cc shelf->SetState(state); state 103 ash/shelf/shelf_unittest.cc EXPECT_EQ(ShelfButton::STATE_RUNNING, button->state()); state 131 ash/shelf/shelf_unittest.cc EXPECT_FALSE(button->state() & ShelfButton::STATE_HOVERED); state 1535 ash/shelf/shelf_view.cc void ShelfView::GetAccessibleState(ui::AXViewState* state) { state 1536 ash/shelf/shelf_view.cc state->role = ui::AX_ROLE_TOOLBAR; state 1537 ash/shelf/shelf_view.cc state->name = l10n_util::GetStringUTF16(IDS_ASH_SHELF_ACCESSIBLE_NAME); state 258 ash/shelf/shelf_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 1153 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(ShelfButton::STATE_RUNNING, button->state()); state 1156 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(ShelfButton::STATE_ACTIVE, button->state()); state 1159 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(ShelfButton::STATE_ATTENTION, button->state()); state 1204 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(ShelfButton::STATE_RUNNING, button->state()); state 1207 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(ShelfButton::STATE_ACTIVE, button->state()); state 1210 ash/shelf/shelf_view_unittest.cc ASSERT_EQ(ShelfButton::STATE_ATTENTION, button->state()); state 441 ash/sticky_keys/sticky_keys_controller.cc void StickyKeysHandler::AppendNativeEventMask(unsigned int* state) { state 443 ash/sticky_keys/sticky_keys_controller.cc unsigned int& state_ref = *state; state 468 ash/sticky_keys/sticky_keys_controller.cc AppendNativeEventMask(&xkey->state); state 489 ash/sticky_keys/sticky_keys_controller.cc AppendNativeEventMask(&xkey->state); state 210 ash/sticky_keys/sticky_keys_controller.h void AppendNativeEventMask(unsigned int* state); state 54 ash/sticky_keys/sticky_keys_overlay.cc void SetKeyState(StickyKeyState state); state 84 ash/sticky_keys/sticky_keys_overlay.cc void StickyKeyOverlayLabel::SetKeyState(StickyKeyState state) { state 85 ash/sticky_keys/sticky_keys_overlay.cc state_ = state; state 88 ash/sticky_keys/sticky_keys_overlay.cc switch (state) { state 129 ash/sticky_keys/sticky_keys_overlay.cc void SetKeyState(ui::EventFlags modifier, StickyKeyState state); state 181 ash/sticky_keys/sticky_keys_overlay.cc StickyKeyState state) { state 186 ash/sticky_keys/sticky_keys_overlay.cc label->SetKeyState(state); state 193 ash/sticky_keys/sticky_keys_overlay.cc return it->second->state(); state 275 ash/sticky_keys/sticky_keys_overlay.cc StickyKeyState state) { state 276 ash/sticky_keys/sticky_keys_overlay.cc overlay_view_->SetKeyState(modifier, state); state 43 ash/sticky_keys/sticky_keys_overlay.h StickyKeyState state); state 439 ash/system/chromeos/network/network_state_list_detailed_view.cc NetworkStateHandler::TechnologyState state = state 442 ash/system/chromeos/network/network_state_list_detailed_view.cc if (state == NetworkStateHandler::TECHNOLOGY_UNAVAILABLE) { state 447 ash/system/chromeos/network/network_state_list_detailed_view.cc if (state == NetworkStateHandler::TECHNOLOGY_AVAILABLE) { state 450 ash/system/chromeos/network/network_state_list_detailed_view.cc } else if (state == NetworkStateHandler::TECHNOLOGY_ENABLED) { state 453 ash/system/chromeos/network/network_state_list_detailed_view.cc } else if (state == NetworkStateHandler::TECHNOLOGY_ENABLING) { state 690 ash/system/chromeos/network/network_state_list_detailed_view.cc NetworkStateHandler::TechnologyState state = state 692 ash/system/chromeos/network/network_state_list_detailed_view.cc if (state == NetworkStateHandler::TECHNOLOGY_UNAVAILABLE) { state 696 ash/system/chromeos/network/network_state_list_detailed_view.cc if (state == NetworkStateHandler::TECHNOLOGY_AVAILABLE) { state 700 ash/system/chromeos/network/network_state_list_detailed_view.cc } else if (state == NetworkStateHandler::TECHNOLOGY_ENABLED) { state 715 ash/system/chromeos/network/network_state_list_detailed_view.cc NetworkStateHandler::TechnologyState state = state 717 ash/system/chromeos/network/network_state_list_detailed_view.cc if (state != NetworkStateHandler::TECHNOLOGY_UNAVAILABLE) { state 725 ash/system/chromeos/network/network_state_list_detailed_view.cc state == NetworkStateHandler::TECHNOLOGY_ENABLED); state 226 ash/system/chromeos/network/network_state_notifier.cc std::string state; state 227 ash/system/chromeos/network/network_state_notifier.cc shill_properties.GetStringWithoutPathExpansion(shill::kStateProperty, &state); state 228 ash/system/chromeos/network/network_state_notifier.cc if (chromeos::NetworkState::StateIsConnected(state) || state 229 ash/system/chromeos/network/network_state_notifier.cc chromeos::NetworkState::StateIsConnecting(state)) { state 102 ash/system/chromeos/network/tray_network.cc virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE { state 103 ash/system/chromeos/network/tray_network.cc state->name = connection_status_string_; state 104 ash/system/chromeos/network/tray_network.cc state->role = ui::AX_ROLE_BUTTON; state 62 ash/system/chromeos/power/tray_power.cc virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE { state 63 ash/system/chromeos/power/tray_power.cc state->name = accessible_name_; state 64 ash/system/chromeos/power/tray_power.cc state->role = ui::AX_ROLE_BUTTON; state 71 ash/system/chromeos/session/logout_button_tray.cc for (size_t state = 0; state < views::Button::STATE_COUNT; ++state) state 72 ash/system/chromeos/session/logout_button_tray.cc SetTextColor(static_cast<views::Button::ButtonState>(state), SK_ColorWHITE); state 103 ash/system/chromeos/tray_caps_lock.cc virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE { state 104 ash/system/chromeos/tray_caps_lock.cc state->role = ui::AX_ROLE_BUTTON; state 105 ash/system/chromeos/tray_caps_lock.cc state->name = text_label_->text(); state 429 ash/system/chromeos/tray_display.cc bool TrayDisplay::GetAccessibleStateForTesting(ui::AXViewState* state) { state 432 ash/system/chromeos/tray_display.cc view->GetAccessibleState(state); state 65 ash/system/chromeos/tray_display.h bool GetAccessibleStateForTesting(ui::AXViewState* state); state 134 ash/system/chromeos/tray_display_unittest.cc ui::AXViewState state; state 135 ash/system/chromeos/tray_display_unittest.cc if (tray_display_->GetAccessibleStateForTesting(&state)) { state 137 ash/system/chromeos/tray_display_unittest.cc EXPECT_EQ(expected, state.name); state 143 ash/system/drive/tray_drive.cc ash::DriveOperationStatus::OperationState state, state 185 ash/system/drive/tray_drive.cc UpdateStatus(state, progress); state 189 ash/system/drive/tray_drive.cc void UpdateStatus(ash::DriveOperationStatus::OperationState state, state 191 ash/system/drive/tray_drive.cc status_img_->SetImage(container_->GetImageForState(state)); state 194 ash/system/drive/tray_drive.cc state == ash::DriveOperationStatus::OPERATION_NOT_STARTED || state 195 ash/system/drive/tray_drive.cc state == ash::DriveOperationStatus::OPERATION_IN_PROGRESS); state 278 ash/system/drive/tray_drive.cc ash::DriveOperationStatus::OperationState state) { state 279 ash/system/drive/tray_drive.cc switch (state) { state 312 ash/system/drive/tray_drive.cc existing_item->second->UpdateStatus(operation.state, state 316 ash/system/drive/tray_drive.cc operation.state, state 477 ash/system/drive/tray_drive.cc if ((*list)[i].state != DriveOperationStatus::OPERATION_COMPLETED && state 478 ash/system/drive/tray_drive.cc (*list)[i].state != DriveOperationStatus::OPERATION_FAILED) { state 65 ash/system/tray/actionable_view.cc void ActionableView::GetAccessibleState(ui::AXViewState* state) { state 66 ash/system/tray/actionable_view.cc state->role = ui::AX_ROLE_BUTTON; state 67 ash/system/tray/actionable_view.cc state->name = accessible_name_; state 49 ash/system/tray/actionable_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 139 ash/system/tray/hover_highlight_view.cc void HoverHighlightView::GetAccessibleState(ui::AXViewState* state) { state 140 ash/system/tray/hover_highlight_view.cc ActionableView::GetAccessibleState(state); state 143 ash/system/tray/hover_highlight_view.cc state->role = ui::AX_ROLE_CHECK_BOX; state 145 ash/system/tray/hover_highlight_view.cc state->AddStateFlag(ui::AX_STATE_CHECKED); state 65 ash/system/tray/hover_highlight_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 81 ash/system/tray/system_tray_delegate.h OperationState state; state 163 ash/system/tray/tray_background_view.cc int state = kImageTypeDefault; state 165 ash/system/tray/tray_background_view.cc state = kImageTypePressed; state 167 ash/system/tray/tray_background_view.cc state = kImageTypeOnBlack; state 169 ash/system/tray/tray_background_view.cc state = kImageTypeDefault; state 171 ash/system/tray/tray_background_view.cc const gfx::ImageSkia* leading = leading_images_[orientation][state]; state 172 ash/system/tray/tray_background_view.cc const gfx::ImageSkia* middle = middle_images_[orientation][state]; state 173 ash/system/tray/tray_background_view.cc const gfx::ImageSkia* trailing = trailing_images_[orientation][state]; state 380 ash/system/tray/tray_background_view.cc void TrayBackgroundView::GetAccessibleState(ui::AXViewState* state) { state 381 ash/system/tray/tray_background_view.cc state->role = ui::AX_ROLE_BUTTON; state 382 ash/system/tray/tray_background_view.cc state->name = GetAccessibleNameForTray(); state 71 ash/system/tray/tray_background_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 100 ash/system/tray/tray_item_more.cc void TrayItemMore::GetAccessibleState(ui::AXViewState* state) { state 101 ash/system/tray/tray_item_more.cc state->role = ui::AX_ROLE_BUTTON; state 102 ash/system/tray/tray_item_more.cc state->name = accessible_name_; state 45 ash/system/tray/tray_item_more.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 70 ash/system/tray/tray_popup_label_button_border.cc const ui::NativeTheme::State state = state 72 ash/system/tray/tray_popup_label_button_border.cc if (state == ui::NativeTheme::kNormal || state 73 ash/system/tray/tray_popup_label_button_border.cc state == ui::NativeTheme::kDisabled) { state 46 ash/system/tray_accessibility.cc uint32 state = A11Y_NONE; state 48 ash/system/tray_accessibility.cc state |= A11Y_SPOKEN_FEEDBACK; state 50 ash/system/tray_accessibility.cc state |= A11Y_HIGH_CONTRAST; state 52 ash/system/tray_accessibility.cc state |= A11Y_SCREEN_MAGNIFIER; state 54 ash/system/tray_accessibility.cc state |= A11Y_LARGE_CURSOR; state 56 ash/system/tray_accessibility.cc state |= A11Y_AUTOCLICK; state 58 ash/system/tray_accessibility.cc state |= A11Y_VIRTUAL_KEYBOARD; state 60 ash/system/tray_accessibility.cc state |= A11Y_BRAILLE_DISPLAY_CONNECTED; state 61 ash/system/tray_accessibility.cc return state; state 102 ash/test/ui_controls_factory_ash.cc virtual bool SendMouseEvents(MouseButton type, int state) OVERRIDE { state 105 ash/test/ui_controls_factory_ash.cc return ui_controls && ui_controls->SendMouseEvents(type, state); state 109 ash/test/ui_controls_factory_ash.cc MouseButton type, int state, const base::Closure& closure) OVERRIDE { state 113 ash/test/ui_controls_factory_ash.cc type, state, closure); state 329 ash/wm/gestures/long_press_affordance_handler.cc void LongPressAffordanceHandler::AnimateToState(double state) { state 55 ash/wm/gestures/long_press_affordance_handler.h virtual void AnimateToState(double state) OVERRIDE; state 19 ash/wm/wm_types.cc WindowStateType ToWindowStateType(ui::WindowShowState state) { state 20 ash/wm/wm_types.cc return static_cast<WindowStateType>(state); state 47 ash/wm/wm_types.h ASH_EXPORT WindowStateType ToWindowStateType(ui::WindowShowState state); state 51 base/android/application_status_listener.cc void ApplicationStatusListener::Notify(ApplicationState state) { state 52 base/android/application_status_listener.cc callback_.Run(state); state 62 base/android/application_status_listener.cc ApplicationState state) { state 63 base/android/application_status_listener.cc g_observers.Get().Notify(&ApplicationStatusListener::Notify, state); state 66 base/android/application_status_listener.h static void NotifyApplicationStateChange(ApplicationState state); state 69 base/android/application_status_listener.h void Notify(ApplicationState state); state 28 base/android/application_status_listener_unittest.cc void StoreStateTo(ApplicationState* target, ApplicationState state) { state 29 base/android/application_status_listener_unittest.cc *target = state; state 86 base/android/application_status_listener_unittest.cc void StoreStateAndSignal(ApplicationState state) { state 88 base/android/application_status_listener_unittest.cc state_ = state; state 120 base/android/java/src/org/chromium/base/ApplicationStatus.java int state = getStateForActivity(activity); state 122 base/android/java/src/org/chromium/base/ApplicationStatus.java if (state != ActivityState.DESTROYED && state != ActivityState.STOPPED) { state 317 base/android/java/src/org/chromium/base/ApplicationStatus.java int state = getStateForApplication(); state 318 base/android/java/src/org/chromium/base/ApplicationStatus.java return state == ApplicationState.HAS_RUNNING_ACTIVITIES state 319 base/android/java/src/org/chromium/base/ApplicationStatus.java || state == ApplicationState.HAS_PAUSED_ACTIVITIES; state 422 base/android/java/src/org/chromium/base/ApplicationStatus.java int state = info.getStatus(); state 423 base/android/java/src/org/chromium/base/ApplicationStatus.java if (state != ActivityState.PAUSED state 424 base/android/java/src/org/chromium/base/ApplicationStatus.java && state != ActivityState.STOPPED state 425 base/android/java/src/org/chromium/base/ApplicationStatus.java && state != ActivityState.DESTROYED) { state 427 base/android/java/src/org/chromium/base/ApplicationStatus.java } else if (state == ActivityState.PAUSED) { state 429 base/android/java/src/org/chromium/base/ApplicationStatus.java } else if (state == ActivityState.STOPPED) { state 111 base/debug/profiler.cc static InstrumentationCheckState state = UNINITIALIZED; state 113 base/debug/profiler.cc if (state == UNINITIALIZED) { state 125 base/debug/profiler.cc state = INSTRUMENTED_IMAGE; state 127 base/debug/profiler.cc state = NON_INSTRUMENTED_IMAGE; state 130 base/debug/profiler.cc DCHECK(state != UNINITIALIZED); state 132 base/debug/profiler.cc return state == INSTRUMENTED_IMAGE; state 36 base/debug/stack_trace_android.cc StackCrawlState* state = static_cast<StackCrawlState*>(arg); state 40 base/debug/stack_trace_android.cc if (ip != 0 && !state->have_skipped_self) { state 41 base/debug/stack_trace_android.cc state->have_skipped_self = true; state 45 base/debug/stack_trace_android.cc state->frames[state->frame_count++] = ip; state 46 base/debug/stack_trace_android.cc if (state->frame_count >= state->max_depth) state 69 base/debug/stack_trace_android.cc StackCrawlState state(reinterpret_cast<uintptr_t*>(trace_), kMaxTraces); state 70 base/debug/stack_trace_android.cc _Unwind_Backtrace(&TraceStackFrame, &state); state 71 base/debug/stack_trace_android.cc count_ = state.frame_count; state 28 base/i18n/streaming_utf8_validator.cc uint8 state = state_; state 31 base/i18n/streaming_utf8_validator.cc if (state == 0) state 33 base/i18n/streaming_utf8_validator.cc state = internal::I18N_UTF8_VALIDATOR_INVALID_INDEX; state 36 base/i18n/streaming_utf8_validator.cc const uint8 shift_amount = StateTableLookup(state); state 38 base/i18n/streaming_utf8_validator.cc state = StateTableLookup(state + shifted_char + 1); state 43 base/i18n/streaming_utf8_validator.cc state_ = state; state 44 base/i18n/streaming_utf8_validator.cc return state == 0 ? VALID_ENDPOINT state 45 base/i18n/streaming_utf8_validator.cc : state == internal::I18N_UTF8_VALIDATOR_INVALID_INDEX state 255 base/i18n/streaming_utf8_validator_unittest.cc StreamingUtf8Validator::State state = VALID_ENDPOINT; state 259 base/i18n/streaming_utf8_validator_unittest.cc state = validator.AddBytes(&*cit, 1); state 261 base/i18n/streaming_utf8_validator_unittest.cc EXPECT_EQ(expected, state) << "Failed for \"" << sequence << "\""; state 18 base/lazy_instance.cc bool NeedsLazyInstance(subtle::AtomicWord* state) { state 24 base/lazy_instance.cc if (subtle::NoBarrier_CompareAndSwap(state, 0, state 34 base/lazy_instance.cc while (subtle::Acquire_Load(state) == kLazyInstanceStateCreating) { state 41 base/lazy_instance.cc void CompleteLazyInstance(subtle::AtomicWord* state, state 46 base/lazy_instance.cc ANNOTATE_HAPPENS_BEFORE(state); state 51 base/lazy_instance.cc subtle::Release_Store(state, new_instance); state 113 base/lazy_instance.h BASE_EXPORT bool NeedsLazyInstance(subtle::AtomicWord* state); state 117 base/lazy_instance.h BASE_EXPORT void CompleteLazyInstance(subtle::AtomicWord* state, state 148 base/linux_util.cc LinuxDistroState state = distro_state_singleton->State(); state 149 base/linux_util.cc if (STATE_CHECK_FINISHED == state) state 151 base/linux_util.cc if (STATE_CHECK_STARTED == state) state 153 base/linux_util.cc DCHECK_EQ(state, STATE_DID_NOT_CHECK); state 56 base/memory/discardable_memory_mac.cc int state = VM_PURGABLE_NONVOLATILE; state 60 base/memory/discardable_memory_mac.cc &state); state 64 base/memory/discardable_memory_mac.cc return state & VM_PURGABLE_EMPTY ? DISCARDABLE_MEMORY_LOCK_STATUS_PURGED state 69 base/memory/discardable_memory_mac.cc int state = VM_PURGABLE_VOLATILE | VM_VOLATILE_GROUP_DEFAULT; state 73 base/memory/discardable_memory_mac.cc &state); state 156 base/memory/discardable_memory_mac.cc int state = 0; state 157 base/memory/discardable_memory_mac.cc vm_purgable_control(mach_task_self(), 0, VM_PURGABLE_PURGE_ALL, &state); state 181 base/message_loop/message_pump_glib.cc RunState state; state 182 base/message_loop/message_pump_glib.cc state.delegate = delegate; state 183 base/message_loop/message_pump_glib.cc state.dispatcher = dispatcher; state 184 base/message_loop/message_pump_glib.cc state.should_quit = false; state 185 base/message_loop/message_pump_glib.cc state.run_depth = state_ ? state_->run_depth + 1 : 1; state 186 base/message_loop/message_pump_glib.cc state.has_work = false; state 189 base/message_loop/message_pump_glib.cc state_ = &state; state 60 base/process/process_metrics_linux.cc ParsingState state = KEY_NAME; state 63 base/process/process_metrics_linux.cc switch (state) { state 66 base/process/process_metrics_linux.cc state = KEY_VALUE; state 89 base/process/process_metrics_linux.cc state = KEY_NAME; state 234 base/process/process_metrics_linux.cc ParsingState state = KEY_NAME; state 237 base/process/process_metrics_linux.cc switch (state) { state 240 base/process/process_metrics_linux.cc state = KEY_VALUE; state 257 base/process/process_metrics_linux.cc state = KEY_NAME; state 189 base/strings/string_tokenizer.h AdvanceState state; state 196 base/strings/string_tokenizer.h if (AdvanceOne(&state, *token_begin_)) state 204 base/strings/string_tokenizer.h while (token_end_ != end_ && AdvanceOne(&state, *token_end_)) state 225 base/strings/string_tokenizer.h bool AdvanceOne(AdvanceState* state, char_type c) { state 226 base/strings/string_tokenizer.h if (state->in_quote) { state 227 base/strings/string_tokenizer.h if (state->in_escape) { state 228 base/strings/string_tokenizer.h state->in_escape = false; state 230 base/strings/string_tokenizer.h state->in_escape = true; state 231 base/strings/string_tokenizer.h } else if (c == state->quote_char) { state 232 base/strings/string_tokenizer.h state->in_quote = false; state 237 base/strings/string_tokenizer.h state->in_quote = IsQuote(state->quote_char = c); state 29 base/test/expectations/parser.cc StateFuncPtr state = &Parser::Start; state 30 base/test/expectations/parser.cc while (state) { state 31 base/test/expectations/parser.cc state = (this->*state)(); state 113 base/test/gtest_xml_util.cc } state = STATE_INIT; state 119 base/test/gtest_xml_util.cc switch (state) { state 122 base/test/gtest_xml_util.cc state = STATE_TESTSUITE; state 128 base/test/gtest_xml_util.cc state = STATE_END; state 130 base/test/gtest_xml_util.cc state = STATE_TESTCASE; state 136 base/test/gtest_xml_util.cc state = STATE_TESTSUITE; state 204 base/test/gtest_xml_util.cc state = STATE_FAILURE; state 213 base/test/gtest_xml_util.cc state = STATE_TESTCASE; state 224 base/test/gtest_xml_util.cc *crashed = (state != STATE_END); state 85 base/test/test_support_android.cc RunState state(delegate, g_state ? g_state->run_depth + 1 : 1); state 88 base/test/test_support_android.cc g_state = &state; state 187 base/third_party/symbolize/demangle.cc static void InitState(State *state, const char *mangled, state 189 base/third_party/symbolize/demangle.cc state->mangled_cur = mangled; state 190 base/third_party/symbolize/demangle.cc state->out_cur = out; state 191 base/third_party/symbolize/demangle.cc state->out_begin = out; state 192 base/third_party/symbolize/demangle.cc state->out_end = out + out_size; state 193 base/third_party/symbolize/demangle.cc state->prev_name = NULL; state 194 base/third_party/symbolize/demangle.cc state->prev_name_length = -1; state 195 base/third_party/symbolize/demangle.cc state->nest_level = -1; state 196 base/third_party/symbolize/demangle.cc state->append = true; state 197 base/third_party/symbolize/demangle.cc state->overflowed = false; state 203 base/third_party/symbolize/demangle.cc static bool ParseOneCharToken(State *state, const char one_char_token) { state 204 base/third_party/symbolize/demangle.cc if (state->mangled_cur[0] == one_char_token) { state 205 base/third_party/symbolize/demangle.cc ++state->mangled_cur; state 214 base/third_party/symbolize/demangle.cc static bool ParseTwoCharToken(State *state, const char *two_char_token) { state 215 base/third_party/symbolize/demangle.cc if (state->mangled_cur[0] == two_char_token[0] && state 216 base/third_party/symbolize/demangle.cc state->mangled_cur[1] == two_char_token[1]) { state 217 base/third_party/symbolize/demangle.cc state->mangled_cur += 2; state 225 base/third_party/symbolize/demangle.cc static bool ParseCharClass(State *state, const char *char_class) { state 228 base/third_party/symbolize/demangle.cc if (state->mangled_cur[0] == *p) { state 229 base/third_party/symbolize/demangle.cc ++state->mangled_cur; state 243 base/third_party/symbolize/demangle.cc static bool OneOrMore(ParseFunc parse_func, State *state) { state 244 base/third_party/symbolize/demangle.cc if (parse_func(state)) { state 245 base/third_party/symbolize/demangle.cc while (parse_func(state)) { state 256 base/third_party/symbolize/demangle.cc static bool ZeroOrMore(ParseFunc parse_func, State *state) { state 257 base/third_party/symbolize/demangle.cc while (parse_func(state)) { state 265 base/third_party/symbolize/demangle.cc static void Append(State *state, const char * const str, const int length) { state 268 base/third_party/symbolize/demangle.cc if (state->out_cur + 1 < state->out_end) { // +1 for '\0' state 269 base/third_party/symbolize/demangle.cc *state->out_cur = str[i]; state 270 base/third_party/symbolize/demangle.cc ++state->out_cur; state 272 base/third_party/symbolize/demangle.cc state->overflowed = true; state 276 base/third_party/symbolize/demangle.cc if (!state->overflowed) { state 277 base/third_party/symbolize/demangle.cc *state->out_cur = '\0'; // Terminate it with '\0' state 322 base/third_party/symbolize/demangle.cc static void MaybeAppendWithLength(State *state, const char * const str, state 324 base/third_party/symbolize/demangle.cc if (state->append && length > 0) { state 327 base/third_party/symbolize/demangle.cc if (str[0] == '<' && state->out_begin < state->out_cur && state 328 base/third_party/symbolize/demangle.cc state->out_cur[-1] == '<') { state 329 base/third_party/symbolize/demangle.cc Append(state, " ", 1); state 333 base/third_party/symbolize/demangle.cc state->prev_name = state->out_cur; state 334 base/third_party/symbolize/demangle.cc state->prev_name_length = length; state 336 base/third_party/symbolize/demangle.cc Append(state, str, length); state 341 base/third_party/symbolize/demangle.cc static bool MaybeAppend(State *state, const char * const str) { state 342 base/third_party/symbolize/demangle.cc if (state->append) { state 344 base/third_party/symbolize/demangle.cc MaybeAppendWithLength(state, str, length); state 350 base/third_party/symbolize/demangle.cc static bool EnterNestedName(State *state) { state 351 base/third_party/symbolize/demangle.cc state->nest_level = 0; state 356 base/third_party/symbolize/demangle.cc static bool LeaveNestedName(State *state, short prev_value) { state 357 base/third_party/symbolize/demangle.cc state->nest_level = prev_value; state 362 base/third_party/symbolize/demangle.cc static bool DisableAppend(State *state) { state 363 base/third_party/symbolize/demangle.cc state->append = false; state 368 base/third_party/symbolize/demangle.cc static bool RestoreAppend(State *state, bool prev_value) { state 369 base/third_party/symbolize/demangle.cc state->append = prev_value; state 374 base/third_party/symbolize/demangle.cc static void MaybeIncreaseNestLevel(State *state) { state 375 base/third_party/symbolize/demangle.cc if (state->nest_level > -1) { state 376 base/third_party/symbolize/demangle.cc ++state->nest_level; state 381 base/third_party/symbolize/demangle.cc static void MaybeAppendSeparator(State *state) { state 382 base/third_party/symbolize/demangle.cc if (state->nest_level >= 1) { state 383 base/third_party/symbolize/demangle.cc MaybeAppend(state, "::"); state 388 base/third_party/symbolize/demangle.cc static void MaybeCancelLastSeparator(State *state) { state 389 base/third_party/symbolize/demangle.cc if (state->nest_level >= 1 && state->append && state 390 base/third_party/symbolize/demangle.cc state->out_begin <= state->out_cur - 2) { state 391 base/third_party/symbolize/demangle.cc state->out_cur -= 2; state 392 base/third_party/symbolize/demangle.cc *state->out_cur = '\0'; state 398 base/third_party/symbolize/demangle.cc static bool IdentifierIsAnonymousNamespace(State *state, int length) { state 401 base/third_party/symbolize/demangle.cc StrPrefix(state->mangled_cur, anon_prefix)); 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 475 base/third_party/symbolize/demangle.cc return ParseTwoCharToken(state, "_Z") && ParseEncoding(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 483 base/third_party/symbolize/demangle.cc if (ParseName(state) && ParseBareFunctionType(state)) { state 486 base/third_party/symbolize/demangle.cc *state = copy; state 488 base/third_party/symbolize/demangle.cc if (ParseName(state) || ParseSpecialName(state)) { state 498 base/third_party/symbolize/demangle.cc static bool ParseName(State *state) { state 499 base/third_party/symbolize/demangle.cc if (ParseNestedName(state) || ParseLocalName(state)) { state 503 base/third_party/symbolize/demangle.cc State copy = *state; state 504 base/third_party/symbolize/demangle.cc if (ParseUnscopedTemplateName(state) && state 505 base/third_party/symbolize/demangle.cc ParseTemplateArgs(state)) { state 508 base/third_party/symbolize/demangle.cc *state = copy; state 511 base/third_party/symbolize/demangle.cc if (ParseUnscopedName(state)) { state 519 base/third_party/symbolize/demangle.cc static bool ParseUnscopedName(State *state) { state 520 base/third_party/symbolize/demangle.cc if (ParseUnqualifiedName(state)) { state 524 base/third_party/symbolize/demangle.cc State copy = *state; state 525 base/third_party/symbolize/demangle.cc if (ParseTwoCharToken(state, "St") && state 526 base/third_party/symbolize/demangle.cc MaybeAppend(state, "std::") && state 527 base/third_party/symbolize/demangle.cc ParseUnqualifiedName(state)) { state 530 base/third_party/symbolize/demangle.cc *state = copy; state 536 base/third_party/symbolize/demangle.cc static bool ParseUnscopedTemplateName(State *state) { state 537 base/third_party/symbolize/demangle.cc return ParseUnscopedName(state) || ParseSubstitution(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 544 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'N') && state 545 base/third_party/symbolize/demangle.cc EnterNestedName(state) && state 546 base/third_party/symbolize/demangle.cc Optional(ParseCVQualifiers(state)) && state 547 base/third_party/symbolize/demangle.cc ParsePrefix(state) && state 548 base/third_party/symbolize/demangle.cc LeaveNestedName(state, copy.nest_level) && state 549 base/third_party/symbolize/demangle.cc ParseOneCharToken(state, 'E')) { state 552 base/third_party/symbolize/demangle.cc *state = copy; state 567 base/third_party/symbolize/demangle.cc static bool ParsePrefix(State *state) { state 570 base/third_party/symbolize/demangle.cc MaybeAppendSeparator(state); state 571 base/third_party/symbolize/demangle.cc if (ParseTemplateParam(state) || state 572 base/third_party/symbolize/demangle.cc ParseSubstitution(state) || state 573 base/third_party/symbolize/demangle.cc ParseUnscopedName(state)) { state 575 base/third_party/symbolize/demangle.cc MaybeIncreaseNestLevel(state); state 578 base/third_party/symbolize/demangle.cc MaybeCancelLastSeparator(state); state 579 base/third_party/symbolize/demangle.cc if (has_something && ParseTemplateArgs(state)) { state 580 base/third_party/symbolize/demangle.cc return ParsePrefix(state); state 592 base/third_party/symbolize/demangle.cc static bool ParseUnqualifiedName(State *state) { state 593 base/third_party/symbolize/demangle.cc return (ParseOperatorName(state) || state 594 base/third_party/symbolize/demangle.cc ParseCtorDtorName(state) || state 595 base/third_party/symbolize/demangle.cc ParseSourceName(state) || state 596 base/third_party/symbolize/demangle.cc ParseLocalSourceName(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 603 base/third_party/symbolize/demangle.cc if (ParseNumber(state, &length) && ParseIdentifier(state, length)) { state 606 base/third_party/symbolize/demangle.cc *state = copy; 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 617 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'L') && ParseSourceName(state) && state 618 base/third_party/symbolize/demangle.cc Optional(ParseDiscriminator(state))) { state 621 base/third_party/symbolize/demangle.cc *state = copy; state 628 base/third_party/symbolize/demangle.cc static bool ParseNumber(State *state, int *number_out) { state 630 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'n')) { state 633 base/third_party/symbolize/demangle.cc const char *p = state->mangled_cur; state 642 base/third_party/symbolize/demangle.cc if (p != state->mangled_cur) { // Conversion succeeded. state 643 base/third_party/symbolize/demangle.cc state->mangled_cur = p; state 654 base/third_party/symbolize/demangle.cc static bool ParseFloatNumber(State *state) { state 655 base/third_party/symbolize/demangle.cc const char *p = state->mangled_cur; state 661 base/third_party/symbolize/demangle.cc if (p != state->mangled_cur) { // Conversion succeeded. state 662 base/third_party/symbolize/demangle.cc state->mangled_cur = p; state 670 base/third_party/symbolize/demangle.cc static bool ParseSeqId(State *state) { state 671 base/third_party/symbolize/demangle.cc const char *p = state->mangled_cur; state 677 base/third_party/symbolize/demangle.cc if (p != state->mangled_cur) { // Conversion succeeded. state 678 base/third_party/symbolize/demangle.cc state->mangled_cur = p; state 685 base/third_party/symbolize/demangle.cc static bool ParseIdentifier(State *state, int length) { state 687 base/third_party/symbolize/demangle.cc !AtLeastNumCharsRemaining(state->mangled_cur, length)) { state 690 base/third_party/symbolize/demangle.cc if (IdentifierIsAnonymousNamespace(state, length)) { state 691 base/third_party/symbolize/demangle.cc MaybeAppend(state, "(anonymous namespace)"); state 693 base/third_party/symbolize/demangle.cc MaybeAppendWithLength(state, state->mangled_cur, length); state 695 base/third_party/symbolize/demangle.cc state->mangled_cur += length; state 702 base/third_party/symbolize/demangle.cc static bool ParseOperatorName(State *state) { state 703 base/third_party/symbolize/demangle.cc if (!AtLeastNumCharsRemaining(state->mangled_cur, 2)) { state 707 base/third_party/symbolize/demangle.cc State copy = *state; state 708 base/third_party/symbolize/demangle.cc if (ParseTwoCharToken(state, "cv") && state 709 base/third_party/symbolize/demangle.cc MaybeAppend(state, "operator ") && state 710 base/third_party/symbolize/demangle.cc EnterNestedName(state) && state 711 base/third_party/symbolize/demangle.cc ParseType(state) && state 712 base/third_party/symbolize/demangle.cc LeaveNestedName(state, copy.nest_level)) { state 715 base/third_party/symbolize/demangle.cc *state = copy; state 718 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'v') && ParseCharClass(state, "0123456789") && state 719 base/third_party/symbolize/demangle.cc ParseSourceName(state)) { state 722 base/third_party/symbolize/demangle.cc *state = copy; state 726 base/third_party/symbolize/demangle.cc if (!(IsLower(state->mangled_cur[0]) && state 727 base/third_party/symbolize/demangle.cc IsAlpha(state->mangled_cur[1]))) { state 733 base/third_party/symbolize/demangle.cc if (state->mangled_cur[0] == p->abbrev[0] && state 734 base/third_party/symbolize/demangle.cc state->mangled_cur[1] == p->abbrev[1]) { state 735 base/third_party/symbolize/demangle.cc MaybeAppend(state, "operator"); state 737 base/third_party/symbolize/demangle.cc MaybeAppend(state, " "); state 739 base/third_party/symbolize/demangle.cc MaybeAppend(state, p->real_name); state 740 base/third_party/symbolize/demangle.cc state->mangled_cur += 2; 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 767 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'T') && state 768 base/third_party/symbolize/demangle.cc ParseCharClass(state, "VTIS") && state 769 base/third_party/symbolize/demangle.cc ParseType(state)) { state 772 base/third_party/symbolize/demangle.cc *state = copy; state 774 base/third_party/symbolize/demangle.cc if (ParseTwoCharToken(state, "Tc") && ParseCallOffset(state) && state 775 base/third_party/symbolize/demangle.cc ParseCallOffset(state) && ParseEncoding(state)) { state 778 base/third_party/symbolize/demangle.cc *state = copy; state 780 base/third_party/symbolize/demangle.cc if (ParseTwoCharToken(state, "GV") && state 781 base/third_party/symbolize/demangle.cc ParseName(state)) { state 784 base/third_party/symbolize/demangle.cc *state = copy; state 786 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'T') && ParseCallOffset(state) && state 787 base/third_party/symbolize/demangle.cc ParseEncoding(state)) { state 790 base/third_party/symbolize/demangle.cc *state = copy; state 793 base/third_party/symbolize/demangle.cc if (ParseTwoCharToken(state, "TC") && ParseType(state) && state 794 base/third_party/symbolize/demangle.cc ParseNumber(state, NULL) && ParseOneCharToken(state, '_') && state 795 base/third_party/symbolize/demangle.cc DisableAppend(state) && state 796 base/third_party/symbolize/demangle.cc ParseType(state)) { state 797 base/third_party/symbolize/demangle.cc RestoreAppend(state, copy.append); state 800 base/third_party/symbolize/demangle.cc *state = copy; state 802 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'T') && ParseCharClass(state, "FJ") && state 803 base/third_party/symbolize/demangle.cc ParseType(state)) { state 806 base/third_party/symbolize/demangle.cc *state = copy; state 808 base/third_party/symbolize/demangle.cc if (ParseTwoCharToken(state, "GR") && ParseName(state)) { state 811 base/third_party/symbolize/demangle.cc *state = copy; state 813 base/third_party/symbolize/demangle.cc if (ParseTwoCharToken(state, "GA") && ParseEncoding(state)) { state 816 base/third_party/symbolize/demangle.cc *state = copy; state 818 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'T') && ParseCharClass(state, "hv") && state 819 base/third_party/symbolize/demangle.cc ParseCallOffset(state) && ParseEncoding(state)) { state 822 base/third_party/symbolize/demangle.cc *state = copy; 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 830 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'h') && state 831 base/third_party/symbolize/demangle.cc ParseNVOffset(state) && ParseOneCharToken(state, '_')) { state 834 base/third_party/symbolize/demangle.cc *state = copy; state 836 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'v') && state 837 base/third_party/symbolize/demangle.cc ParseVOffset(state) && ParseOneCharToken(state, '_')) { state 840 base/third_party/symbolize/demangle.cc *state = copy; state 846 base/third_party/symbolize/demangle.cc static bool ParseNVOffset(State *state) { state 847 base/third_party/symbolize/demangle.cc return ParseNumber(state, NULL); 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 853 base/third_party/symbolize/demangle.cc if (ParseNumber(state, NULL) && ParseOneCharToken(state, '_') && state 854 base/third_party/symbolize/demangle.cc ParseNumber(state, NULL)) { state 857 base/third_party/symbolize/demangle.cc *state = copy; 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 865 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'C') && state 866 base/third_party/symbolize/demangle.cc ParseCharClass(state, "123")) { state 867 base/third_party/symbolize/demangle.cc const char * const prev_name = state->prev_name; state 868 base/third_party/symbolize/demangle.cc const int prev_name_length = state->prev_name_length; state 869 base/third_party/symbolize/demangle.cc MaybeAppendWithLength(state, prev_name, prev_name_length); state 872 base/third_party/symbolize/demangle.cc *state = copy; state 874 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'D') && state 875 base/third_party/symbolize/demangle.cc ParseCharClass(state, "012")) { state 876 base/third_party/symbolize/demangle.cc const char * const prev_name = state->prev_name; state 877 base/third_party/symbolize/demangle.cc const int prev_name_length = state->prev_name_length; state 878 base/third_party/symbolize/demangle.cc MaybeAppend(state, "~"); state 879 base/third_party/symbolize/demangle.cc MaybeAppendWithLength(state, prev_name, prev_name_length); state 882 base/third_party/symbolize/demangle.cc *state = copy; 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 909 base/third_party/symbolize/demangle.cc if (ParseCVQualifiers(state) && ParseType(state)) { state 912 base/third_party/symbolize/demangle.cc *state = copy; state 914 base/third_party/symbolize/demangle.cc if (ParseCharClass(state, "OPRCG") && ParseType(state)) { state 917 base/third_party/symbolize/demangle.cc *state = copy; state 919 base/third_party/symbolize/demangle.cc if (ParseTwoCharToken(state, "Dp") && ParseType(state)) { state 922 base/third_party/symbolize/demangle.cc *state = copy; state 924 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'D') && ParseCharClass(state, "tT") && state 925 base/third_party/symbolize/demangle.cc ParseExpression(state) && ParseOneCharToken(state, 'E')) { state 928 base/third_party/symbolize/demangle.cc *state = copy; state 930 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'U') && ParseSourceName(state) && state 931 base/third_party/symbolize/demangle.cc ParseType(state)) { state 934 base/third_party/symbolize/demangle.cc *state = copy; state 936 base/third_party/symbolize/demangle.cc if (ParseBuiltinType(state) || state 937 base/third_party/symbolize/demangle.cc ParseFunctionType(state) || state 938 base/third_party/symbolize/demangle.cc ParseClassEnumType(state) || state 939 base/third_party/symbolize/demangle.cc ParseArrayType(state) || state 940 base/third_party/symbolize/demangle.cc ParsePointerToMemberType(state) || state 941 base/third_party/symbolize/demangle.cc ParseSubstitution(state)) { state 945 base/third_party/symbolize/demangle.cc if (ParseTemplateTemplateParam(state) && state 946 base/third_party/symbolize/demangle.cc ParseTemplateArgs(state)) { state 949 base/third_party/symbolize/demangle.cc *state = copy; state 952 base/third_party/symbolize/demangle.cc if (ParseTemplateParam(state)) { state 962 base/third_party/symbolize/demangle.cc static bool ParseCVQualifiers(State *state) { state 964 base/third_party/symbolize/demangle.cc num_cv_qualifiers += ParseOneCharToken(state, 'r'); state 965 base/third_party/symbolize/demangle.cc num_cv_qualifiers += ParseOneCharToken(state, 'V'); state 966 base/third_party/symbolize/demangle.cc num_cv_qualifiers += ParseOneCharToken(state, 'K'); state 972 base/third_party/symbolize/demangle.cc static bool ParseBuiltinType(State *state) { state 975 base/third_party/symbolize/demangle.cc if (state->mangled_cur[0] == p->abbrev[0]) { state 976 base/third_party/symbolize/demangle.cc MaybeAppend(state, p->real_name); state 977 base/third_party/symbolize/demangle.cc ++state->mangled_cur; state 982 base/third_party/symbolize/demangle.cc State copy = *state; state 983 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'u') && ParseSourceName(state)) { state 986 base/third_party/symbolize/demangle.cc *state = copy; 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 993 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'F') && state 994 base/third_party/symbolize/demangle.cc Optional(ParseOneCharToken(state, 'Y')) && state 995 base/third_party/symbolize/demangle.cc ParseBareFunctionType(state) && ParseOneCharToken(state, 'E')) { state 998 base/third_party/symbolize/demangle.cc *state = copy; 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 1005 base/third_party/symbolize/demangle.cc DisableAppend(state); state 1006 base/third_party/symbolize/demangle.cc if (OneOrMore(ParseType, state)) { state 1007 base/third_party/symbolize/demangle.cc RestoreAppend(state, copy.append); state 1008 base/third_party/symbolize/demangle.cc MaybeAppend(state, "()"); state 1011 base/third_party/symbolize/demangle.cc *state = copy; state 1016 base/third_party/symbolize/demangle.cc static bool ParseClassEnumType(State *state) { state 1017 base/third_party/symbolize/demangle.cc return ParseName(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 1024 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'A') && ParseNumber(state, NULL) && state 1025 base/third_party/symbolize/demangle.cc ParseOneCharToken(state, '_') && ParseType(state)) { state 1028 base/third_party/symbolize/demangle.cc *state = copy; state 1030 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'A') && Optional(ParseExpression(state)) && state 1031 base/third_party/symbolize/demangle.cc ParseOneCharToken(state, '_') && ParseType(state)) { state 1034 base/third_party/symbolize/demangle.cc *state = copy; 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 1041 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'M') && ParseType(state) && state 1042 base/third_party/symbolize/demangle.cc ParseType(state)) { state 1045 base/third_party/symbolize/demangle.cc *state = copy; state 1051 base/third_party/symbolize/demangle.cc static bool ParseTemplateParam(State *state) { state 1052 base/third_party/symbolize/demangle.cc if (ParseTwoCharToken(state, "T_")) { state 1053 base/third_party/symbolize/demangle.cc MaybeAppend(state, "?"); // We don't support template substitutions. state 1057 base/third_party/symbolize/demangle.cc State copy = *state; state 1058 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'T') && ParseNumber(state, NULL) && state 1059 base/third_party/symbolize/demangle.cc ParseOneCharToken(state, '_')) { state 1060 base/third_party/symbolize/demangle.cc MaybeAppend(state, "?"); // We don't support template substitutions. state 1063 base/third_party/symbolize/demangle.cc *state = copy; state 1070 base/third_party/symbolize/demangle.cc static bool ParseTemplateTemplateParam(State *state) { state 1071 base/third_party/symbolize/demangle.cc return (ParseTemplateParam(state) || state 1072 base/third_party/symbolize/demangle.cc ParseSubstitution(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 1078 base/third_party/symbolize/demangle.cc DisableAppend(state); state 1079 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'I') && state 1080 base/third_party/symbolize/demangle.cc OneOrMore(ParseTemplateArg, state) && state 1081 base/third_party/symbolize/demangle.cc ParseOneCharToken(state, 'E')) { state 1082 base/third_party/symbolize/demangle.cc RestoreAppend(state, copy.append); state 1083 base/third_party/symbolize/demangle.cc MaybeAppend(state, "<>"); state 1086 base/third_party/symbolize/demangle.cc *state = copy; 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 1096 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'I') && state 1097 base/third_party/symbolize/demangle.cc ZeroOrMore(ParseTemplateArg, state) && state 1098 base/third_party/symbolize/demangle.cc ParseOneCharToken(state, 'E')) { state 1101 base/third_party/symbolize/demangle.cc *state = copy; state 1103 base/third_party/symbolize/demangle.cc if (ParseType(state) || state 1104 base/third_party/symbolize/demangle.cc ParseExprPrimary(state)) { state 1107 base/third_party/symbolize/demangle.cc *state = copy; state 1109 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'X') && ParseExpression(state) && state 1110 base/third_party/symbolize/demangle.cc ParseOneCharToken(state, 'E')) { state 1113 base/third_party/symbolize/demangle.cc *state = copy; state 1126 base/third_party/symbolize/demangle.cc static bool ParseExpression(State *state) { state 1127 base/third_party/symbolize/demangle.cc if (ParseTemplateParam(state) || ParseExprPrimary(state)) { state 1131 base/third_party/symbolize/demangle.cc State copy = *state; state 1132 base/third_party/symbolize/demangle.cc if (ParseOperatorName(state) && state 1133 base/third_party/symbolize/demangle.cc ParseExpression(state) && state 1134 base/third_party/symbolize/demangle.cc ParseExpression(state) && state 1135 base/third_party/symbolize/demangle.cc ParseExpression(state)) { state 1138 base/third_party/symbolize/demangle.cc *state = copy; state 1140 base/third_party/symbolize/demangle.cc if (ParseOperatorName(state) && state 1141 base/third_party/symbolize/demangle.cc ParseExpression(state) && state 1142 base/third_party/symbolize/demangle.cc ParseExpression(state)) { state 1145 base/third_party/symbolize/demangle.cc *state = copy; state 1147 base/third_party/symbolize/demangle.cc if (ParseOperatorName(state) && state 1148 base/third_party/symbolize/demangle.cc ParseExpression(state)) { state 1151 base/third_party/symbolize/demangle.cc *state = copy; state 1153 base/third_party/symbolize/demangle.cc if (ParseTwoCharToken(state, "st") && ParseType(state)) { state 1156 base/third_party/symbolize/demangle.cc *state = copy; state 1158 base/third_party/symbolize/demangle.cc if (ParseTwoCharToken(state, "sr") && ParseType(state) && state 1159 base/third_party/symbolize/demangle.cc ParseUnqualifiedName(state) && state 1160 base/third_party/symbolize/demangle.cc ParseTemplateArgs(state)) { state 1163 base/third_party/symbolize/demangle.cc *state = copy; state 1165 base/third_party/symbolize/demangle.cc if (ParseTwoCharToken(state, "sr") && ParseType(state) && state 1166 base/third_party/symbolize/demangle.cc ParseUnqualifiedName(state)) { state 1169 base/third_party/symbolize/demangle.cc *state = copy; 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 1180 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'L') && ParseType(state) && state 1181 base/third_party/symbolize/demangle.cc ParseNumber(state, NULL) && state 1182 base/third_party/symbolize/demangle.cc ParseOneCharToken(state, 'E')) { state 1185 base/third_party/symbolize/demangle.cc *state = copy; state 1187 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'L') && ParseType(state) && state 1188 base/third_party/symbolize/demangle.cc ParseFloatNumber(state) && state 1189 base/third_party/symbolize/demangle.cc ParseOneCharToken(state, 'E')) { state 1192 base/third_party/symbolize/demangle.cc *state = copy; state 1194 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'L') && ParseMangledName(state) && state 1195 base/third_party/symbolize/demangle.cc ParseOneCharToken(state, 'E')) { state 1198 base/third_party/symbolize/demangle.cc *state = copy; state 1200 base/third_party/symbolize/demangle.cc if (ParseTwoCharToken(state, "LZ") && ParseEncoding(state) && state 1201 base/third_party/symbolize/demangle.cc ParseOneCharToken(state, 'E')) { state 1204 base/third_party/symbolize/demangle.cc *state = copy; 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 1214 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'Z') && ParseEncoding(state) && state 1215 base/third_party/symbolize/demangle.cc ParseOneCharToken(state, 'E') && MaybeAppend(state, "::") && state 1216 base/third_party/symbolize/demangle.cc ParseName(state) && Optional(ParseDiscriminator(state))) { state 1219 base/third_party/symbolize/demangle.cc *state = copy; state 1221 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'Z') && ParseEncoding(state) && state 1222 base/third_party/symbolize/demangle.cc ParseTwoCharToken(state, "Es") && Optional(ParseDiscriminator(state))) { state 1225 base/third_party/symbolize/demangle.cc *state = copy; 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 1232 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, '_') && ParseNumber(state, NULL)) { state 1235 base/third_party/symbolize/demangle.cc *state = copy; state 1242 base/third_party/symbolize/demangle.cc static bool ParseSubstitution(State *state) { state 1243 base/third_party/symbolize/demangle.cc if (ParseTwoCharToken(state, "S_")) { state 1244 base/third_party/symbolize/demangle.cc MaybeAppend(state, "?"); // We don't support substitutions. state 1248 base/third_party/symbolize/demangle.cc State copy = *state; state 1249 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'S') && ParseSeqId(state) && state 1250 base/third_party/symbolize/demangle.cc ParseOneCharToken(state, '_')) { state 1251 base/third_party/symbolize/demangle.cc MaybeAppend(state, "?"); // We don't support substitutions. state 1254 base/third_party/symbolize/demangle.cc *state = copy; state 1257 base/third_party/symbolize/demangle.cc if (ParseOneCharToken(state, 'S')) { state 1260 base/third_party/symbolize/demangle.cc if (state->mangled_cur[0] == p->abbrev[1]) { state 1261 base/third_party/symbolize/demangle.cc MaybeAppend(state, "std"); state 1263 base/third_party/symbolize/demangle.cc MaybeAppend(state, "::"); state 1264 base/third_party/symbolize/demangle.cc MaybeAppend(state, p->real_name); state 1266 base/third_party/symbolize/demangle.cc ++state->mangled_cur; state 1271 base/third_party/symbolize/demangle.cc *state = copy; state 1277 base/third_party/symbolize/demangle.cc static bool ParseTopLevelMangledName(State *state) { state 1278 base/third_party/symbolize/demangle.cc if (ParseMangledName(state)) { state 1279 base/third_party/symbolize/demangle.cc if (state->mangled_cur[0] != '\0') { state 1281 base/third_party/symbolize/demangle.cc if (IsFunctionCloneSuffix(state->mangled_cur)) { state 1286 base/third_party/symbolize/demangle.cc if (state->mangled_cur[0] == '@') { state 1287 base/third_party/symbolize/demangle.cc MaybeAppend(state, state->mangled_cur); state 1299 base/third_party/symbolize/demangle.cc State state; state 1300 base/third_party/symbolize/demangle.cc InitState(&state, mangled, out, out_size); state 1301 base/third_party/symbolize/demangle.cc return ParseTopLevelMangledName(&state) && !state.overflowed; state 756 base/third_party/xdg_mime/xdgmimemagic.c XdgMimeMagicState state; state 759 base/third_party/xdg_mime/xdgmimemagic.c state = XDG_MIME_MAGIC_SECTION; state 761 base/third_party/xdg_mime/xdgmimemagic.c while (state != XDG_MIME_MAGIC_EOF) state 763 base/third_party/xdg_mime/xdgmimemagic.c switch (state) state 767 base/third_party/xdg_mime/xdgmimemagic.c state = _xdg_mime_magic_parse_header (magic_file, match); state 768 base/third_party/xdg_mime/xdgmimemagic.c if (state == XDG_MIME_MAGIC_EOF || state == XDG_MIME_MAGIC_ERROR) state 772 base/third_party/xdg_mime/xdgmimemagic.c state = _xdg_mime_magic_parse_magic_line (magic_file, match); state 773 base/third_party/xdg_mime/xdgmimemagic.c if (state == XDG_MIME_MAGIC_SECTION || state 774 base/third_party/xdg_mime/xdgmimemagic.c (state == XDG_MIME_MAGIC_EOF && match->mime_type)) state 779 base/third_party/xdg_mime/xdgmimemagic.c else if (state == XDG_MIME_MAGIC_EOF || state == XDG_MIME_MAGIC_ERROR) state 783 base/third_party/xdg_mime/xdgmimemagic.c state = _xdg_mime_magic_parse_error (magic_file); state 42 base/win/metro.cc static ImmersiveState state = kImmersiveUnknown; state 44 base/win/metro.cc if (state == kImmersiveUnknown) { state 46 base/win/metro.cc state = kImmersiveTrue; state 48 base/win/metro.cc state = kImmersiveFalse; state 51 base/win/metro.cc DCHECK_NE(kImmersiveUnknown, state); state 52 base/win/metro.cc return state == kImmersiveTrue; state 353 base/win/win_util.cc void SetDomainStateForTesting(bool state) { state 354 base/win/win_util.cc g_domain_state = state ? ENROLLED : NOT_ENROLLED; state 134 base/win/win_util.h BASE_EXPORT void SetDomainStateForTesting(bool state); state 243 cc/layers/layer_impl.cc scoped_ptr<SharedQuadState> state = SharedQuadState::Create(); state 244 cc/layers/layer_impl.cc state->SetAll(draw_properties_.target_space_transform, state 251 cc/layers/layer_impl.cc return state.Pass(); state 1412 cc/layers/layer_impl.cc void LayerImpl::AsValueInto(base::DictionaryValue* state) const { state 1415 cc/layers/layer_impl.cc state, state 1419 cc/layers/layer_impl.cc state->SetInteger("layer_id", id()); state 1420 cc/layers/layer_impl.cc state->Set("bounds", MathUtil::AsValue(bounds_).release()); state 1421 cc/layers/layer_impl.cc state->Set("position", MathUtil::AsValue(position_).release()); state 1422 cc/layers/layer_impl.cc state->SetInteger("draws_content", DrawsContent()); state 1423 cc/layers/layer_impl.cc state->SetInteger("gpu_memory_usage", GPUMemoryUsageInBytes()); state 1424 cc/layers/layer_impl.cc state->Set("scroll_offset", MathUtil::AsValue(scroll_offset_).release()); state 1431 cc/layers/layer_impl.cc state->Set("layer_quad", MathUtil::AsValue(layer_quad).release()); state 1434 cc/layers/layer_impl.cc state->Set("touch_event_handler_region", state 1440 cc/layers/layer_impl.cc state->Set("wheel_event_handler_region", state 1446 cc/layers/layer_impl.cc state->Set("scroll_event_handler_region", state 1450 cc/layers/layer_impl.cc state->Set("non_fast_scrollable_region", state 1457 cc/layers/layer_impl.cc state->Set("children", children_list.release()); state 1459 cc/layers/layer_impl.cc state->Set("mask_layer", mask_layer_->AsValue().release()); state 1461 cc/layers/layer_impl.cc state->Set("replica_layer", replica_layer_->AsValue().release()); state 1464 cc/layers/layer_impl.cc state->SetInteger("scroll_parent", scroll_parent_->id()); state 1467 cc/layers/layer_impl.cc state->SetInteger("clip_parent", clip_parent_->id()); state 1469 cc/layers/layer_impl.cc state->SetBoolean("can_use_lcd_text", can_use_lcd_text()); state 1470 cc/layers/layer_impl.cc state->SetBoolean("contents_opaque", contents_opaque()); state 1472 cc/layers/layer_impl.cc state->SetBoolean( state 1478 cc/layers/layer_impl.cc state->Set("animation_bounds", MathUtil::AsValue(box).release()); state 1491 cc/layers/layer_impl.cc state->MergeDictionary(dictionary_value); state 1501 cc/layers/layer_impl.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); state 1502 cc/layers/layer_impl.cc AsValueInto(state.get()); state 1503 cc/layers/layer_impl.cc return state.PassAs<base::Value>(); state 1232 cc/layers/picture_layer_impl.cc void PictureLayerImpl::AsValueInto(base::DictionaryValue* state) const { state 1234 cc/layers/picture_layer_impl.cc LayerImpl::AsValueInto(state); state 1235 cc/layers/picture_layer_impl.cc state->SetDouble("ideal_contents_scale", ideal_contents_scale_); state 1236 cc/layers/picture_layer_impl.cc state->SetDouble("geometry_contents_scale", contents_scale_x()); state 1237 cc/layers/picture_layer_impl.cc state->Set("tilings", tilings_->AsValue().release()); state 1238 cc/layers/picture_layer_impl.cc state->Set("pictures", pile_->AsValue().release()); state 1239 cc/layers/picture_layer_impl.cc state->Set("invalidation", invalidation_.AsValue().release()); state 1256 cc/layers/picture_layer_impl.cc state->Set("coverage_tiles", coverage_tiles.release()); state 1257 cc/layers/picture_layer_impl.cc state->SetBoolean("is_using_lcd_text", is_using_lcd_text_); state 1258 cc/layers/picture_layer_impl.cc state->SetBoolean("using_gpu_rasterization", ShouldUseGpuRasterization()); state 102 cc/layers/tiled_layer_impl.cc void TiledLayerImpl::AsValueInto(base::DictionaryValue* state) const { state 103 cc/layers/tiled_layer_impl.cc LayerImpl::AsValueInto(state); state 104 cc/layers/tiled_layer_impl.cc state->Set("invalidation", MathUtil::AsValue(update_rect()).release()); state 60 cc/layers/tiled_layer_impl.h virtual void AsValueInto(base::DictionaryValue* state) const OVERRIDE; state 42 cc/quads/draw_quad_unittest.cc scoped_ptr<SharedQuadState> state(SharedQuadState::Create()); state 43 cc/quads/draw_quad_unittest.cc state->SetAll(quad_transform, state 51 cc/quads/draw_quad_unittest.cc scoped_ptr<SharedQuadState> copy(state->Copy()); state 69 cc/quads/draw_quad_unittest.cc scoped_ptr<SharedQuadState> state(SharedQuadState::Create()); state 70 cc/quads/draw_quad_unittest.cc state->SetAll(quad_transform, state 77 cc/quads/draw_quad_unittest.cc return state.Pass(); state 162 cc/resources/image_raster_worker_pool.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue); state 164 cc/resources/image_raster_worker_pool.cc state->SetBoolean("tasks_required_for_activation_pending", state 166 cc/resources/image_raster_worker_pool.cc return state.PassAs<base::Value>(); state 92 cc/resources/managed_tile_state.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); state 93 cc/resources/managed_tile_state.cc state->SetBoolean("has_resource", has_resource); state 94 cc/resources/managed_tile_state.cc state->SetBoolean("is_using_gpu_memory", is_using_gpu_memory); state 95 cc/resources/managed_tile_state.cc state->Set("bin", ManagedTileBinAsValue(bin).release()); state 96 cc/resources/managed_tile_state.cc state->Set("resolution", TileResolutionAsValue(resolution).release()); state 97 cc/resources/managed_tile_state.cc state->Set("priority_bin", TilePriorityBinAsValue(priority_bin).release()); state 98 cc/resources/managed_tile_state.cc state->Set("distance_to_visible", state 100 cc/resources/managed_tile_state.cc state->SetBoolean("required_for_activation", required_for_activation); state 101 cc/resources/managed_tile_state.cc state->SetBoolean( state 104 cc/resources/managed_tile_state.cc state->SetBoolean( state 108 cc/resources/managed_tile_state.cc state->SetInteger("scheduled_priority", scheduled_priority); state 109 cc/resources/managed_tile_state.cc return state.PassAs<base::Value>(); state 589 cc/resources/picture_layer_tiling.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); state 590 cc/resources/picture_layer_tiling.cc state->SetInteger("num_tiles", tiles_.size()); state 591 cc/resources/picture_layer_tiling.cc state->SetDouble("content_scale", contents_scale_); state 592 cc/resources/picture_layer_tiling.cc state->Set("content_bounds", state 594 cc/resources/picture_layer_tiling.cc return state.PassAs<base::Value>(); state 331 cc/resources/picture_layer_tiling_set.cc scoped_ptr<base::ListValue> state(new base::ListValue()); state 333 cc/resources/picture_layer_tiling_set.cc state->Append(tilings_[i]->AsValue().release()); state 334 cc/resources/picture_layer_tiling_set.cc return state.PassAs<base::Value>(); state 81 cc/resources/pixel_buffer_raster_worker_pool.cc RasterTaskState& state = *it; state 84 cc/resources/pixel_buffer_raster_worker_pool.cc if (state.type == RasterTaskState::UNSCHEDULED) { state 85 cc/resources/pixel_buffer_raster_worker_pool.cc completed_raster_tasks_.push_back(state.task); state 86 cc/resources/pixel_buffer_raster_worker_pool.cc state.type = RasterTaskState::COMPLETED; state 133 cc/resources/pixel_buffer_raster_worker_pool.cc RasterTaskState& state = *state_it; state 135 cc/resources/pixel_buffer_raster_worker_pool.cc state.required_for_activation = item.required_for_activation; state 139 cc/resources/pixel_buffer_raster_worker_pool.cc if (state.type != RasterTaskState::COMPLETED) { state 169 cc/resources/pixel_buffer_raster_worker_pool.cc RasterTaskState& state = *state_it; state 172 cc/resources/pixel_buffer_raster_worker_pool.cc if (state.type == RasterTaskState::UNSCHEDULED) { state 178 cc/resources/pixel_buffer_raster_worker_pool.cc state.type = RasterTaskState::COMPLETED; state 182 cc/resources/pixel_buffer_raster_worker_pool.cc state.required_for_activation = false; state 393 cc/resources/pixel_buffer_raster_worker_pool.cc RasterTaskState& state = *state_it; state 395 cc/resources/pixel_buffer_raster_worker_pool.cc bytes_pending_upload_ -= state.resource->bytes(); state 405 cc/resources/pixel_buffer_raster_worker_pool.cc state.type = RasterTaskState::COMPLETED; state 406 cc/resources/pixel_buffer_raster_worker_pool.cc DCHECK_LE(static_cast<size_t>(state.required_for_activation), state 409 cc/resources/pixel_buffer_raster_worker_pool.cc state.required_for_activation; state 540 cc/resources/pixel_buffer_raster_worker_pool.cc RasterTaskState& state = *state_it; state 543 cc/resources/pixel_buffer_raster_worker_pool.cc if (state.type == RasterTaskState::COMPLETED) { state 561 cc/resources/pixel_buffer_raster_worker_pool.cc if (state.type == RasterTaskState::UPLOADING) { state 579 cc/resources/pixel_buffer_raster_worker_pool.cc DCHECK(state.type == RasterTaskState::UNSCHEDULED || state 580 cc/resources/pixel_buffer_raster_worker_pool.cc state.type == RasterTaskState::SCHEDULED); state 581 cc/resources/pixel_buffer_raster_worker_pool.cc state.type = RasterTaskState::SCHEDULED; state 698 cc/resources/pixel_buffer_raster_worker_pool.cc RasterTaskState& state = *state_it; state 699 cc/resources/pixel_buffer_raster_worker_pool.cc DCHECK_EQ(RasterTaskState::SCHEDULED, state.type); state 700 cc/resources/pixel_buffer_raster_worker_pool.cc DCHECK(state.resource); state 704 cc/resources/pixel_buffer_raster_worker_pool.cc resource_provider()->UnmapPixelRasterBuffer(state.resource->id()); state 723 cc/resources/pixel_buffer_raster_worker_pool.cc state.type = RasterTaskState::UNSCHEDULED; state 724 cc/resources/pixel_buffer_raster_worker_pool.cc state.resource = NULL; state 733 cc/resources/pixel_buffer_raster_worker_pool.cc state.type = RasterTaskState::COMPLETED; state 734 cc/resources/pixel_buffer_raster_worker_pool.cc DCHECK_LE(static_cast<size_t>(state.required_for_activation), state 737 cc/resources/pixel_buffer_raster_worker_pool.cc state.required_for_activation; state 743 cc/resources/pixel_buffer_raster_worker_pool.cc resource_provider()->BeginSetPixels(state.resource->id()); state 746 cc/resources/pixel_buffer_raster_worker_pool.cc bytes_pending_upload_ += state.resource->bytes(); state 748 cc/resources/pixel_buffer_raster_worker_pool.cc state.type = RasterTaskState::UPLOADING; state 754 cc/resources/pixel_buffer_raster_worker_pool.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue); state 756 cc/resources/pixel_buffer_raster_worker_pool.cc state->SetInteger("completed_count", completed_raster_tasks_.size()); state 757 cc/resources/pixel_buffer_raster_worker_pool.cc state->SetInteger("pending_count", raster_task_states_.size()); state 758 cc/resources/pixel_buffer_raster_worker_pool.cc state->SetInteger("pending_upload_count", state 760 cc/resources/pixel_buffer_raster_worker_pool.cc state->SetInteger("pending_required_for_activation_count", state 762 cc/resources/pixel_buffer_raster_worker_pool.cc state->Set("throttle_state", ThrottleStateAsValue().release()); state 763 cc/resources/pixel_buffer_raster_worker_pool.cc return state.PassAs<base::Value>(); state 50 cc/resources/pixel_buffer_raster_worker_pool.h bool operator()(const RasterTaskState& state) const { state 51 cc/resources/pixel_buffer_raster_worker_pool.h return state.task == task_; state 394 cc/resources/tile_manager.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); state 395 cc/resources/tile_manager.cc state->SetInteger("completed_count", stats.completed_count); state 396 cc/resources/tile_manager.cc state->SetInteger("canceled_count", stats.canceled_count); state 397 cc/resources/tile_manager.cc return state.PassAs<base::Value>(); state 740 cc/resources/tile_manager.cc void TileManager::ManageTiles(const GlobalStateThatImpactsTilePriority& state) { state 744 cc/resources/tile_manager.cc if (state != global_state_) { state 745 cc/resources/tile_manager.cc global_state_ = state; state 815 cc/resources/tile_manager.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); state 816 cc/resources/tile_manager.cc state->SetInteger("tile_count", tiles_.size()); state 817 cc/resources/tile_manager.cc state->Set("global_state", global_state_.AsValue().release()); state 818 cc/resources/tile_manager.cc state->Set("memory_requirements", GetMemoryRequirementsAsValue().release()); state 819 cc/resources/tile_manager.cc return state.PassAs<base::Value>(); state 823 cc/resources/tile_manager.cc scoped_ptr<base::ListValue> state(new base::ListValue()); state 825 cc/resources/tile_manager.cc state->Append(it->second->AsValue().release()); state 827 cc/resources/tile_manager.cc return state.PassAs<base::Value>(); state 122 cc/resources/tile_manager.h void ManageTiles(const GlobalStateThatImpactsTilePriority& state); state 168 cc/resources/tile_manager.h const GlobalStateThatImpactsTilePriority& state) { state 171 cc/resources/tile_manager.h if (state != global_state_) { state 172 cc/resources/tile_manager.h global_state_ = state; state 60 cc/resources/tile_manager_perftest.cc GlobalStateThatImpactsTilePriority state; state 62 cc/resources/tile_manager_perftest.cc state.soft_memory_limit_in_bytes = state 65 cc/resources/tile_manager_perftest.cc state.hard_memory_limit_in_bytes = state.soft_memory_limit_in_bytes; state 66 cc/resources/tile_manager_perftest.cc state.num_resources_limit = 10000; state 67 cc/resources/tile_manager_perftest.cc state.memory_limit_policy = ALLOW_ANYTHING; state 68 cc/resources/tile_manager_perftest.cc state.tree_priority = SMOOTHNESS_TAKES_PRIORITY; state 69 cc/resources/tile_manager_perftest.cc return state; state 214 cc/resources/tile_manager_perftest.cc GlobalStateThatImpactsTilePriority state; state 217 cc/resources/tile_manager_perftest.cc state.soft_memory_limit_in_bytes = 100 * 1000 * 1000; state 218 cc/resources/tile_manager_perftest.cc state.num_resources_limit = max_tiles_; state 219 cc/resources/tile_manager_perftest.cc state.hard_memory_limit_in_bytes = state.soft_memory_limit_in_bytes * 2; state 220 cc/resources/tile_manager_perftest.cc state.unused_memory_limit_in_bytes = state.soft_memory_limit_in_bytes; state 221 cc/resources/tile_manager_perftest.cc state.memory_limit_policy = memory_limit_policy_; state 222 cc/resources/tile_manager_perftest.cc state.tree_priority = tree_priority; state 224 cc/resources/tile_manager_perftest.cc global_state_ = state; state 225 cc/resources/tile_manager_perftest.cc host_impl_.tile_manager()->SetGlobalStateForTesting(state); state 54 cc/resources/tile_manager_unittest.cc GlobalStateThatImpactsTilePriority state; state 58 cc/resources/tile_manager_unittest.cc state.soft_memory_limit_in_bytes = state 60 cc/resources/tile_manager_unittest.cc state.num_resources_limit = 100; state 62 cc/resources/tile_manager_unittest.cc state.soft_memory_limit_in_bytes = 100 * 1000 * 1000; state 63 cc/resources/tile_manager_unittest.cc state.num_resources_limit = max_tiles_; state 65 cc/resources/tile_manager_unittest.cc state.hard_memory_limit_in_bytes = state.soft_memory_limit_in_bytes * 2; state 66 cc/resources/tile_manager_unittest.cc state.unused_memory_limit_in_bytes = state.soft_memory_limit_in_bytes; state 67 cc/resources/tile_manager_unittest.cc state.memory_limit_policy = memory_limit_policy_; state 68 cc/resources/tile_manager_unittest.cc state.tree_priority = tree_priority; state 70 cc/resources/tile_manager_unittest.cc global_state_ = state; state 71 cc/resources/tile_manager_unittest.cc tile_manager_->SetGlobalStateForTesting(state); state 651 cc/resources/tile_manager_unittest.cc GlobalStateThatImpactsTilePriority state; state 654 cc/resources/tile_manager_unittest.cc state.soft_memory_limit_in_bytes = 100 * 1000 * 1000; state 655 cc/resources/tile_manager_unittest.cc state.num_resources_limit = max_tiles_; state 656 cc/resources/tile_manager_unittest.cc state.hard_memory_limit_in_bytes = state.soft_memory_limit_in_bytes * 2; state 657 cc/resources/tile_manager_unittest.cc state.unused_memory_limit_in_bytes = state.soft_memory_limit_in_bytes; state 658 cc/resources/tile_manager_unittest.cc state.memory_limit_policy = memory_limit_policy_; state 659 cc/resources/tile_manager_unittest.cc state.tree_priority = tree_priority; state 661 cc/resources/tile_manager_unittest.cc global_state_ = state; state 662 cc/resources/tile_manager_unittest.cc host_impl_.tile_manager()->SetGlobalStateForTesting(state); state 57 cc/resources/tile_priority.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); state 58 cc/resources/tile_priority.cc state->Set("resolution", TileResolutionAsValue(resolution).release()); state 59 cc/resources/tile_priority.cc state->Set("priority_bin", TilePriorityBinAsValue(priority_bin).release()); state 60 cc/resources/tile_priority.cc state->Set("distance_to_visible", state 62 cc/resources/tile_priority.cc return state.PassAs<base::Value>(); state 104 cc/resources/tile_priority.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); state 105 cc/resources/tile_priority.cc state->Set("memory_limit_policy", state 107 cc/resources/tile_priority.cc state->SetInteger("soft_memory_limit_in_bytes", soft_memory_limit_in_bytes); state 108 cc/resources/tile_priority.cc state->SetInteger("hard_memory_limit_in_bytes", hard_memory_limit_in_bytes); state 109 cc/resources/tile_priority.cc state->SetInteger("unused_memory_limit_in_bytes", state 111 cc/resources/tile_priority.cc state->SetInteger("num_resources_limit", num_resources_limit); state 112 cc/resources/tile_priority.cc state->Set("tree_priority", TreePriorityAsValue(tree_priority).release()); state 113 cc/resources/tile_priority.cc return state.PassAs<base::Value>(); state 427 cc/scheduler/scheduler.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue); state 428 cc/scheduler/scheduler.cc state->Set("state_machine", state_machine_.AsValue().release()); state 442 cc/scheduler/scheduler.cc state->Set("scheduler_state", scheduler_state.release()); state 453 cc/scheduler/scheduler.cc state->Set("client_state", client_state.release()); state 454 cc/scheduler/scheduler.cc return state.PassAs<base::Value>(); state 52 cc/scheduler/scheduler_state_machine.cc OutputSurfaceState state) { state 53 cc/scheduler/scheduler_state_machine.cc switch (state) { state 70 cc/scheduler/scheduler_state_machine.cc BeginImplFrameState state) { state 71 cc/scheduler/scheduler_state_machine.cc switch (state) { state 85 cc/scheduler/scheduler_state_machine.cc const char* SchedulerStateMachine::CommitStateToString(CommitState state) { state 86 cc/scheduler/scheduler_state_machine.cc switch (state) { state 104 cc/scheduler/scheduler_state_machine.cc const char* SchedulerStateMachine::TextureStateToString(TextureState state) { state 105 cc/scheduler/scheduler_state_machine.cc switch (state) { state 118 cc/scheduler/scheduler_state_machine.cc SynchronousReadbackState state) { state 119 cc/scheduler/scheduler_state_machine.cc switch (state) { state 140 cc/scheduler/scheduler_state_machine.cc ForcedRedrawOnTimeoutState state) { state 141 cc/scheduler/scheduler_state_machine.cc switch (state) { state 187 cc/scheduler/scheduler_state_machine.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue); state 203 cc/scheduler/scheduler_state_machine.cc state->Set("major_state", major_state.release()); state 234 cc/scheduler/scheduler_state_machine.cc state->Set("major_timestamps_in_ms", timestamps_state.release()); state 279 cc/scheduler/scheduler_state_machine.cc state->Set("minor_state", minor_state.release()); state 281 cc/scheduler/scheduler_state_machine.cc return state.PassAs<base::Value>(); state 47 cc/scheduler/scheduler_state_machine.h static const char* OutputSurfaceStateToString(OutputSurfaceState state); state 59 cc/scheduler/scheduler_state_machine.h static const char* BeginImplFrameStateToString(BeginImplFrameState state); state 69 cc/scheduler/scheduler_state_machine.h static const char* CommitStateToString(CommitState state); state 76 cc/scheduler/scheduler_state_machine.h static const char* TextureStateToString(TextureState state); state 88 cc/scheduler/scheduler_state_machine.h SynchronousReadbackState state); state 97 cc/scheduler/scheduler_state_machine.h ForcedRedrawOnTimeoutState state); state 11 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(action, state.NextAction()) << *state.AsValue(); \ state 15 cc/scheduler/scheduler_state_machine_unittest.cc state.begin_impl_frame_state()) \ state 16 cc/scheduler/scheduler_state_machine_unittest.cc << *state.AsValue(); \ state 18 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(action); \ state 20 cc/scheduler/scheduler_state_machine_unittest.cc if (state.begin_impl_frame_state() == \ state 22 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadlinePending(); \ state 23 cc/scheduler/scheduler_state_machine_unittest.cc if (state.begin_impl_frame_state() == \ state 25 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameIdle(); \ state 121 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 122 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 125 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 126 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState(SchedulerStateMachine::COMMIT_STATE_IDLE); state 127 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(false); state 128 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 130 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.BeginImplFrameNeeded()); state 133 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.BeginImplFrameNeeded()); state 134 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 137 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 142 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 143 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState(SchedulerStateMachine::COMMIT_STATE_IDLE); state 144 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(false); state 145 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 146 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 148 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.BeginImplFrameNeeded()); state 151 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.BeginImplFrameNeeded()); state 152 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 154 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 159 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 160 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState(SchedulerStateMachine::COMMIT_STATE_IDLE); state 161 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 162 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 163 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 164 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(false); state 165 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 166 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 168 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.BeginImplFrameNeeded()); state 170 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 177 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 178 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 179 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 180 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 181 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 182 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(SchedulerStateMachine::ACTION_SEND_BEGIN_MAIN_FRAME); state 184 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 185 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.NeedsCommit()); state 194 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(scheduler_settings); state 195 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState(SchedulerStateMachine::COMMIT_STATE_IDLE); state 196 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 197 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 198 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 199 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(false); state 200 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 201 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 202 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 204 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.BeginImplFrameNeeded()); state 207 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 211 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 212 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 215 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(state.CommitState(), state 218 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 220 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(state.CommitState(), state 225 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 226 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 231 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToActivate(); state 235 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(state.CommitState(), state 238 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.ShouldTriggerBeginImplFrameDeadlineEarly()); state 239 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 242 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(state.CommitState(), SchedulerStateMachine::COMMIT_STATE_IDLE); state 246 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(state.CommitState(), state 249 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 250 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 253 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(state.CommitState(), state 262 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(scheduler_settings); state 263 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState(SchedulerStateMachine::COMMIT_STATE_IDLE); state 264 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 265 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 266 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 267 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(false); state 268 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 269 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 270 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 272 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.BeginImplFrameNeeded()); state 275 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 280 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 281 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 284 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(state.CommitState(), SchedulerStateMachine::COMMIT_STATE_IDLE); state 286 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 290 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 291 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 298 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 299 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 304 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToActivate(); state 309 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.ShouldTriggerBeginImplFrameDeadlineEarly()); state 310 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 315 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(state.CommitState(), SchedulerStateMachine::COMMIT_STATE_IDLE); state 321 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 322 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 323 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 324 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 325 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 326 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 327 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 328 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.RedrawPending()); state 329 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.BeginImplFrameNeeded()); state 330 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 332 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 339 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.RedrawPending()); state 340 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.CommitPending()); state 343 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted( state 345 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 348 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.RedrawPending()); state 349 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.CommitPending()); state 354 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 355 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 356 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 357 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 358 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 359 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 360 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 361 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.RedrawPending()); state 362 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.BeginImplFrameNeeded()); state 364 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 366 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 370 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.RedrawPending()); state 371 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.CommitPending()); state 374 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted( state 376 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 379 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.RedrawPending()); state 380 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.CommitPending()); state 386 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 387 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 388 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 389 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 391 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 392 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 393 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 394 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.RedrawPending()); state 395 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.BeginImplFrameNeeded()); state 396 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 398 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 404 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.RedrawPending()); state 405 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.CommitPending()); state 409 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 413 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted( state 415 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 418 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.RedrawPending()); state 427 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(scheduler_settings); state 428 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 429 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 430 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 431 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 432 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 435 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 437 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 441 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.CommitPending()); state 444 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 445 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 450 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted( state 453 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.BeginImplFrameNeeded()); state 454 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.RedrawPending()); state 456 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.CommitPending()); state 460 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 461 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 464 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.RedrawPending()); state 467 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 473 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 498 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(scheduler_settings); state 499 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 500 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 501 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 502 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 503 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 506 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 508 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 512 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.CommitPending()); state 515 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 516 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 523 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted( state 527 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.BeginImplFrameNeeded()); state 528 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.RedrawPending()); state 530 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.CommitPending()); state 531 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.ForcedRedrawState() == state 534 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 535 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 538 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.RedrawPending()); state 539 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.CommitPending()); state 542 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.ForcedRedrawState() == state 548 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted( state 551 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.RedrawPending()); state 552 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.ForcedRedrawState() == state 558 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 559 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 560 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 561 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 562 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 563 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 566 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 567 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.BeginImplFrameNeeded()); state 568 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 570 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 571 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.RedrawPending()); state 576 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted( state 581 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.RedrawPending()); state 584 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.BeginImplFrameNeeded()); state 585 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 590 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 598 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 599 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 600 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 601 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 602 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 603 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 604 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 607 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.BeginImplFrameNeeded()); state 608 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 611 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 614 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted(DrawSwapReadbackResult::DRAW_SUCCESS); state 619 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 623 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.BeginImplFrameNeeded()); state 624 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 628 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 631 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted(DrawSwapReadbackResult::DRAW_SUCCESS); state 635 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.BeginImplFrameNeeded()); state 650 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 651 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 652 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 653 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 654 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState(all_commit_states[i]); state 655 cc/scheduler/scheduler_state_machine_unittest.cc state.SetBeginImplFrameState(all_begin_impl_frame_states[j]); state 659 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(visible); state 663 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 666 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 668 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()) state 669 cc/scheduler/scheduler_state_machine_unittest.cc << *state.AsValue(); state 681 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 682 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 683 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 684 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 685 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 686 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState(all_commit_states[i]); state 687 cc/scheduler/scheduler_state_machine_unittest.cc state.SetBeginImplFrameState( state 690 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsForcedRedrawForReadback(); state 692 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 693 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 708 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_NE(state.BeginImplFrameNeeded(), request_readback) state 709 cc/scheduler/scheduler_state_machine_unittest.cc << *state.AsValue(); state 710 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(state.NextAction(), expected_action) << *state.AsValue(); state 713 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 714 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_NE(state.BeginImplFrameNeeded(), request_readback) state 715 cc/scheduler/scheduler_state_machine_unittest.cc << *state.AsValue(); state 716 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(state.NextAction(), expected_action) << *state.AsValue(); state 729 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 730 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 731 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 732 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 733 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState(all_commit_states[i]); state 734 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(false); state 735 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 737 cc/scheduler/scheduler_state_machine_unittest.cc state.SetBeginImplFrameState( state 743 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 746 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 748 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()) state 749 cc/scheduler/scheduler_state_machine_unittest.cc << *state.AsValue(); state 762 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 763 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 764 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 765 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 766 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState(all_commit_states[i]); state 767 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(false); state 768 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 770 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 772 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(false); state 774 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 782 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 783 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 784 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 785 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 787 cc/scheduler/scheduler_state_machine_unittest.cc state.SetActiveTreeNeedsFirstDraw(true); state 788 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 789 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 790 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 791 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(false); state 792 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 797 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 798 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 800 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 809 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(scheduler_settings); state 810 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 811 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 812 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 813 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 814 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 815 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 817 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.BeginImplFrameNeeded()); state 820 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 824 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 827 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 828 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.NeedsCommit()); state 831 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 832 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 834 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 838 cc/scheduler/scheduler_state_machine_unittest.cc state.begin_impl_frame_state()); state 839 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_COMMIT, state.NextAction()); state 841 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadlinePending(); state 843 cc/scheduler/scheduler_state_machine_unittest.cc state.begin_impl_frame_state()); state 844 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_COMMIT, state.NextAction()); state 846 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 848 cc/scheduler/scheduler_state_machine_unittest.cc state.begin_impl_frame_state()); state 849 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_COMMIT, state.NextAction()); state 851 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameIdle(); state 853 cc/scheduler/scheduler_state_machine_unittest.cc state.begin_impl_frame_state()); state 854 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_COMMIT, state.NextAction()); state 856 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 858 cc/scheduler/scheduler_state_machine_unittest.cc state.begin_impl_frame_state()); state 859 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_COMMIT, state.NextAction()); state 870 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 872 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.active_tree_needs_first_draw()); state 875 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted(DrawSwapReadbackResult::DRAW_SUCCESS); state 895 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 896 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 897 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 898 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 899 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 900 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 903 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 906 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 910 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 911 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.NeedsCommit()); state 915 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 916 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 918 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 922 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.active_tree_needs_first_draw()); state 923 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.needs_redraw()); state 929 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 932 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted(DrawSwapReadbackResult::DRAW_SUCCESS); state 936 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::COMMIT_STATE_IDLE, state.CommitState()); state 937 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.needs_redraw()); state 942 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 943 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 944 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 945 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 946 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 947 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 950 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 953 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 957 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 958 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.NeedsCommit()); state 962 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 966 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 967 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 969 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 973 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.active_tree_needs_first_draw()); state 974 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.needs_redraw()); state 980 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 983 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted(DrawSwapReadbackResult::DRAW_SUCCESS); state 987 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::COMMIT_STATE_IDLE, state.CommitState()); state 988 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.needs_redraw()); state 991 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 998 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 999 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1000 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1001 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1002 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1008 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1009 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1010 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1011 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1012 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1013 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1016 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1019 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1023 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 1024 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.NeedsCommit()); state 1028 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(false); state 1029 cc/scheduler/scheduler_state_machine_unittest.cc state.BeginMainFrameAborted(false); state 1032 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::COMMIT_STATE_IDLE, state.CommitState()); state 1036 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1040 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1044 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::COMMIT_STATE_IDLE, state.CommitState()); state 1045 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 1046 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.NeedsCommit()); state 1049 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1055 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 1061 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1062 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1063 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1064 cc/scheduler/scheduler_state_machine_unittest.cc state.DidCreateAndInitializeOutputSurface(); state 1065 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1066 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1069 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1074 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 1075 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.NeedsCommit()); state 1076 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 1079 cc/scheduler/scheduler_state_machine_unittest.cc state.BeginMainFrameAborted(true); state 1082 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::COMMIT_STATE_IDLE, state.CommitState()); state 1083 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 1084 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.NeedsCommit()); state 1088 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1090 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1095 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::COMMIT_STATE_IDLE, state.CommitState()); state 1096 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 1097 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.NeedsCommit()); state 1100 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1101 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::COMMIT_STATE_IDLE, state.CommitState()); state 1103 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 1108 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1109 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1110 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1111 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1115 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1119 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1121 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1125 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1126 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1133 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1134 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1135 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1136 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1138 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1139 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1142 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 1143 cc/scheduler/scheduler_state_machine_unittest.cc state.DidLoseOutputSurface(); state 1146 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 1147 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1153 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1156 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1164 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1165 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1166 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1167 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1168 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1169 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1172 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 1173 cc/scheduler/scheduler_state_machine_unittest.cc state.DidLoseOutputSurface(); state 1180 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1182 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1186 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1187 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1189 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1193 cc/scheduler/scheduler_state_machine_unittest.cc state.DidCreateAndInitializeOutputSurface(); state 1194 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.RedrawPending()); state 1201 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 1203 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1204 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1209 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.RedrawPending()); state 1213 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1215 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1217 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 1218 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(false); state 1220 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 1221 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1223 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 1228 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(scheduler_settings); state 1229 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1230 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1231 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1232 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1233 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1236 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1239 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 1240 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1244 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1250 cc/scheduler/scheduler_state_machine_unittest.cc state.DidLoseOutputSurface(); state 1253 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 1254 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 1257 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1258 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1263 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.active_tree_needs_first_draw()); state 1268 cc/scheduler/scheduler_state_machine_unittest.cc state.begin_impl_frame_state()); state 1270 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 1272 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1274 cc/scheduler/scheduler_state_machine_unittest.cc state.begin_impl_frame_state()); state 1275 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 1277 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadlinePending(); state 1279 cc/scheduler/scheduler_state_machine_unittest.cc state.begin_impl_frame_state()); state 1280 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 1282 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1284 cc/scheduler/scheduler_state_machine_unittest.cc state.begin_impl_frame_state()); state 1285 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 1291 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(scheduler_settings); state 1292 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1293 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1294 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1295 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1296 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1299 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1303 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 1304 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1308 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1314 cc/scheduler/scheduler_state_machine_unittest.cc state.DidLoseOutputSurface(); state 1317 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 1318 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1322 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1323 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1325 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.active_tree_needs_first_draw()); state 1332 cc/scheduler/scheduler_state_machine_unittest.cc state.begin_impl_frame_state()); state 1334 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 1336 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1338 cc/scheduler/scheduler_state_machine_unittest.cc state.begin_impl_frame_state()); state 1339 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 1341 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadlinePending(); state 1343 cc/scheduler/scheduler_state_machine_unittest.cc state.begin_impl_frame_state()); state 1344 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 1346 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1348 cc/scheduler/scheduler_state_machine_unittest.cc state.begin_impl_frame_state()); state 1349 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 1351 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameIdle(); state 1356 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1357 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1361 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1362 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1365 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1373 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1374 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1375 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1376 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1377 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1378 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1381 cc/scheduler/scheduler_state_machine_unittest.cc state.DidLoseOutputSurface(); state 1384 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsForcedRedrawForReadback(); state 1385 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1392 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 1393 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1394 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1401 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 1403 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1404 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 1406 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameIdle(); state 1411 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsForcedRedrawForReadback(); state 1418 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1419 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1420 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1421 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1422 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1423 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1425 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 1428 cc/scheduler/scheduler_state_machine_unittest.cc state.DidLoseOutputSurface(); state 1430 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 1431 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1432 cc/scheduler/scheduler_state_machine_unittest.cc state.DidCreateAndInitializeOutputSurface(); state 1434 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.RedrawPending()); state 1435 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1437 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 1444 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(settings); state 1445 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1446 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1447 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1448 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1449 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1451 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState( state 1455 cc/scheduler/scheduler_state_machine_unittest.cc state.DidLoseOutputSurface(); state 1457 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1458 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1461 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.PendingActivationsShouldBeForced()); state 1465 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.PendingDrawsShouldBeAborted()); state 1472 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1473 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1474 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1475 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1476 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(false); state 1477 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsForcedCommitForReadback(); state 1479 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 1485 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1486 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1487 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1488 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsForcedCommitForReadback(); state 1490 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 1497 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1498 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1499 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1500 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1501 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1502 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1505 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState( state 1509 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsForcedCommitForReadback(); state 1511 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1512 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1515 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 1516 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1519 cc/scheduler/scheduler_state_machine_unittest.cc state.readback_state()); state 1521 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 1524 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1525 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1528 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1530 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1533 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::READBACK_STATE_IDLE, state.readback_state()); state 1539 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1540 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1541 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1542 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1543 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(false); state 1544 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState( state 1546 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1548 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1549 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1550 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_COMMIT, state.NextAction()); state 1551 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1553 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.active_tree_needs_first_draw()); state 1559 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1560 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1561 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1562 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1563 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(false); state 1564 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState( state 1566 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsForcedCommitForReadback(); state 1569 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1570 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1573 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.active_tree_needs_first_draw()); state 1579 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 1582 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1583 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1592 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(settings); state 1593 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1594 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1595 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1596 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1597 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1601 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState( state 1604 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState( state 1607 cc/scheduler/scheduler_state_machine_unittest.cc state.SetReadbackState( state 1609 cc/scheduler/scheduler_state_machine_unittest.cc state.SetHasPendingTree(true); state 1612 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsForcedCommitForReadback(); state 1613 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.NeedsCommit()); state 1615 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToActivate(); state 1620 cc/scheduler/scheduler_state_machine_unittest.cc state.readback_state()); state 1621 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.NeedsCommit()); state 1628 cc/scheduler/scheduler_state_machine_unittest.cc state.readback_state()); state 1632 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1635 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1644 cc/scheduler/scheduler_state_machine_unittest.cc state.readback_state()); state 1650 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1651 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1653 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToActivate(); state 1659 cc/scheduler/scheduler_state_machine_unittest.cc state.readback_state()); state 1661 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 1665 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1666 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1668 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToActivate(); state 1671 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1673 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1676 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::READBACK_STATE_IDLE, state.readback_state()); state 1702 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(settings); state 1703 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1704 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1705 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1706 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1707 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1711 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCommitState( state 1713 cc/scheduler/scheduler_state_machine_unittest.cc state.SetReadbackState( state 1715 cc/scheduler/scheduler_state_machine_unittest.cc state.SetHasPendingTree(true); state 1719 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1720 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1726 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsForcedCommitForReadback(); state 1727 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.NeedsCommit()); state 1729 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1732 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToActivate(); state 1737 cc/scheduler/scheduler_state_machine_unittest.cc state.readback_state()); state 1738 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.NeedsCommit()); state 1741 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1744 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrameDeadline(); state 1751 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1752 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1758 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1759 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1760 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1761 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1762 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1763 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1764 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1765 cc/scheduler/scheduler_state_machine_unittest.cc state.DidLoseOutputSurface(); state 1772 cc/scheduler/scheduler_state_machine_unittest.cc state.DidCreateAndInitializeOutputSurface(); state 1773 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(state.output_surface_state(), state 1779 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(false); state 1780 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()) state 1781 cc/scheduler/scheduler_state_machine_unittest.cc << *state.AsValue(); state 1786 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsForcedCommitForReadback(); state 1788 cc/scheduler/scheduler_state_machine_unittest.cc SchedulerStateMachine::ACTION_SEND_BEGIN_MAIN_FRAME, state.NextAction()) state 1789 cc/scheduler/scheduler_state_machine_unittest.cc << *state.AsValue(); state 1794 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1795 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1796 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1797 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1798 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1799 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1802 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsForcedCommitForReadback(); state 1806 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1807 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1810 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 1813 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.active_tree_needs_first_draw()); state 1816 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted(DrawSwapReadbackResult::DRAW_SUCCESS); state 1822 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 1827 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(scheduler_settings); state 1828 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1829 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1830 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1831 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1832 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1835 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1839 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsForcedCommitForReadback(); state 1843 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1844 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1846 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 1849 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.active_tree_needs_first_draw()); state 1852 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted(DrawSwapReadbackResult::DRAW_SUCCESS); state 1857 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()) state 1858 cc/scheduler/scheduler_state_machine_unittest.cc << *state.AsValue(); state 1863 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(scheduler_settings); state 1864 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1865 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1866 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1867 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1868 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1870 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1873 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsForcedCommitForReadback(); state 1876 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1877 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1880 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 1883 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.active_tree_needs_first_draw()); state 1886 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted(DrawSwapReadbackResult::DRAW_SUCCESS); state 1891 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()) state 1892 cc/scheduler/scheduler_state_machine_unittest.cc << *state.AsValue(); state 1895 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(false); state 1896 cc/scheduler/scheduler_state_machine_unittest.cc state.BeginMainFrameAborted(false); state 1899 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::COMMIT_STATE_IDLE, state.CommitState()); state 1900 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.NeedsCommit()); state 1905 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1906 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1907 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1908 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1909 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1910 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(false); state 1912 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1913 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1915 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsForcedCommitForReadback(); state 1916 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1917 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1918 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1921 cc/scheduler/scheduler_state_machine_unittest.cc state.CommitState()); state 1924 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.active_tree_needs_first_draw()); state 1927 cc/scheduler/scheduler_state_machine_unittest.cc state.DidDrawIfPossibleCompleted(DrawSwapReadbackResult::DRAW_SUCCESS); state 1933 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1934 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1935 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1936 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1938 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1939 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1940 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.PendingDrawsShouldBeAborted()); state 1942 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(false); state 1943 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1944 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.PendingDrawsShouldBeAborted()); state 1946 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1947 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(false); state 1948 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.PendingDrawsShouldBeAborted()); state 1950 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(false); state 1951 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(false); state 1952 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.PendingDrawsShouldBeAborted()); state 1954 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1955 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1956 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.PendingDrawsShouldBeAborted()); state 1961 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1962 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1963 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1964 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 1965 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1966 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 1967 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.PendingDrawsShouldBeAborted()); state 1969 cc/scheduler/scheduler_state_machine_unittest.cc state.SetMainThreadNeedsLayerTextures(); state 1972 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.PendingDrawsShouldBeAborted()); state 1974 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 1975 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 1978 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.PendingDrawsShouldBeAborted()); state 1980 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 1982 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyBeginMainFrameStarted(); state 1983 cc/scheduler/scheduler_state_machine_unittest.cc state.NotifyReadyToCommit(); state 1984 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.PendingDrawsShouldBeAborted()); state 1986 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_COMMIT, state.NextAction()); state 1988 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1989 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.PendingDrawsShouldBeAborted()); state 1994 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(default_scheduler_settings); state 1995 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 1996 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 1997 cc/scheduler/scheduler_state_machine_unittest.cc state.DidCreateAndInitializeOutputSurface(); state 1998 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 1999 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 2001 cc/scheduler/scheduler_state_machine_unittest.cc state.SetMainThreadNeedsLayerTextures(); state 2004 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 2005 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 2006 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.PendingDrawsShouldBeAborted()); state 2008 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 2010 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 2012 cc/scheduler/scheduler_state_machine_unittest.cc state.NextAction()); state 2013 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 2014 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.PendingDrawsShouldBeAborted()); state 2016 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 2018 cc/scheduler/scheduler_state_machine_unittest.cc state.BeginMainFrameAborted(true); state 2020 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_EQ(SchedulerStateMachine::ACTION_NONE, state.NextAction()); state 2021 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.PendingDrawsShouldBeAborted()); state 2027 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(settings); state 2028 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 2029 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 2030 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 2031 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 2032 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 2036 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 2040 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 2041 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 2050 cc/scheduler/scheduler_state_machine_unittest.cc state.BeginMainFrameAborted(true); state 2054 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.ShouldTriggerBeginImplFrameDeadlineEarly()); state 2060 cc/scheduler/scheduler_state_machine_unittest.cc StateMachine state(settings); state 2061 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanStart(); state 2062 cc/scheduler/scheduler_state_machine_unittest.cc state.UpdateState(state.NextAction()); state 2063 cc/scheduler/scheduler_state_machine_unittest.cc state.CreateAndInitializeOutputSurfaceWithActivatedCommit(); state 2064 cc/scheduler/scheduler_state_machine_unittest.cc state.SetVisible(true); state 2065 cc/scheduler/scheduler_state_machine_unittest.cc state.SetCanDraw(true); state 2069 cc/scheduler/scheduler_state_machine_unittest.cc state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); state 2070 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsRedraw(true); state 2071 cc/scheduler/scheduler_state_machine_unittest.cc state.SetNeedsCommit(); state 2077 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_FALSE(state.ShouldTriggerBeginImplFrameDeadlineEarly()); state 2078 cc/scheduler/scheduler_state_machine_unittest.cc state.SetSmoothnessTakesPriority(true); state 2079 cc/scheduler/scheduler_state_machine_unittest.cc EXPECT_TRUE(state.ShouldTriggerBeginImplFrameDeadlineEarly()); state 118 cc/test/fake_picture_layer_impl.cc ManagedTileState& state = tile->managed_state(); state 120 cc/test/fake_picture_layer_impl.cc state.tile_versions[mode_idx].SetSolidColorForTesting(true); state 47 cc/test/fake_proxy.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); state 48 cc/test/fake_proxy.cc return state.PassAs<base::Value>(); state 125 cc/test/fake_tile_manager.cc const GlobalStateThatImpactsTilePriority& state) { state 129 cc/test/fake_tile_manager.cc SetGlobalStateForTesting(state); state 30 cc/test/fake_tile_manager.h const GlobalStateThatImpactsTilePriority& state); state 26 cc/test/render_pass_test_common.cc void TestRenderPass::AppendSharedQuadState(scoped_ptr<SharedQuadState> state) { state 27 cc/test/render_pass_test_common.cc shared_quad_state_list.push_back(state.Pass()); state 23 cc/test/render_pass_test_common.h void AppendSharedQuadState(scoped_ptr<SharedQuadState> state); state 1137 cc/trees/layer_tree_host.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); state 1138 cc/trees/layer_tree_host.cc state->Set("proxy", proxy_->AsValue().release()); state 1139 cc/trees/layer_tree_host.cc return state.PassAs<base::Value>(); state 2896 cc/trees/layer_tree_host_impl.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); state 2898 cc/trees/layer_tree_host_impl.cc state->Set("activation_state", ActivationStateAsValue().release()); state 2899 cc/trees/layer_tree_host_impl.cc state->Set("device_viewport_size", state 2902 cc/trees/layer_tree_host_impl.cc state->Set("tiles", tile_manager_->AllTilesAsValue().release()); state 2903 cc/trees/layer_tree_host_impl.cc state->Set("active_tree", active_tree_->AsValue().release()); state 2905 cc/trees/layer_tree_host_impl.cc state->Set("pending_tree", pending_tree_->AsValue().release()); state 2907 cc/trees/layer_tree_host_impl.cc state->Set("frame", frame->AsValue().release()); state 2908 cc/trees/layer_tree_host_impl.cc return state.PassAs<base::Value>(); state 2912 cc/trees/layer_tree_host_impl.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); state 2913 cc/trees/layer_tree_host_impl.cc state->Set("lthi", TracedValue::CreateIDRef(this).release()); state 2915 cc/trees/layer_tree_host_impl.cc state->Set("tile_manager", tile_manager_->BasicStateAsValue().release()); state 2916 cc/trees/layer_tree_host_impl.cc return state.PassAs<base::Value>(); state 722 cc/trees/layer_tree_impl.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); state 724 cc/trees/layer_tree_impl.cc state.get(), "cc::LayerTreeImpl", this); state 726 cc/trees/layer_tree_impl.cc state->Set("root_layer", root_layer_->AsValue().release()); state 738 cc/trees/layer_tree_impl.cc state->Set("render_surface_layer_list", state 740 cc/trees/layer_tree_impl.cc return state.PassAs<base::Value>(); state 421 cc/trees/single_thread_proxy.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); state 428 cc/trees/single_thread_proxy.cc state->Set("layer_tree_host_impl", state 431 cc/trees/single_thread_proxy.cc return state.PassAs<base::Value>(); state 67 cc/trees/thread_proxy.cc scoped_ptr<base::Value> state; state 1566 cc/trees/thread_proxy.cc scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); state 1577 cc/trees/thread_proxy.cc state.get())); state 1580 cc/trees/thread_proxy.cc return state.PassAs<base::Value>(); state 1584 cc/trees/thread_proxy.cc base::DictionaryValue* state) const { state 1585 cc/trees/thread_proxy.cc state->Set("layer_tree_host_impl", state 1629 cc/trees/thread_proxy.cc return scheduler_state_request.state.Pass(); state 1635 cc/trees/thread_proxy.cc request->state = impl().scheduler->StateAsValue(); state 196 cc/trees/thread_proxy.h base::DictionaryValue* state) const; state 25 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuItemIcon.java protected void setChecked(boolean state) { state 26 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuItemIcon.java if (state == mCheckedState) return; state 27 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuItemIcon.java mCheckedState = state; state 32 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuItemIcon.java public void setPressed(boolean state) { state 100 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogResult.java String city, String state, String postalCode, state 107 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogResult.java mState = state; state 47 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java String state, String zip, String country, String phoneNumber, String emailAddress) { state 49 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java addressLine2, city, state, zip, country, phoneNumber, emailAddress); state 53 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java String addressLine1, String addressLine2, String city, String state, state 62 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java mState = state; state 161 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java public void setState(String state) { state 162 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java mState = state; state 208 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java public void setControlsEnabled(boolean state) { state 209 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java mControlsEnabled = state; state 214 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java if (closeButton != null) closeButton.setEnabled(state); state 66 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarView.java public void setControlsEnabled(boolean state); state 219 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java public void setControlsEnabled(boolean state) { state 220 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java super.setControlsEnabled(state); state 226 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java if (checkBox != null) checkBox.setEnabled(state); state 32 chrome/android/java/src/org/chromium/chrome/browser/infobar/TwoButtonInfoBar.java public void setControlsEnabled(boolean state) { state 33 chrome/android/java/src/org/chromium/chrome/browser/infobar/TwoButtonInfoBar.java super.setControlsEnabled(state); state 40 chrome/android/java/src/org/chromium/chrome/browser/infobar/TwoButtonInfoBar.java if (primary != null) primary.setEnabled(state); state 41 chrome/android/java/src/org/chromium/chrome/browser/infobar/TwoButtonInfoBar.java if (secondary != null) secondary.setEnabled(state); state 66 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java for (State state : State.values()) { state 67 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java if (state.mCode == code) { state 68 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java return state; state 129 chrome/browser/apps/web_view_interactive_browsertest.cc ui_controls::MouseButtonState state) { state 132 chrome/browser/apps/web_view_interactive_browsertest.cc state); state 136 chrome/browser/apps/web_view_interactive_browsertest.cc button, state)); state 164 chrome/browser/bookmarks/bookmark_model.h void set_favicon_state(FaviconState state) { favicon_state_ = state; } state 817 chrome/browser/captive_portal/captive_portal_browsertest.cc int NumTabsWithState(CaptivePortalTabReloader::State state) const; state 1004 chrome/browser/captive_portal/captive_portal_browsertest.cc return GetTabReloader(web_contents)->state(); state 1015 chrome/browser/captive_portal/captive_portal_browsertest.cc CaptivePortalTabReloader::State state) const { state 1018 chrome/browser/captive_portal/captive_portal_browsertest.cc if (GetStateOfTabReloader(*it) == state) state 143 chrome/browser/captive_portal/captive_portal_service.h State state() const { return state_; } state 155 chrome/browser/captive_portal/captive_portal_service_unittest.cc ASSERT_EQ(CaptivePortalService::STATE_IDLE, service()->state()); state 164 chrome/browser/captive_portal/captive_portal_service_unittest.cc EXPECT_EQ(CaptivePortalService::STATE_TIMER_RUNNING, service()->state()); state 170 chrome/browser/captive_portal/captive_portal_service_unittest.cc service()->state()); state 187 chrome/browser/captive_portal/captive_portal_service_unittest.cc ASSERT_EQ(CaptivePortalService::STATE_IDLE, service()->state()); state 196 chrome/browser/captive_portal/captive_portal_service_unittest.cc EXPECT_EQ(CaptivePortalService::STATE_TIMER_RUNNING, service()->state()); state 117 chrome/browser/captive_portal/captive_portal_tab_reloader.h State state() const { return state_; } state 44 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc return CaptivePortalTabReloader::state(); state 114 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 118 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 125 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 130 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 134 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 141 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 145 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 152 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 157 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 162 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 166 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 173 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 177 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 181 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 189 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 193 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 198 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 202 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 214 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 222 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 229 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 234 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 238 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 250 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 258 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 264 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 270 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 282 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 290 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 297 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 310 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 318 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 325 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 339 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 345 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 358 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 364 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 377 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 384 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 389 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 393 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 407 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 413 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 417 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 425 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 432 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 437 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 441 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 450 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 458 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 464 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 472 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 479 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 484 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 488 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 497 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 505 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 509 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 516 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 525 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 551 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 558 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 563 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 567 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 580 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 586 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 594 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 601 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 606 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 610 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 618 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 621 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 630 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 637 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 641 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 651 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 654 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 659 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc tab_reloader().state()); state 668 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 671 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 680 chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc EXPECT_EQ(CaptivePortalTabReloader::STATE_NONE, tab_reloader().state()); state 763 chrome/browser/chromeos/accessibility/accessibility_manager.cc scoped_ptr<extensions::api::braille_display_private::DisplayState> state) { state 764 chrome/browser/chromeos/accessibility/accessibility_manager.cc OnDisplayStateChanged(*state); state 215 chrome/browser/chromeos/accessibility/accessibility_manager.h scoped_ptr<extensions::api::braille_display_private::DisplayState> state); state 471 chrome/browser/chromeos/app_mode/kiosk_app_manager.cc void KioskAppManager::SetAutoLoginState(AutoLoginState state) { state 475 chrome/browser/chromeos/app_mode/kiosk_app_manager.cc dict_update->SetInteger(kKeyAutoLoginState, state); state 200 chrome/browser/chromeos/app_mode/kiosk_app_manager.h void SetAutoLoginState(AutoLoginState state); state 63 chrome/browser/chromeos/dbus/display_power_service_provider.cc DisplayPowerState state = static_cast<DisplayPowerState>(int_state); state 65 chrome/browser/chromeos/dbus/display_power_service_provider.cc state, ui::OutputConfigurator::kSetDisplayPowerNoFlags); state 267 chrome/browser/chromeos/display/display_preferences.cc bool GetDisplayPowerStateFromString(const base::StringPiece& state, state 269 chrome/browser/chromeos/display/display_preferences.cc if (ash::ReverseFind(GetDisplayPowerStateToStringMap(), state, field)) state 271 chrome/browser/chromeos/display/display_preferences.cc LOG(ERROR) << "Invalid display power state value:" << state; state 64 chrome/browser/chromeos/drive/job_list.cc std::string JobStateToString(JobState state) { state 65 chrome/browser/chromeos/drive/job_list.cc switch (state) { state 80 chrome/browser/chromeos/drive/job_list.cc state(STATE_NONE), state 89 chrome/browser/chromeos/drive/job_list.cc JobStateToString(state).c_str(), state 105 chrome/browser/chromeos/drive/job_list.cc switch (job_info.state) { state 58 chrome/browser/chromeos/drive/job_list.h std::string JobStateToString(JobState state); state 74 chrome/browser/chromeos/drive/job_list.h JobState state; state 216 chrome/browser/chromeos/drive/job_scheduler.cc if (job->job_info.state == STATE_RUNNING) { state 790 chrome/browser/chromeos/drive/job_scheduler.cc job_info->state = STATE_RUNNING; state 878 chrome/browser/chromeos/drive/job_scheduler.cc job_info->state = STATE_RETRY; state 1007 chrome/browser/chromeos/drive/job_scheduler_unittest.cc ASSERT_EQ(STATE_NONE, jobs[0].state); // Not started yet. state 1057 chrome/browser/chromeos/drive/job_scheduler_unittest.cc ASSERT_EQ(STATE_RUNNING, jobs[0].state); // It's running. state 138 chrome/browser/chromeos/drive/sync_client.cc SyncClient::SyncTask::SyncTask() : state(PENDING), should_run_again(false) {} state 217 chrome/browser/chromeos/drive/sync_client.cc switch (task->state) { state 275 chrome/browser/chromeos/drive/sync_client.cc switch (it->second.state) { state 287 chrome/browser/chromeos/drive/sync_client.cc DCHECK_EQ(PENDING, task.state); state 302 chrome/browser/chromeos/drive/sync_client.cc switch (task->state) { state 304 chrome/browser/chromeos/drive/sync_client.cc task->state = RUNNING; state 103 chrome/browser/chromeos/drive/sync_client.h SyncState state; state 278 chrome/browser/chromeos/events/event_rewriter.cc ash::wm::WindowState* state = ash::wm::GetActiveWindowState(); state 279 chrome/browser/chromeos/events/event_rewriter.cc return state ? state->top_row_keys_are_function_keys() : false; state 517 chrome/browser/chromeos/events/event_rewriter.cc GetRemappedModifierMasks(xkey->state, &remapped_native_modifiers); state 543 chrome/browser/chromeos/events/event_rewriter.cc xkey->state | Mod2Mask); state 548 chrome/browser/chromeos/events/event_rewriter.cc xkey->state | Mod2Mask); state 553 chrome/browser/chromeos/events/event_rewriter.cc xkey->state | Mod2Mask); state 558 chrome/browser/chromeos/events/event_rewriter.cc xkey->state | Mod2Mask); state 563 chrome/browser/chromeos/events/event_rewriter.cc xkey->state | Mod2Mask); state 568 chrome/browser/chromeos/events/event_rewriter.cc xkey->state | Mod2Mask); state 573 chrome/browser/chromeos/events/event_rewriter.cc xkey->state | Mod2Mask); state 578 chrome/browser/chromeos/events/event_rewriter.cc xkey->state | Mod2Mask); state 583 chrome/browser/chromeos/events/event_rewriter.cc xkey->state | Mod2Mask); state 588 chrome/browser/chromeos/events/event_rewriter.cc xkey->state | Mod2Mask); state 593 chrome/browser/chromeos/events/event_rewriter.cc xkey->state | Mod2Mask); state 602 chrome/browser/chromeos/events/event_rewriter.cc OverwriteEvent(event, xkey->keycode, xkey->state | Mod2Mask); state 620 chrome/browser/chromeos/events/event_rewriter.cc if (xkey->state & Mod4Mask) { state 649 chrome/browser/chromeos/events/event_rewriter.cc xkey->state, state 686 chrome/browser/chromeos/events/event_rewriter.cc xkey->state, state 719 chrome/browser/chromeos/events/event_rewriter.cc xkey->state, state 747 chrome/browser/chromeos/events/event_rewriter.cc if ((xkey->state & Mod4Mask) && top_row_keys_are_special_keys) { state 768 chrome/browser/chromeos/events/event_rewriter.cc xkey->state, state 793 chrome/browser/chromeos/events/event_rewriter.cc xkey->state, state 796 chrome/browser/chromeos/events/event_rewriter.cc } else if (xkey->state & Mod4Mask) { state 802 chrome/browser/chromeos/events/event_rewriter.cc xkey->state & ~Mod4Mask, state 808 chrome/browser/chromeos/events/event_rewriter.cc if (!rewritten && (xkey->state & Mod4Mask)) { state 835 chrome/browser/chromeos/events/event_rewriter.cc xkey->state, state 885 chrome/browser/chromeos/events/event_rewriter.cc xkey->state = new_native_state; state 48 chrome/browser/chromeos/events/event_rewriter_unittest.cc xevent->xkey.state = x_state; state 54 chrome/browser/chromeos/events/event_rewriter_unittest.cc xevent->xkey.keycode, xevent->xkey.state, xevent->xkey.type); state 2317 chrome/browser/chromeos/events/event_rewriter_unittest.cc xevent->xkey.keycode, xevent->xkey.state, xevent->xkey.type); state 65 chrome/browser/chromeos/events/keyboard_driven_event_rewriter.cc xkey->state &= ~(ControlMask | Mod1Mask | ShiftMask); state 44 chrome/browser/chromeos/events/keyboard_driven_event_rewriter_unittest.cc xevent->xkey.state = x_state; state 49 chrome/browser/chromeos/events/keyboard_driven_event_rewriter_unittest.cc xevent->xkey.state, state 95 chrome/browser/chromeos/events/system_key_event_listener.cc if (xkey_event->state.mods) { state 511 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc power_manager::SuspendState state; state 512 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc state.set_type(power_manager::SuspendState_Type_SUSPEND_TO_MEMORY); state 513 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc state.set_wall_time(0); state 514 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc power_manager_client_->SendSuspendStateChanged(state); state 515 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc state.set_type(power_manager::SuspendState_Type_RESUME); state 516 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc power_manager_client_->SendSuspendStateChanged(state); state 86 chrome/browser/chromeos/imageburner/burn_controller.cc virtual void OnBurnStateChanged(StateMachine::State state) OVERRIDE { state 87 chrome/browser/chromeos/imageburner/burn_controller.cc if (state != StateMachine::INITIAL && !working_) { state 100 chrome/browser/chromeos/imageburner/burn_controller.cc if (state_machine_->state() == StateMachine::BURNING) { state 103 chrome/browser/chromeos/imageburner/burn_controller.cc } else if (state_machine_->state() != StateMachine::INITIAL) { state 296 chrome/browser/chromeos/imageburner/burn_manager.cc if (state_machine_->state() == StateMachine::INITIAL) { state 301 chrome/browser/chromeos/imageburner/burn_manager.cc StateMachine::State state = state_machine_->state(); state 313 chrome/browser/chromeos/imageburner/burn_manager.cc if (state == StateMachine::DOWNLOADING) { state 315 chrome/browser/chromeos/imageburner/burn_manager.cc } else if (state == StateMachine::BURNING) { state 402 chrome/browser/chromeos/imageburner/burn_manager.cc if (state_machine_->state() == StateMachine::BURNING) state 485 chrome/browser/chromeos/imageburner/burn_manager.cc if (state_machine_->state() == StateMachine::DOWNLOADING) { state 497 chrome/browser/chromeos/imageburner/burn_manager.cc if (state_machine_->state() == StateMachine::INITIAL && network) state 500 chrome/browser/chromeos/imageburner/burn_manager.cc if (state_machine_->state() == StateMachine::DOWNLOADING && !network) state 141 chrome/browser/chromeos/imageburner/burn_manager.h State state() { return state_; } state 143 chrome/browser/chromeos/imageburner/burn_manager_unittest.cc EXPECT_EQ(StateMachine::INITIAL, state_machine->state()); state 165 chrome/browser/chromeos/imageburner/burn_manager_unittest.cc EXPECT_EQ(StateMachine::DOWNLOADING, state_machine->state()); state 180 chrome/browser/chromeos/imageburner/burn_manager_unittest.cc EXPECT_EQ(StateMachine::BURNING, state_machine->state()); state 187 chrome/browser/chromeos/imageburner/burn_manager_unittest.cc EXPECT_EQ(StateMachine::INITIAL, state_machine->state()); state 220 chrome/browser/chromeos/imageburner/burn_manager_unittest.cc EXPECT_EQ(state_machine->state(), StateMachine::INITIAL); state 231 chrome/browser/chromeos/imageburner/burn_manager_unittest.cc EXPECT_EQ(state_machine->state(), StateMachine::INITIAL); state 237 chrome/browser/chromeos/imageburner/burn_manager_unittest.cc EXPECT_EQ(state_machine->state(), StateMachine::INITIAL); state 31 chrome/browser/chromeos/input_method/browser_state_monitor.h InputMethodManager::State state() const { return state_; } state 58 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc EXPECT_EQ(InputMethodManager::STATE_LOGIN_SCREEN, mock_observer.state()); state 59 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc EXPECT_EQ(InputMethodManager::STATE_LOGIN_SCREEN, monitor.state()); state 90 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc mock_observer_.state()); state 91 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc EXPECT_EQ(InputMethodManager::STATE_BROWSER_SCREEN, monitor_.state()); state 104 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc mock_observer_.state()); state 105 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc EXPECT_EQ(InputMethodManager::STATE_BROWSER_SCREEN, monitor_.state()); state 118 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc mock_observer_.state()); state 119 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc EXPECT_EQ(InputMethodManager::STATE_BROWSER_SCREEN, monitor_.state()); state 128 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc mock_observer_.state()); state 129 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc EXPECT_EQ(InputMethodManager::STATE_BROWSER_SCREEN, monitor_.state()); state 148 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc mock_observer_.state()); state 149 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc EXPECT_EQ(InputMethodManager::STATE_LOCK_SCREEN, monitor_.state()); state 157 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc mock_observer_.state()); state 158 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc EXPECT_EQ(InputMethodManager::STATE_BROWSER_SCREEN, monitor_.state()); state 171 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc mock_observer_.state()); state 172 chrome/browser/chromeos/input_method/browser_state_monitor_unittest.cc EXPECT_EQ(InputMethodManager::STATE_TERMINATING, monitor_.state()); state 50 chrome/browser/chromeos/login/auth_sync_observer.cc GoogleServiceAuthError::State state = state 51 chrome/browser/chromeos/login/auth_sync_observer.cc sync_service->GetAuthError().state(); state 52 chrome/browser/chromeos/login/auth_sync_observer.cc if (state != GoogleServiceAuthError::NONE && state 53 chrome/browser/chromeos/login/auth_sync_observer.cc state != GoogleServiceAuthError::CONNECTION_FAILED && state 54 chrome/browser/chromeos/login/auth_sync_observer.cc state != GoogleServiceAuthError::SERVICE_UNAVAILABLE && state 55 chrome/browser/chromeos/login/auth_sync_observer.cc state != GoogleServiceAuthError::REQUEST_CANCELED) { state 77 chrome/browser/chromeos/login/auth_sync_observer.cc } else if (state == GoogleServiceAuthError::NONE) { state 45 chrome/browser/chromeos/login/enrollment/auto_enrollment_check_step.cc auto_enrollment_state_ = auto_enrollment_controller_->state(); state 56 chrome/browser/chromeos/login/enrollment/auto_enrollment_check_step.cc const NetworkPortalDetector::CaptivePortalState& state) { state 57 chrome/browser/chromeos/login/enrollment/auto_enrollment_check_step.cc UpdateState(state.status, auto_enrollment_state_); state 61 chrome/browser/chromeos/login/enrollment/auto_enrollment_check_step.cc policy::AutoEnrollmentState state) { state 62 chrome/browser/chromeos/login/enrollment/auto_enrollment_check_step.cc UpdateState(captive_portal_status_, state); state 37 chrome/browser/chromeos/login/enrollment/auto_enrollment_check_step.h const NetworkPortalDetector::CaptivePortalState& state) OVERRIDE; state 41 chrome/browser/chromeos/login/enrollment/auto_enrollment_check_step.h void OnAutoEnrollmentCheckProgressed(policy::AutoEnrollmentState state); state 63 chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.h policy::AutoEnrollmentState state() const { return state_; } state 71 chrome/browser/chromeos/login/enrollment/auto_enrollment_controller.h void UpdateState(policy::AutoEnrollmentState state); state 106 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc switch (error.state()) { state 116 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc LOG(ERROR) << "Auth error " << error.state(); state 122 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc LOG(ERROR) << "Account error " << error.state(); state 127 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc LOG(WARNING) << "Network error " << error.state(); state 729 chrome/browser/chromeos/login/existing_user_controller.cc failure.error().state() == state 1082 chrome/browser/chromeos/login/existing_user_controller.cc switch (login_performer_->error().state()) { state 297 chrome/browser/chromeos/login/extended_authenticator.cc AuthState state = FAILED_MOUNT; state 301 chrome/browser/chromeos/login/extended_authenticator.cc state = FAILED_TPM; state 304 chrome/browser/chromeos/login/extended_authenticator.cc state = NO_MOUNT; state 307 chrome/browser/chromeos/login/extended_authenticator.cc consumer_->OnAuthenticationFailure(state); state 330 chrome/browser/chromeos/login/extended_authenticator.cc AuthState state = FAILED_MOUNT; state 335 chrome/browser/chromeos/login/extended_authenticator.cc state = FAILED_TPM; state 339 chrome/browser/chromeos/login/extended_authenticator.cc state = NO_MOUNT; state 342 chrome/browser/chromeos/login/extended_authenticator.cc consumer_->OnAuthenticationFailure(state); state 46 chrome/browser/chromeos/login/extended_authenticator.h virtual void OnAuthenticationFailure(AuthState state) = 0; state 934 chrome/browser/chromeos/login/login_display_host_impl.cc policy::AutoEnrollmentState state) { state 935 chrome/browser/chromeos/login/login_display_host_impl.cc VLOG(1) << "OnAutoEnrollmentProgress, state " << state; state 160 chrome/browser/chromeos/login/login_display_host_impl.h void OnAutoEnrollmentProgress(policy::AutoEnrollmentState state); state 78 chrome/browser/chromeos/login/login_performer.cc DVLOG(1) << "failure.error.state " << failure.error().state(); state 81 chrome/browser/chromeos/login/login_status_consumer.h if (error_.state() == GoogleServiceAuthError::CONNECTION_FAILED) { state 148 chrome/browser/chromeos/login/login_utils.cc OAuth2LoginManager::SessionRestoreState state) OVERRIDE; state 815 chrome/browser/chromeos/login/login_utils.cc OAuth2LoginManager::SessionRestoreState state) { state 821 chrome/browser/chromeos/login/login_utils.cc switch (state) { state 886 chrome/browser/chromeos/login/login_utils.cc if (login_manager->state() == state 909 chrome/browser/chromeos/login/login_utils.cc if (login_manager->state() != state 911 chrome/browser/chromeos/login/login_utils.cc login_manager->state() != state 137 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc const NetworkPortalDetector::CaptivePortalState& state) { state 138 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc if (state.status == NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_ONLINE) { state 143 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc ConfigureErrorScreen(screen, network, state.status); state 101 chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.h const NetworkPortalDetector::CaptivePortalState& state) OVERRIDE; state 164 chrome/browser/chromeos/login/managed/managed_user_authenticator.cc ManagedUserAuthenticator::AuthState state) { state 168 chrome/browser/chromeos/login/managed/managed_user_authenticator.cc consumer_->OnAuthenticationFailure(state); state 173 chrome/browser/chromeos/login/managed/managed_user_authenticator.cc ManagedUserAuthenticator::AuthState state = ResolveState(); state 174 chrome/browser/chromeos/login/managed/managed_user_authenticator.cc VLOG(1) << "Resolved state to: " << state; state 175 chrome/browser/chromeos/login/managed/managed_user_authenticator.cc switch (state) { state 188 chrome/browser/chromeos/login/managed/managed_user_authenticator.cc &ManagedUserAuthenticator::OnAuthenticationFailure, this, state)); state 198 chrome/browser/chromeos/login/managed/managed_user_authenticator.cc &ManagedUserAuthenticator::OnAuthenticationFailure, this, state)); state 208 chrome/browser/chromeos/login/managed/managed_user_authenticator.cc &ManagedUserAuthenticator::OnAuthenticationFailure, this, state)); state 238 chrome/browser/chromeos/login/managed/managed_user_authenticator.cc AuthState state; state 241 chrome/browser/chromeos/login/managed/managed_user_authenticator.cc state = ResolveCryptohomeSuccessState(); state 243 chrome/browser/chromeos/login/managed/managed_user_authenticator.cc state = ResolveCryptohomeFailureState(); state 247 chrome/browser/chromeos/login/managed/managed_user_authenticator.cc return state; state 76 chrome/browser/chromeos/login/managed/managed_user_authenticator.h virtual void OnAuthenticationFailure(AuthState state) = 0; state 105 chrome/browser/chromeos/login/managed/managed_user_authenticator.h void OnAuthenticationFailure(AuthState state); state 329 chrome/browser/chromeos/login/managed/managed_user_creation_controller_new.cc if (error.state() == GoogleServiceAuthError::NONE) { state 342 chrome/browser/chromeos/login/managed/managed_user_creation_controller_new.cc LOG(ERROR) << "Managed user creation failed. Error code " << error.state(); state 234 chrome/browser/chromeos/login/managed/managed_user_creation_controller_old.cc if (error.state() == GoogleServiceAuthError::NONE) { state 242 chrome/browser/chromeos/login/managed/managed_user_creation_controller_old.cc LOG(ERROR) << "Managed user creation failed. Error code " << error.state(); state 211 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc ExtendedAuthenticator::AuthState state) { state 37 chrome/browser/chromeos/login/managed/supervised_user_login_flow.h virtual void OnAuthenticationFailure(ExtendedAuthenticator::AuthState state) state 157 chrome/browser/chromeos/login/merge_session_load_page.cc Profile* user_profile, OAuth2LoginManager::SessionRestoreState state) { state 165 chrome/browser/chromeos/login/merge_session_load_page.cc << state; state 66 chrome/browser/chromeos/login/merge_session_load_page.h OAuth2LoginManager::SessionRestoreState state) OVERRIDE; state 105 chrome/browser/chromeos/login/merge_session_load_page_unittest.cc void SetMergeSessionState(OAuth2LoginManager::SessionRestoreState state) { state 108 chrome/browser/chromeos/login/merge_session_load_page_unittest.cc login_manager->SetSessionRestoreState(state); state 202 chrome/browser/chromeos/login/merge_session_throttle.cc switch (login_manager->state()) { state 61 chrome/browser/chromeos/login/merge_session_xhr_request_waiter.cc OAuth2LoginManager::SessionRestoreState state) { state 70 chrome/browser/chromeos/login/merge_session_xhr_request_waiter.cc << state; state 36 chrome/browser/chromeos/login/merge_session_xhr_request_waiter.h OAuth2LoginManager::SessionRestoreState state) OVERRIDE; state 82 chrome/browser/chromeos/login/oauth2_browsertest.cc if (states_.find(login_manager->state()) != states_.end()) { state 83 chrome/browser/chromeos/login/oauth2_browsertest.cc final_state_ = login_manager->state(); state 100 chrome/browser/chromeos/login/oauth2_browsertest.cc OAuth2LoginManager::SessionRestoreState state) OVERRIDE { state 104 chrome/browser/chromeos/login/oauth2_browsertest.cc if (states_.find(state) == states_.end()) state 107 chrome/browser/chromeos/login/oauth2_browsertest.cc final_state_ = state; state 284 chrome/browser/chromeos/login/oauth2_browsertest.cc void CheckSessionState(OAuth2LoginManager::SessionRestoreState state) { state 288 chrome/browser/chromeos/login/oauth2_browsertest.cc ASSERT_EQ(state, login_manager->state()); state 358 chrome/browser/chromeos/login/oauth2_login_manager.cc OAuth2LoginManager::SessionRestoreState state) { state 362 chrome/browser/chromeos/login/oauth2_login_manager.cc SetSessionRestoreState(state); state 381 chrome/browser/chromeos/login/oauth2_login_manager.cc OAuth2LoginManager::SessionRestoreState state) { state 382 chrome/browser/chromeos/login/oauth2_login_manager.cc if (state_ == state) state 385 chrome/browser/chromeos/login/oauth2_login_manager.cc state_ = state; state 386 chrome/browser/chromeos/login/oauth2_login_manager.cc if (state == OAuth2LoginManager::SESSION_RESTORE_FAILED) { state 389 chrome/browser/chromeos/login/oauth2_login_manager.cc } else if (state == OAuth2LoginManager::SESSION_RESTORE_DONE) { state 70 chrome/browser/chromeos/login/oauth2_login_manager.h SessionRestoreState state) {} state 108 chrome/browser/chromeos/login/oauth2_login_manager.h SessionRestoreState state() { return state_; } state 209 chrome/browser/chromeos/login/oauth2_login_manager.h void SetSessionRestoreState(SessionRestoreState state); state 216 chrome/browser/chromeos/login/oauth2_login_manager.h SessionRestoreState state); state 40 chrome/browser/chromeos/login/oauth2_login_verifier.cc return error.state() == GoogleServiceAuthError::CONNECTION_FAILED || state 41 chrome/browser/chromeos/login/oauth2_login_verifier.cc error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE || state 42 chrome/browser/chromeos/login/oauth2_login_verifier.cc error.state() == GoogleServiceAuthError::REQUEST_CANCELED; state 138 chrome/browser/chromeos/login/oauth2_login_verifier.cc << " error: " << error.state(); state 183 chrome/browser/chromeos/login/oauth2_login_verifier.cc LOG(WARNING) << "Failed MergeSession request," << " error: " << error.state(); state 216 chrome/browser/chromeos/login/oauth2_login_verifier.cc << " error: " << error.state(); state 219 chrome/browser/chromeos/login/oauth2_login_verifier.cc error.state(), state 235 chrome/browser/chromeos/login/oauth2_login_verifier.cc << " error: " << error.state(); state 254 chrome/browser/chromeos/login/oauth2_login_verifier.cc error.state(), state 266 chrome/browser/chromeos/login/oauth2_login_verifier.cc error.state(), state 113 chrome/browser/chromeos/login/oauth2_token_fetcher.cc if ((error.state() == GoogleServiceAuthError::CONNECTION_FAILED || state 114 chrome/browser/chromeos/login/oauth2_token_fetcher.cc error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE || state 115 chrome/browser/chromeos/login/oauth2_token_fetcher.cc error.state() == GoogleServiceAuthError::REQUEST_CANCELED) && state 124 chrome/browser/chromeos/login/oauth2_token_fetcher.cc << error.state() << ", network error: " << error.network_error() state 87 chrome/browser/chromeos/login/online_attempt.cc if (error.state() == GoogleServiceAuthError::REQUEST_CANCELED) { state 98 chrome/browser/chromeos/login/online_attempt.cc if (error.state() == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS && state 111 chrome/browser/chromeos/login/online_attempt.cc if (error.state() == GoogleServiceAuthError::TWO_FACTOR) { state 117 chrome/browser/chromeos/login/online_attempt.cc VLOG(2) << "ClientLogin attempt failed with " << error.state(); state 532 chrome/browser/chromeos/login/parallel_authenticator.cc ParallelAuthenticator::AuthState state = ResolveState(); state 533 chrome/browser/chromeos/login/parallel_authenticator.cc VLOG(1) << "Resolved state to: " << state; state 534 chrome/browser/chromeos/login/parallel_authenticator.cc switch (state) { state 712 chrome/browser/chromeos/login/parallel_authenticator.cc AuthState state = CONTINUE; state 716 chrome/browser/chromeos/login/parallel_authenticator.cc state = ResolveCryptohomeSuccessState(); state 718 chrome/browser/chromeos/login/parallel_authenticator.cc state = ResolveCryptohomeFailureState(); state 728 chrome/browser/chromeos/login/parallel_authenticator.cc if (state != POSSIBLE_PW_CHANGE && state 729 chrome/browser/chromeos/login/parallel_authenticator.cc state != NO_MOUNT && state 730 chrome/browser/chromeos/login/parallel_authenticator.cc state != OFFLINE_LOGIN) state 731 chrome/browser/chromeos/login/parallel_authenticator.cc return state; state 736 chrome/browser/chromeos/login/parallel_authenticator.cc return ResolveOnlineSuccessState(state); state 741 chrome/browser/chromeos/login/parallel_authenticator.cc return state; state 177 chrome/browser/chromeos/login/parallel_authenticator_unittest.cc void SetAttemptState(ParallelAuthenticator* auth, TestAttemptState* state) { state 178 chrome/browser/chromeos/login/parallel_authenticator_unittest.cc auth->set_attempt_state(state); state 182 chrome/browser/chromeos/login/parallel_authenticator_unittest.cc ParallelAuthenticator* auth, TestAttemptState* state) { state 183 chrome/browser/chromeos/login/parallel_authenticator_unittest.cc auth->set_attempt_state(state); state 511 chrome/browser/chromeos/login/screen_locker.cc bool state = false; state 512 chrome/browser/chromeos/login/screen_locker.cc VLOG(1) << "Emitting SCREEN_LOCK_STATE_CHANGED with state=" << state; state 516 chrome/browser/chromeos/login/screen_locker.cc content::Details<bool>(&state)); state 538 chrome/browser/chromeos/login/screen_locker.cc bool state = true; state 539 chrome/browser/chromeos/login/screen_locker.cc VLOG(1) << "Emitting SCREEN_LOCK_STATE_CHANGED with state=" << state; state 543 chrome/browser/chromeos/login/screen_locker.cc content::Details<bool>(&state)); state 58 chrome/browser/chromeos/login/screens/app_launch_splash_screen_actor.h virtual void UpdateAppLaunchState(AppLaunchState state) = 0; state 228 chrome/browser/chromeos/login/screens/update_screen.cc const NetworkPortalDetector::CaptivePortalState& state) { state 231 chrome/browser/chromeos/login/screens/update_screen.cc << "state.status=" << state.status << ", " state 232 chrome/browser/chromeos/login/screens/update_screen.cc << "state.response_code=" << state.response_code; state 236 chrome/browser/chromeos/login/screens/update_screen.cc state.status == NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_UNKNOWN) { state 242 chrome/browser/chromeos/login/screens/update_screen.cc state.status == NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_OFFLINE) && state 254 chrome/browser/chromeos/login/screens/update_screen.cc NetworkPortalDetector::CaptivePortalStatus status = state.status; state 78 chrome/browser/chromeos/login/screens/update_screen.h const NetworkPortalDetector::CaptivePortalState& state) OVERRIDE; state 109 chrome/browser/chromeos/login/screens/update_screen_browsertest.cc const NetworkPortalDetector::CaptivePortalState& state) { state 112 chrome/browser/chromeos/login/screens/update_screen_browsertest.cc state); state 153 chrome/browser/chromeos/login/wizard_controller_browsertest.cc void WaitForAutoEnrollmentState(policy::AutoEnrollmentState state) { state 160 chrome/browser/chromeos/login/wizard_controller_browsertest.cc base::Bind(&QuitLoopOnAutoEnrollmentProgress, state, &loop))); state 793 chrome/browser/chromeos/mobile/mobile_activator.cc const char* MobileActivator::GetStateDescription(PlanActivationState state) { state 794 chrome/browser/chromeos/mobile/mobile_activator.cc switch (state) { state 102 chrome/browser/chromeos/mobile/mobile_activator.h PlanActivationState state, state 119 chrome/browser/chromeos/mobile/mobile_activator.h PlanActivationState state() const { return state_; } state 239 chrome/browser/chromeos/mobile/mobile_activator.h std::string* state, state 251 chrome/browser/chromeos/mobile/mobile_activator.h static const char* GetStateDescription(PlanActivationState state); state 97 chrome/browser/chromeos/mobile/mobile_activator_unittest.cc void set_activator_state(const MobileActivator::PlanActivationState state) { state 98 chrome/browser/chromeos/mobile/mobile_activator_unittest.cc mobile_activator_.state_ = state; state 103 chrome/browser/chromeos/mobile/mobile_activator_unittest.cc void set_connection_state(const std::string& state) { state 104 chrome/browser/chromeos/mobile/mobile_activator_unittest.cc cellular_network_.connection_state_ = state; state 271 chrome/browser/chromeos/mobile/mobile_activator_unittest.cc EXPECT_EQ(mobile_activator_.state(), MobileActivator::PLAN_ACTIVATION_START); state 56 chrome/browser/chromeos/net/network_portal_detector.h const CaptivePortalState& state) = 0; state 265 chrome/browser/chromeos/net/network_portal_detector_impl.cc CaptivePortalState state; state 266 chrome/browser/chromeos/net/network_portal_detector_impl.cc state.status = CAPTIVE_PORTAL_STATUS_OFFLINE; state 267 chrome/browser/chromeos/net/network_portal_detector_impl.cc OnDetectionCompleted(NULL, state); state 289 chrome/browser/chromeos/net/network_portal_detector_impl.cc CaptivePortalState state = GetCaptivePortalState(default_network->path()); state 290 chrome/browser/chromeos/net/network_portal_detector_impl.cc if (state.status == CAPTIVE_PORTAL_STATUS_UNKNOWN || state 291 chrome/browser/chromeos/net/network_portal_detector_impl.cc state.status == CAPTIVE_PORTAL_STATUS_OFFLINE || state 423 chrome/browser/chromeos/net/network_portal_detector_impl.cc CaptivePortalState state; state 424 chrome/browser/chromeos/net/network_portal_detector_impl.cc state.response_code = response_code; state 425 chrome/browser/chromeos/net/network_portal_detector_impl.cc state.time = GetCurrentTimeTicks(); state 428 chrome/browser/chromeos/net/network_portal_detector_impl.cc if (state.response_code == net::HTTP_PROXY_AUTHENTICATION_REQUIRED) { state 429 chrome/browser/chromeos/net/network_portal_detector_impl.cc state.status = CAPTIVE_PORTAL_STATUS_PROXY_AUTH_REQUIRED; state 436 chrome/browser/chromeos/net/network_portal_detector_impl.cc state.status = CAPTIVE_PORTAL_STATUS_PORTAL; state 440 chrome/browser/chromeos/net/network_portal_detector_impl.cc << CaptivePortalStatusString(state.status) << " " state 444 chrome/browser/chromeos/net/network_portal_detector_impl.cc state.status = CAPTIVE_PORTAL_STATUS_OFFLINE; state 448 chrome/browser/chromeos/net/network_portal_detector_impl.cc state.status = CAPTIVE_PORTAL_STATUS_ONLINE; state 451 chrome/browser/chromeos/net/network_portal_detector_impl.cc state.status = CAPTIVE_PORTAL_STATUS_PORTAL; state 457 chrome/browser/chromeos/net/network_portal_detector_impl.cc OnDetectionCompleted(network, state); state 482 chrome/browser/chromeos/net/network_portal_detector_impl.cc const CaptivePortalState& state) { state 484 chrome/browser/chromeos/net/network_portal_detector_impl.cc NotifyDetectionCompleted(network, state); state 490 chrome/browser/chromeos/net/network_portal_detector_impl.cc if (it == portal_state_map_.end() || it->second.status != state.status || state 491 chrome/browser/chromeos/net/network_portal_detector_impl.cc it->second.response_code != state.response_code) { state 495 chrome/browser/chromeos/net/network_portal_detector_impl.cc << "status=" << CaptivePortalStatusString(state.status) << ", " state 496 chrome/browser/chromeos/net/network_portal_detector_impl.cc << "response_code=" << state.response_code; state 501 chrome/browser/chromeos/net/network_portal_detector_impl.cc RecordDetectionStats(network, state.status); state 504 chrome/browser/chromeos/net/network_portal_detector_impl.cc state.status == CAPTIVE_PORTAL_STATUS_ONLINE) { state 505 chrome/browser/chromeos/net/network_portal_detector_impl.cc RecordPortalToOnlineTransition(state.time - it->second.time); state 508 chrome/browser/chromeos/net/network_portal_detector_impl.cc portal_state_map_[network->path()] = state; state 510 chrome/browser/chromeos/net/network_portal_detector_impl.cc NotifyDetectionCompleted(network, state); state 515 chrome/browser/chromeos/net/network_portal_detector_impl.cc const CaptivePortalState& state) { state 517 chrome/browser/chromeos/net/network_portal_detector_impl.cc Observer, observers_, OnPortalDetectionCompleted(network, state)); state 518 chrome/browser/chromeos/net/network_portal_detector_impl.cc notification_controller_.OnPortalDetectionCompleted(network, state); state 140 chrome/browser/chromeos/net/network_portal_detector_impl.h const CaptivePortalState& state); state 150 chrome/browser/chromeos/net/network_portal_detector_impl.h State state() const { return state_; } state 60 chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc const NetworkPortalDetector::CaptivePortalState& state)); state 105 chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc NetworkPortalDetector::CaptivePortalState state = state 107 chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc ASSERT_EQ(status, state.status); state 108 chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc ASSERT_EQ(response_code, state.response_code); state 129 chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc return network_portal_detector()->state(); state 159 chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc return (NetworkPortalDetectorImpl::STATE_IDLE == state()); state 163 chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc return (NetworkPortalDetectorImpl::STATE_PORTAL_CHECK_PENDING == state()); state 167 chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc return (NetworkPortalDetectorImpl::STATE_CHECKING_FOR_PORTAL == state()); state 26 chrome/browser/chromeos/net/network_portal_detector_test_impl.cc const CaptivePortalState& state) { state 28 chrome/browser/chromeos/net/network_portal_detector_test_impl.cc portal_state_map_[service_path] = state; state 32 chrome/browser/chromeos/net/network_portal_detector_test_impl.cc CaptivePortalState state; state 35 chrome/browser/chromeos/net/network_portal_detector_test_impl.cc state = portal_state_map_[default_network_->path()]; state 38 chrome/browser/chromeos/net/network_portal_detector_test_impl.cc OnPortalDetectionCompleted(default_network_.get(), state)); state 26 chrome/browser/chromeos/net/network_portal_detector_test_impl.h const CaptivePortalState& state); state 134 chrome/browser/chromeos/net/network_portal_notification_controller.cc const NetworkPortalDetector::CaptivePortalState& state) { state 139 chrome/browser/chromeos/net/network_portal_notification_controller.cc state.status != NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL) { state 42 chrome/browser/chromeos/net/network_portal_notification_controller.h const NetworkPortalDetector::CaptivePortalState& state); state 83 chrome/browser/chromeos/net/network_portal_notification_controller_unittest.cc const NetworkPortalDetector::CaptivePortalState& state) { state 84 chrome/browser/chromeos/net/network_portal_notification_controller_unittest.cc controller_.OnPortalDetectionCompleted(network, state); state 212 chrome/browser/chromeos/options/network_config_view.cc void NetworkConfigView::GetAccessibleState(ui::AXViewState* state) { state 213 chrome/browser/chromeos/options/network_config_view.cc state->name = state 215 chrome/browser/chromeos/options/network_config_view.cc state->role = ui::AX_ROLE_DIALOG; state 70 chrome/browser/chromeos/options/network_config_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 221 chrome/browser/chromeos/policy/auto_enrollment_client.cc void AutoEnrollmentClient::ReportProgress(AutoEnrollmentState state) { state 222 chrome/browser/chromeos/policy/auto_enrollment_client.cc state_ = state; state 109 chrome/browser/chromeos/policy/auto_enrollment_client.h AutoEnrollmentState state() const { return state_; } state 130 chrome/browser/chromeos/policy/auto_enrollment_client.h void ReportProgress(AutoEnrollmentState state); state 83 chrome/browser/chromeos/policy/auto_enrollment_client_unittest.cc void ProgressCallback(AutoEnrollmentState state) { state 84 chrome/browser/chromeos/policy/auto_enrollment_client_unittest.cc state_ = state; state 322 chrome/browser/chromeos/policy/device_status_collector.cc void DeviceStatusCollector::IdleStateCallback(IdleState state) { state 329 chrome/browser/chromeos/policy/device_status_collector.cc if (state == IDLE_STATE_ACTIVE) { state 84 chrome/browser/chromeos/policy/device_status_collector.h void IdleStateCallback(IdleState state); state 108 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.cc if ((error.state() == GoogleServiceAuthError::CONNECTION_FAILED || state 109 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.cc error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE || state 110 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.cc error.state() == GoogleServiceAuthError::REQUEST_CANCELED) && state 305 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.cc if (error.state() == GoogleServiceAuthError::NONE) { state 315 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.cc error.state(), state 317 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.cc if (error.state() == GoogleServiceAuthError::CONNECTION_FAILED) { state 87 chrome/browser/chromeos/policy/wildcard_login_checker.cc if (error.state() != GoogleServiceAuthError::NONE) { state 242 chrome/browser/chromeos/power/cpu_data_collector.cc for (size_t state = 0; state < state_count; ++state) { state 248 chrome/browser/chromeos/power/cpu_data_collector.cc base::SplitString(lines[state], ' ', &pair); state 200 chrome/browser/chromeos/profiles/profile_helper.cc OAuth2LoginManager::SessionRestoreState state) { state 201 chrome/browser/chromeos/profiles/profile_helper.cc if (state == OAuth2LoginManager::SESSION_RESTORE_DONE || state 202 chrome/browser/chromeos/profiles/profile_helper.cc state == OAuth2LoginManager::SESSION_RESTORE_FAILED || state 203 chrome/browser/chromeos/profiles/profile_helper.cc state == OAuth2LoginManager::SESSION_RESTORE_CONNECTION_FAILED) { state 103 chrome/browser/chromeos/profiles/profile_helper.h OAuth2LoginManager::SessionRestoreState state) OVERRIDE; state 320 chrome/browser/chromeos/proxy_cros_settings_parser.cc switch (config.state) { state 180 chrome/browser/chromeos/ui/idle_app_name_notification_view.cc virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE { state 181 chrome/browser/chromeos/ui/idle_app_name_notification_view.cc state->name = spoken_text_; state 182 chrome/browser/chromeos/ui/idle_app_name_notification_view.cc state->role = ui::AX_ROLE_ALERT; state 246 chrome/browser/chromeos/ui/idle_app_name_notification_view.cc ui::AXViewState state; state 248 chrome/browser/chromeos/ui/idle_app_name_notification_view.cc view_->GetAccessibleState(&state); state 249 chrome/browser/chromeos/ui/idle_app_name_notification_view.cc return state.name; state 17 chrome/browser/chromeos/ui_proxy_config.cc state(ProxyPrefs::CONFIG_UNSET), state 89 chrome/browser/chromeos/ui_proxy_config.h ProxyPrefs::ConfigState state; state 98 chrome/browser/chromeos/ui_proxy_config_service.cc << ProxyPrefs::ConfigStateToDebugString(current_ui_config_.state) state 129 chrome/browser/chromeos/ui_proxy_config_service.cc current_ui_config_.state = ProxyPrefs::CONFIG_SYSTEM; state 171 chrome/browser/chromeos/ui_proxy_config_service.cc current_ui_config_.state = effective_config_state; state 175 chrome/browser/chromeos/ui_proxy_config_service.cc current_ui_config_.state = ProxyPrefs::CONFIG_POLICY; state 63 chrome/browser/command_updater.h void UpdateCommandEnabled(int id, bool state); state 31 chrome/browser/content_settings/content_settings_usages_state_unittest.cc ContentSettingsUsagesState state(&profile, type); state 38 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.DidNavigate(load_committed_details); state 46 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.OnPermissionSet(url_0, true); state 55 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.OnPermissionSet(url_1, false); state 58 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.state_map(); state 63 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags); state 86 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.OnPermissionSet(url_0, false); state 90 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags); state 112 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.OnPermissionSet(url_0, true); state 115 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.DidNavigate(load_committed_details); state 118 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.state_map(); state 123 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.DidNavigate(load_committed_details); state 125 chrome/browser/content_settings/content_settings_usages_state_unittest.cc EXPECT_TRUE(state.state_map().empty()); state 129 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags); state 136 chrome/browser/content_settings/content_settings_usages_state_unittest.cc ContentSettingsUsagesState state(&profile, type); state 143 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.DidNavigate(load_committed_details); state 151 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.OnPermissionSet(url_0, true); state 160 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.OnPermissionSet(url_1, true); state 169 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.OnPermissionSet(url_2, true); state 172 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.state_map(); state 177 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags); state 190 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.OnPermissionSet(url_1, false); state 193 chrome/browser/content_settings/content_settings_usages_state_unittest.cc state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags); state 235 chrome/browser/custom_handlers/protocol_handler_registry.cc ShellIntegration::DefaultWebClientUIState state) { state 238 chrome/browser/custom_handlers/protocol_handler_registry.cc (state == ShellIntegration::STATE_NOT_DEFAULT)) { state 50 chrome/browser/custom_handlers/protocol_handler_registry.h ShellIntegration::DefaultWebClientUIState state) OVERRIDE; state 174 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc ShellIntegration::DefaultWebClientUIState state) OVERRIDE { state 176 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc state); state 177 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc if (state == ShellIntegration::STATE_IS_DEFAULT) { state 180 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc if (state != ShellIntegration::STATE_PROCESSING) { state 310 chrome/browser/download/chrome_download_manager_delegate.cc SafeBrowsingState* state = static_cast<SafeBrowsingState*>( state 312 chrome/browser/download/chrome_download_manager_delegate.cc if (!state) { state 313 chrome/browser/download/chrome_download_manager_delegate.cc state = new SafeBrowsingState(); state 314 chrome/browser/download/chrome_download_manager_delegate.cc item->SetUserData(&kSafeBrowsingUserDataKey, state); state 316 chrome/browser/download/chrome_download_manager_delegate.cc state->SetVerdict(DownloadProtectionService::SAFE); state 325 chrome/browser/download/chrome_download_manager_delegate.cc SafeBrowsingState* state = static_cast<SafeBrowsingState*>( state 327 chrome/browser/download/chrome_download_manager_delegate.cc if (!state) { state 333 chrome/browser/download/chrome_download_manager_delegate.cc state = new SafeBrowsingState(); state 334 chrome/browser/download/chrome_download_manager_delegate.cc state->set_callback(internal_complete_callback); state 335 chrome/browser/download/chrome_download_manager_delegate.cc item->SetUserData(&kSafeBrowsingUserDataKey, state); state 344 chrome/browser/download/chrome_download_manager_delegate.cc } else if (!state->is_complete()) { state 346 chrome/browser/download/chrome_download_manager_delegate.cc state->set_callback(internal_complete_callback); state 675 chrome/browser/download/chrome_download_manager_delegate.cc SafeBrowsingState* state = static_cast<SafeBrowsingState*>( state 677 chrome/browser/download/chrome_download_manager_delegate.cc state->SetVerdict(result); state 581 chrome/browser/download/download_browsertest.cc DownloadItem::DownloadState state) { state 588 chrome/browser/download/download_browsertest.cc EXPECT_EQ(state, download_items[i]->GetState()) << " Item " << i; state 592 chrome/browser/download/download_browsertest.cc void CheckDownloadStates(size_t num, DownloadItem::DownloadState state) { state 593 chrome/browser/download/download_browsertest.cc CheckDownloadStatesForBrowser(browser(), num, state); state 1791 chrome/browser/download/download_browsertest.cc EXPECT_EQ(content::DownloadItem::IN_PROGRESS, row.state); state 1826 chrome/browser/download/download_browsertest.cc EXPECT_EQ(content::DownloadItem::INTERRUPTED, row1.state); state 1870 chrome/browser/download/download_browsertest.cc EXPECT_EQ(content::DownloadItem::IN_PROGRESS, row.state); state 1890 chrome/browser/download/download_browsertest.cc EXPECT_EQ(content::DownloadItem::COMPLETE, row1.state); state 143 chrome/browser/download/download_history.cc (previous->state != current.state) || state 187 chrome/browser/download/download_history.cc return data && (data->state() == DownloadHistoryData::PERSISTED); state 244 chrome/browser/download/download_history.cc it->state, state 254 chrome/browser/download/download_history.cc DCHECK_EQ(DownloadHistoryData::Get(item)->state(), state 271 chrome/browser/download/download_history.cc (data->state() != DownloadHistoryData::NOT_PERSISTED) || state 360 chrome/browser/download/download_history.cc if (data->state() == DownloadHistoryData::NOT_PERSISTED) { state 395 chrome/browser/download/download_history.cc if (data->state() != DownloadHistoryData::PERSISTED) { state 396 chrome/browser/download/download_history.cc if (data->state() == DownloadHistoryData::PERSISTING) { state 51 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.state, right.state); state 252 chrome/browser/download/download_history_unittest.cc infos->at(index).state, state 370 chrome/browser/download/download_history_unittest.cc content::DownloadItem::DownloadState state, state 393 chrome/browser/download/download_history_unittest.cc info->state = state; state 424 chrome/browser/download/download_history_unittest.cc EXPECT_CALL(item(index), GetState()).WillRepeatedly(Return(state)); state 596 chrome/browser/download/download_history_unittest.cc info.state = content::DownloadItem::INTERRUPTED; state 370 chrome/browser/download/download_item_model_unittest.cc DownloadItem::DownloadState state; state 409 chrome/browser/download/download_item_model_unittest.cc .WillRepeatedly(Return(test_case.state)); state 54 chrome/browser/download/download_path_reservation_tracker_unittest.cc void SetState(DownloadState state) { state 55 chrome/browser/download/download_path_reservation_tracker_unittest.cc state_ = state; state 258 chrome/browser/download/download_query.cc void DownloadQuery::AddFilter(DownloadItem::DownloadState state) { state 259 chrome/browser/download/download_query.cc AddFilter(base::Bind(&FieldMatches<DownloadItem::DownloadState>, state, EQ, state 107 chrome/browser/download/download_query.h void AddFilter(content::DownloadItem::DownloadState state); state 78 chrome/browser/download/download_request_infobar_delegate_unittest.cc MockTabDownloadState state; state 79 chrome/browser/download/download_request_infobar_delegate_unittest.cc if (state.infobar_delegate()->Accept()) state 80 chrome/browser/download/download_request_infobar_delegate_unittest.cc state.delete_infobar_delegate(); state 81 chrome/browser/download/download_request_infobar_delegate_unittest.cc EXPECT_TRUE(state.accepted()); state 85 chrome/browser/download/download_request_infobar_delegate_unittest.cc MockTabDownloadState state; state 86 chrome/browser/download/download_request_infobar_delegate_unittest.cc if (state.infobar_delegate()->Cancel()) state 87 chrome/browser/download/download_request_infobar_delegate_unittest.cc state.delete_infobar_delegate(); state 88 chrome/browser/download/download_request_infobar_delegate_unittest.cc EXPECT_FALSE(state.accepted()); state 92 chrome/browser/download/download_request_infobar_delegate_unittest.cc MockTabDownloadState state; state 93 chrome/browser/download/download_request_infobar_delegate_unittest.cc state.delete_infobar_delegate(); state 94 chrome/browser/download/download_request_infobar_delegate_unittest.cc EXPECT_FALSE(state.accepted()); state 279 chrome/browser/download/download_request_limiter.cc TabDownloadState* state = GetDownloadState(web_contents, NULL, false); state 280 chrome/browser/download/download_request_limiter.cc return state ? state->download_status() : ALLOW_ONE_DOWNLOAD; state 312 chrome/browser/download/download_request_limiter.cc TabDownloadState* state = state 314 chrome/browser/download/download_request_limiter.cc state_map_[web_contents] = state; state 315 chrome/browser/download/download_request_limiter.cc return state; state 390 chrome/browser/download/download_request_limiter.cc TabDownloadState* state = GetDownloadState( state 392 chrome/browser/download/download_request_limiter.cc switch (state->download_status()) { state 394 chrome/browser/download/download_request_limiter.cc if (state->download_count() && !(state->download_count() % state 396 chrome/browser/download/download_request_limiter.cc state->set_download_status(PROMPT_BEFORE_DOWNLOAD); state 398 chrome/browser/download/download_request_limiter.cc state->increment_download_count(); state 402 chrome/browser/download/download_request_limiter.cc state->set_download_status(PROMPT_BEFORE_DOWNLOAD); state 404 chrome/browser/download/download_request_limiter.cc state->increment_download_count(); state 429 chrome/browser/download/download_request_limiter.cc state->increment_download_count(); state 444 chrome/browser/download/download_request_limiter.cc state->PromptUserForDownload(callback); state 445 chrome/browser/download/download_request_limiter.cc state->increment_download_count(); state 466 chrome/browser/download/download_request_limiter.cc void DownloadRequestLimiter::Remove(TabDownloadState* state, state 470 chrome/browser/download/download_request_limiter.cc delete state; state 247 chrome/browser/download/download_request_limiter.h void Remove(TabDownloadState* state, content::WebContents* contents); state 142 chrome/browser/download/download_request_limiter_unittest.cc DownloadRequestLimiter::TabDownloadState* state = state 144 chrome/browser/download/download_request_limiter_unittest.cc if (state) state 145 chrome/browser/download/download_request_limiter_unittest.cc state->DidGetUserGesture(); state 150 chrome/browser/download/download_request_limiter_unittest.cc DownloadRequestLimiter::TabDownloadState* state = state 153 chrome/browser/download/download_request_limiter_unittest.cc state->AboutToNavigateRenderView(NULL); state 115 chrome/browser/download/download_status_updater_unittest.cc content::DownloadItem::DownloadState state = state 118 chrome/browser/download/download_status_updater_unittest.cc EXPECT_CALL(*item, GetState()).WillRepeatedly(Return(state)); state 170 chrome/browser/download/save_page_browsertest.cc if (info.state != expected_state) { state 171 chrome/browser/download/save_page_browsertest.cc VLOG(20) << __FUNCTION__ << " " << info.state state 58 chrome/browser/drive/drive_notification_manager.cc syncer::InvalidatorState state) { state 59 chrome/browser/drive/drive_notification_manager.cc push_notification_enabled_ = (state == syncer::INVALIDATIONS_ENABLED); state 63 chrome/browser/drive/drive_notification_manager.cc DVLOG(1) << "XMPP Notifications disabled (state=" << state << ")"; state 39 chrome/browser/drive/drive_notification_manager.h syncer::InvalidatorState state) OVERRIDE; state 247 chrome/browser/extensions/api/app_window/app_window_api.cc switch (options->state) { state 252 chrome/browser/extensions/api/app_window/app_window_api.cc create_params.state = ui::SHOW_STATE_FULLSCREEN; state 255 chrome/browser/extensions/api/app_window/app_window_api.cc create_params.state = ui::SHOW_STATE_MAXIMIZED; state 258 chrome/browser/extensions/api/app_window/app_window_api.cc create_params.state = ui::SHOW_STATE_MINIMIZED; state 118 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc uint32 state_pos = 0, state_shifter = node.state; state 238 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc bluetooth::AdapterState state; state 239 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc PopulateAdapterState(*adapter.get(), &state); state 240 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc SetResult(state.ToValue().release()); state 251 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc api::bluetooth::AdapterState state; state 252 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc ASSERT_TRUE(api::bluetooth::AdapterState::Populate(*result, &state)); state 254 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc EXPECT_FALSE(state.available); state 255 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc EXPECT_TRUE(state.powered); state 256 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc EXPECT_FALSE(state.discovering); state 257 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc EXPECT_EQ(kName, state.name); state 258 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc EXPECT_EQ(kAdapterAddress, state.address); state 375 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc bluetooth::AdapterState state; state 376 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc PopulateAdapterState(*adapter_.get(), &state); state 379 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc bluetooth::OnAdapterStateChanged::Create(state); state 15 chrome/browser/extensions/api/braille_display_private/mock_braille_controller.cc scoped_ptr<DisplayState> state(new DisplayState()); state 16 chrome/browser/extensions/api/braille_display_private/mock_braille_controller.cc state->available = available_; state 18 chrome/browser/extensions/api/braille_display_private/mock_braille_controller.cc state->text_cell_count.reset(new int(18)); state 19 chrome/browser/extensions/api/braille_display_private/mock_braille_controller.cc return state.Pass(); state 197 chrome/browser/extensions/api/cast_channel/cast_socket.cc ConnectionState state = connect_state_; state 201 chrome/browser/extensions/api/cast_channel/cast_socket.cc switch (state) { state 225 chrome/browser/extensions/api/cast_channel/cast_socket.cc NOTREACHED() << "BUG in connect flow. Unknown state: " << state; state 387 chrome/browser/extensions/api/cast_channel/cast_socket.cc WriteState state = write_state_; state 389 chrome/browser/extensions/api/cast_channel/cast_socket.cc switch (state) { state 403 chrome/browser/extensions/api/cast_channel/cast_socket.cc NOTREACHED() << "BUG in write flow. Unknown state: " << state; state 521 chrome/browser/extensions/api/cast_channel/cast_socket.cc ReadState state = read_state_; state 524 chrome/browser/extensions/api/cast_channel/cast_socket.cc switch (state) { state 538 chrome/browser/extensions/api/cast_channel/cast_socket.cc NOTREACHED() << "BUG in read flow. Unknown state: " << state; state 69 chrome/browser/extensions/api/content_settings/content_settings_service.cc bool state) { state 70 chrome/browser/extensions/api/content_settings/content_settings_service.cc content_settings_store_->SetExtensionState(extension_id, state); state 45 chrome/browser/extensions/api/content_settings/content_settings_service.h bool state) OVERRIDE; state 134 chrome/browser/extensions/api/dial/dial_service.cc const chromeos::NetworkState* state = chromeos::NetworkHandler::Get() state 137 chrome/browser/extensions/api/dial/dial_service.cc if (state state 138 chrome/browser/extensions/api/dial/dial_service.cc && net::ParseIPLiteralToNumber(state->ip_address(), &bind_ip_address) state 140 chrome/browser/extensions/api/dial/dial_service.cc DVLOG(1) << "Found " << state->type() << ", " << state->name() << ": " state 141 chrome/browser/extensions/api/dial/dial_service.cc << state->ip_address(); state 217 chrome/browser/extensions/api/downloads/downloads_api.cc const char* StateString(DownloadItem::DownloadState state) { state 218 chrome/browser/extensions/api/downloads/downloads_api.cc DCHECK(state >= 0); state 219 chrome/browser/extensions/api/downloads/downloads_api.cc DCHECK(state < static_cast<DownloadItem::DownloadState>( state 221 chrome/browser/extensions/api/downloads/downloads_api.cc if (state < 0 || state >= static_cast<DownloadItem::DownloadState>( state 224 chrome/browser/extensions/api/downloads/downloads_api.cc return kStateStrings[state]; state 227 chrome/browser/extensions/api/downloads/downloads_api.cc DownloadItem::DownloadState StateEnumFromString(const std::string& state) { state 229 chrome/browser/extensions/api/downloads/downloads_api.cc if ((kStateStrings[i] != NULL) && (state == kStateStrings[i])) state 511 chrome/browser/extensions/api/downloads/downloads_api.cc downloads::ToString(query_in.state); state 513 chrome/browser/extensions/api/downloads/downloads_api.cc DownloadItem::DownloadState state = StateEnumFromString(state_string); state 514 chrome/browser/extensions/api/downloads/downloads_api.cc if (state == DownloadItem::MAX_DOWNLOAD_STATE) { state 518 chrome/browser/extensions/api/downloads/downloads_api.cc query_out.AddFilter(state); state 262 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc DownloadItem::DownloadState state; state 433 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc history_info[i].state, // state state 75 chrome/browser/extensions/api/hotword_private/hotword_private_api.cc prefs->SetBoolean(prefs::kHotwordSearchEnabled, params->state); state 85 chrome/browser/extensions/api/hotword_private/hotword_private_api.cc prefs->SetBoolean(prefs::kHotwordAudioLoggingEnabled, params->state); state 42 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc if (ubertoken_error_.state() == GoogleServiceAuthError::NONE) state 454 chrome/browser/extensions/api/identity/identity_api.cc switch (error.state()) { state 519 chrome/browser/extensions/api/identity/identity_apitest.cc id_api()->GetAuthStatusForTest().state()); state 45 chrome/browser/extensions/api/idle/idle_api.cc void IdleQueryStateFunction::IdleStateCallback(IdleState state) { state 46 chrome/browser/extensions/api/idle/idle_api.cc SetResult(IdleManager::CreateIdleValue(state)); state 25 chrome/browser/extensions/api/idle/idle_api.h void IdleStateCallback(IdleState state); state 105 chrome/browser/extensions/api/idle/idle_manager.cc IdleState state; state 108 chrome/browser/extensions/api/idle/idle_manager.cc state = IDLE_STATE_LOCKED; state 110 chrome/browser/extensions/api/idle/idle_manager.cc state = IDLE_STATE_IDLE; state 112 chrome/browser/extensions/api/idle/idle_manager.cc state = IDLE_STATE_ACTIVE; state 114 chrome/browser/extensions/api/idle/idle_manager.cc return state; state 169 chrome/browser/extensions/api/networking_private/networking_private_api_chromeos.cc const NetworkState* state = NetworkHandler::Get()->network_state_handler()-> state 171 chrome/browser/extensions/api/networking_private/networking_private_api_chromeos.cc if (!state) { state 177 chrome/browser/extensions/api/networking_private/networking_private_api_chromeos.cc state->GetProperties(result_dict.get()); state 714 chrome/browser/extensions/api/networking_private/networking_private_api_chromeos.cc NetworkPortalDetector::CaptivePortalState state = state 718 chrome/browser/extensions/api/networking_private/networking_private_api_chromeos.cc NetworkPortalDetector::CaptivePortalStatusString(state.status))); state 468 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc NetworkPortalDetector::CaptivePortalState state; state 469 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc state.status = NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_ONLINE; state 470 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc detector->SetDetectionResultsForTesting("stub_ethernet", state); state 472 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc state.status = NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_OFFLINE; state 473 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc detector->SetDetectionResultsForTesting("stub_wifi1", state); state 475 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc state.status = NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL; state 476 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc detector->SetDetectionResultsForTesting("stub_wifi2", state); state 478 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc state.status = state 480 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc detector->SetDetectionResultsForTesting("stub_cellular1", state); state 181 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc << error.error_message() << " " << error.state(); state 263 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc (0 != error.state())) { state 264 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc error_text = base::IntToString(error.state()); state 270 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc switch (error.state()) { state 120 chrome/browser/extensions/api/push_messaging/push_messaging_invalidation_handler.cc syncer::InvalidatorState state) { state 49 chrome/browser/extensions/api/push_messaging/push_messaging_invalidation_handler.h syncer::InvalidatorState state) OVERRIDE; state 110 chrome/browser/extensions/api/sessions/sessions_api.cc const windows::Window::State& state) { state 118 chrome/browser/extensions/api/sessions/sessions_api.cc window_struct->state = state; state 296 chrome/browser/extensions/api/sessions/sessions_api.cc windows::Window::State state = windows::Window::STATE_NONE; state 299 chrome/browser/extensions/api/sessions/sessions_api.cc state = windows::Window::STATE_NORMAL; state 302 chrome/browser/extensions/api/sessions/sessions_api.cc state = windows::Window::STATE_MINIMIZED; state 305 chrome/browser/extensions/api/sessions/sessions_api.cc state = windows::Window::STATE_MAXIMIZED; state 308 chrome/browser/extensions/api/sessions/sessions_api.cc state = windows::Window::STATE_FULLSCREEN; state 318 chrome/browser/extensions/api/sessions/sessions_api.cc CreateWindowModelHelper(tabs.Pass(), session_id, type, state)); state 73 chrome/browser/extensions/api/sync_file_system/extension_sync_event_observer.cc sync_file_system::SyncServiceState state, state 77 chrome/browser/extensions/api/sync_file_system/extension_sync_event_observer.cc service_info.state = SyncServiceStateToExtensionEnum(state); state 44 chrome/browser/extensions/api/sync_file_system/extension_sync_event_observer.h sync_file_system::SyncServiceState state, state 14 chrome/browser/extensions/api/sync_file_system/sync_file_system_api_helpers.cc sync_file_system::SyncServiceState state) { state 15 chrome/browser/extensions/api/sync_file_system/sync_file_system_api_helpers.cc switch (state) { state 25 chrome/browser/extensions/api/sync_file_system/sync_file_system_api_helpers.cc NOTREACHED() << "Invalid state: " << state; state 29 chrome/browser/extensions/api/sync_file_system/sync_file_system_api_helpers.h sync_file_system::SyncServiceState state); state 76 chrome/browser/extensions/api/system_private/system_private_api.cc std::string state; state 89 chrome/browser/extensions/api/system_private/system_private_api.cc state = kNotAvailableState; state 92 chrome/browser/extensions/api/system_private/system_private_api.cc state = kNotAvailableState; state 95 chrome/browser/extensions/api/system_private/system_private_api.cc state = kNotAvailableState; state 98 chrome/browser/extensions/api/system_private/system_private_api.cc state = kUpdatingState; state 101 chrome/browser/extensions/api/system_private/system_private_api.cc state = kUpdatingState; state 105 chrome/browser/extensions/api/system_private/system_private_api.cc state = kUpdatingState; state 109 chrome/browser/extensions/api/system_private/system_private_api.cc state = kUpdatingState; state 113 chrome/browser/extensions/api/system_private/system_private_api.cc state = kNeedRestartState; state 117 chrome/browser/extensions/api/system_private/system_private_api.cc state = kNotAvailableState; state 122 chrome/browser/extensions/api/system_private/system_private_api.cc state = kNeedRestartState; state 125 chrome/browser/extensions/api/system_private/system_private_api.cc state = kNotAvailableState; state 129 chrome/browser/extensions/api/system_private/system_private_api.cc dict->SetString(kStateKey, state); state 87 chrome/browser/extensions/api/tab_capture/tab_capture_registry.h const content::MediaRequestState state) OVERRIDE; state 649 chrome/browser/extensions/api/tabs/tabs_api.cc switch (params->update_info.state) { state 286 chrome/browser/extensions/blacklist.cc BlacklistState state) { state 288 chrome/browser/extensions/blacklist.cc blacklist_state_cache_[id] = state; state 125 chrome/browser/extensions/blacklist.h void OnBlacklistStateReceived(const std::string& id, BlacklistState state); state 194 chrome/browser/extensions/blacklist_state_fetcher.cc BlacklistState state; state 201 chrome/browser/extensions/blacklist_state_fetcher.cc state = static_cast<BlacklistState>(response.verdict()); state 203 chrome/browser/extensions/blacklist_state_fetcher.cc state = BLACKLISTED_UNKNOWN; state 214 chrome/browser/extensions/blacklist_state_fetcher.cc state = BLACKLISTED_UNKNOWN; state 222 chrome/browser/extensions/blacklist_state_fetcher.cc callback_it->second.Run(state); state 94 chrome/browser/extensions/bundle_installer.cc BundleInstaller::Item::Item() : state(STATE_PENDING) {} state 112 chrome/browser/extensions/bundle_installer.cc items_[items[i].id].state = Item::STATE_PENDING; state 117 chrome/browser/extensions/bundle_installer.cc Item::State state) const { state 121 chrome/browser/extensions/bundle_installer.cc if (i->second.state == state) state 151 chrome/browser/extensions/bundle_installer.cc if (i->second.state != Item::STATE_PENDING) state 176 chrome/browser/extensions/bundle_installer.cc base::string16 BundleInstaller::GetHeadingTextFor(Item::State state) const { state 179 chrome/browser/extensions/bundle_installer.cc if (state == Item::STATE_FAILED) { state 180 chrome/browser/extensions/bundle_installer.cc if (GetItemsWithState(state).size()) state 185 chrome/browser/extensions/bundle_installer.cc size_t total = GetItemsWithState(state).size(); state 193 chrome/browser/extensions/bundle_installer.cc CHECK_LT(static_cast<size_t>(state), arraysize(kHeadingIds)); state 194 chrome/browser/extensions/bundle_installer.cc CHECK_LT(index, arraysize(kHeadingIds[state])); state 196 chrome/browser/extensions/bundle_installer.cc int msg_id = kHeadingIds[state][index]; state 308 chrome/browser/extensions/bundle_installer.cc items_[id].state = Item::STATE_FAILED; state 320 chrome/browser/extensions/bundle_installer.cc i->second.state = Item::STATE_FAILED; state 326 chrome/browser/extensions/bundle_installer.cc items_[id].state = Item::STATE_INSTALLED; state 335 chrome/browser/extensions/bundle_installer.cc items_[id].state = Item::STATE_FAILED; 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 73 chrome/browser/extensions/default_apps.cc InstallState state = state 77 chrome/browser/extensions/default_apps.cc is_migration_ = (state == kProvideLegacyDefaultApps); state 79 chrome/browser/extensions/default_apps.cc switch (state) { state 124 chrome/browser/extensions/default_apps.cc if (state == kUnknown) { state 52 chrome/browser/extensions/default_apps_unittest.cc int state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState); state 53 chrome/browser/extensions/default_apps_unittest.cc EXPECT_TRUE(state == default_apps::kAlreadyInstalledDefaultApps); state 57 chrome/browser/extensions/default_apps_unittest.cc state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState); state 58 chrome/browser/extensions/default_apps_unittest.cc EXPECT_TRUE(state == default_apps::kAlreadyInstalledDefaultApps); state 65 chrome/browser/extensions/default_apps_unittest.cc state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState); state 66 chrome/browser/extensions/default_apps_unittest.cc EXPECT_TRUE(state == default_apps::kNeverInstallDefaultApps); state 72 chrome/browser/extensions/default_apps_unittest.cc state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState); state 73 chrome/browser/extensions/default_apps_unittest.cc EXPECT_TRUE(state == default_apps::kAlreadyInstalledDefaultApps); state 89 chrome/browser/extensions/default_apps_unittest.cc state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState); state 90 chrome/browser/extensions/default_apps_unittest.cc EXPECT_TRUE(state == default_apps::kAlreadyInstalledDefaultApps); state 535 chrome/browser/extensions/extension_service.cc extensions::BlacklistState state = state 537 chrome/browser/extensions/extension_service.cc if (state == extensions::BLACKLISTED_SECURITY_VULNERABILITY || state 538 chrome/browser/extensions/extension_service.cc state == extensions::BLACKLISTED_POTENTIALLY_UNWANTED || state 539 chrome/browser/extensions/extension_service.cc state == extensions::BLACKLISTED_CWS_POLICY_VIOLATION) state 171 chrome/browser/extensions/global_shortcut_listener_x11.cc modifiers |= (x_event->xkey.state & ShiftMask) ? ui::EF_SHIFT_DOWN : 0; state 172 chrome/browser/extensions/global_shortcut_listener_x11.cc modifiers |= (x_event->xkey.state & ControlMask) ? ui::EF_CONTROL_DOWN : 0; state 173 chrome/browser/extensions/global_shortcut_listener_x11.cc modifiers |= (x_event->xkey.state & Mod1Mask) ? ui::EF_ALT_DOWN : 0; state 466 chrome/browser/extensions/menu_manager_unittest.cc EventRouter::UserGestureState state)); state 413 chrome/browser/extensions/tab_helper.cc std::string state; state 415 chrome/browser/extensions/tab_helper.cc state = extension_misc::kAppStateInstalled; state 417 chrome/browser/extensions/tab_helper.cc state = extension_misc::kAppStateDisabled; state 419 chrome/browser/extensions/tab_helper.cc state = extension_misc::kAppStateNotInstalled; state 422 chrome/browser/extensions/tab_helper.cc return_route_id, state, callback_id)); state 44 chrome/browser/extensions/test_blacklist.cc BlacklistState state) { state 45 chrome/browser/extensions/test_blacklist.cc states_[id] = state; state 83 chrome/browser/extensions/test_blacklist.cc BlacklistState state, state 85 chrome/browser/extensions/test_blacklist.cc state_fetcher_mock_.SetState(extension_id, state); state 87 chrome/browser/extensions/test_blacklist.cc switch (state) { state 29 chrome/browser/extensions/test_blacklist.h void SetState(const std::string& id, BlacklistState state); state 66 chrome/browser/extensions/test_blacklist.h BlacklistState state, state 47 chrome/browser/extensions/test_blacklist_state_fetcher.cc const std::string& id, ClientCRXListInfoResponse_Verdict state) { state 48 chrome/browser/extensions/test_blacklist_state_fetcher.cc verdicts_[id] = state; state 24 chrome/browser/extensions/test_blacklist_state_fetcher.h ClientCRXListInfoResponse_Verdict state); state 102 chrome/browser/external_protocol/external_protocol_handler.cc ShellIntegration::DefaultWebClientUIState state) OVERRIDE { state 107 chrome/browser/external_protocol/external_protocol_handler.cc if (state == ShellIntegration::STATE_PROCESSING) { state 114 chrome/browser/external_protocol/external_protocol_handler.cc if (state == ShellIntegration::STATE_IS_DEFAULT) { state 235 chrome/browser/external_protocol/external_protocol_handler.cc BlockState state) { state 243 chrome/browser/external_protocol/external_protocol_handler.cc if (state == UNKNOWN) { state 246 chrome/browser/external_protocol/external_protocol_handler.cc update_excluded_schemas->SetBoolean(scheme, (state == BLOCK)); state 49 chrome/browser/external_protocol/external_protocol_handler.h static void SetBlockState(const std::string& scheme, BlockState state); state 26 chrome/browser/fullscreen_win.cc QUERY_USER_NOTIFICATION_STATE* state); state 41 chrome/browser/fullscreen_win.cc QUERY_USER_NOTIFICATION_STATE state; state 42 chrome/browser/fullscreen_win.cc if (FAILED((*query_user_notification_state_ptr)(&state))) state 44 chrome/browser/fullscreen_win.cc return state == QUNS_RUNNING_D3D_FULL_SCREEN || state 45 chrome/browser/fullscreen_win.cc state == QUNS_PRESENTATION_MODE; state 34 chrome/browser/geolocation/geolocation_settings_state_unittest.cc GeolocationSettingsState state(&profile); state 41 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.DidNavigate(load_committed_details); state 49 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.OnGeolocationPermissionSet(url_0, true); state 58 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.OnGeolocationPermissionSet(url_1, false); state 61 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.state_map(); state 66 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags); state 89 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.OnGeolocationPermissionSet(url_0, false); state 93 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags); state 115 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.OnGeolocationPermissionSet(url_0, true); state 118 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.DidNavigate(load_committed_details); state 121 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.state_map(); state 126 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.DidNavigate(load_committed_details); state 128 chrome/browser/geolocation/geolocation_settings_state_unittest.cc EXPECT_TRUE(state.state_map().empty()); state 132 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags); state 139 chrome/browser/geolocation/geolocation_settings_state_unittest.cc GeolocationSettingsState state(&profile); state 146 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.DidNavigate(load_committed_details); state 154 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.OnGeolocationPermissionSet(url_0, true); state 163 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.OnGeolocationPermissionSet(url_1, true); state 172 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.OnGeolocationPermissionSet(url_2, true); state 175 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.state_map(); state 180 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags); state 193 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.OnGeolocationPermissionSet(url_1, false); state 196 chrome/browser/geolocation/geolocation_settings_state_unittest.cc state.GetDetailedInfo(&formatted_host_per_state, &tab_state_flags); state 121 chrome/browser/history/download_database.cc int DownloadDatabase::StateToInt(DownloadItem::DownloadState state) { state 122 chrome/browser/history/download_database.cc switch (state) { state 135 chrome/browser/history/download_database.cc DownloadItem::DownloadState DownloadDatabase::IntToState(int state) { state 136 chrome/browser/history/download_database.cc switch (state) { state 350 chrome/browser/history/download_database.cc int state = statement_main.ColumnInt(column++); state 351 chrome/browser/history/download_database.cc info->state = IntToState(state); state 352 chrome/browser/history/download_database.cc if (info->state == DownloadItem::MAX_DOWNLOAD_STATE) state 353 chrome/browser/history/download_database.cc UMA_HISTOGRAM_COUNTS("Download.DatabaseInvalidState", state); state 375 chrome/browser/history/download_database.cc } else if (info->state == DownloadItem::MAX_DOWNLOAD_STATE) { state 453 chrome/browser/history/download_database.cc int state = StateToInt(data.state); state 454 chrome/browser/history/download_database.cc if (state == kStateInvalid) { state 474 chrome/browser/history/download_database.cc statement.BindInt(column++, state); state 510 chrome/browser/history/download_database.cc int state = StateToInt(info.state); state 511 chrome/browser/history/download_database.cc if (state == kStateInvalid) state 535 chrome/browser/history/download_database.cc statement_insert.BindInt(column++, state); state 120 chrome/browser/history/download_database.h static int StateToInt(content::DownloadItem::DownloadState state); state 121 chrome/browser/history/download_database.h static content::DownloadItem::DownloadState IntToState(int state); state 12 chrome/browser/history/download_row.cc state(content::DownloadItem::IN_PROGRESS), state 47 chrome/browser/history/download_row.cc state(download_state), state 80 chrome/browser/history/download_row.h content::DownloadItem::DownloadState state; state 166 chrome/browser/history/history_unittest.cc DownloadItem::DownloadState state, state 181 chrome/browser/history/history_unittest.cc state, state 249 chrome/browser/history/history_unittest.cc EXPECT_EQ(DownloadItem::COMPLETE, downloads[0].state); state 275 chrome/browser/history/history_unittest.cc for (int state = 0; state < 5; ++state) { state 280 chrome/browser/history/history_unittest.cc s.BindInt64(0, 1 + state); state 286 chrome/browser/history/history_unittest.cc s.BindInt(6, state); state 288 chrome/browser/history/history_unittest.cc s.BindInt(8, state % 2); state 757 chrome/browser/history/history_unittest.cc EXPECT_EQ(content::DownloadItem::INTERRUPTED, results[0].state); state 101 chrome/browser/history/most_visited_tiles_experiment_unittest.cc for (int state = NTP_TILE_EXPERIMENT_ACTION_REMOVED_URL; state 102 chrome/browser/history/most_visited_tiles_experiment_unittest.cc state < NUM_NTP_TILE_EXPERIMENT_ACTIONS; state 103 chrome/browser/history/most_visited_tiles_experiment_unittest.cc ++state) { state 104 chrome/browser/history/most_visited_tiles_experiment_unittest.cc previous_metrics_count_[state] = samples->GetCount(state); state 115 chrome/browser/history/most_visited_tiles_experiment_unittest.cc for (int state = NTP_TILE_EXPERIMENT_ACTION_REMOVED_URL; state 116 chrome/browser/history/most_visited_tiles_experiment_unittest.cc state < NUM_NTP_TILE_EXPERIMENT_ACTIONS; state 117 chrome/browser/history/most_visited_tiles_experiment_unittest.cc ++state) { state 118 chrome/browser/history/most_visited_tiles_experiment_unittest.cc if (state == value) { state 119 chrome/browser/history/most_visited_tiles_experiment_unittest.cc EXPECT_EQ(previous_metrics_count_[state] + 1, state 120 chrome/browser/history/most_visited_tiles_experiment_unittest.cc samples->GetCount(state)); state 122 chrome/browser/history/most_visited_tiles_experiment_unittest.cc EXPECT_EQ(previous_metrics_count_[state], samples->GetCount(state)); state 82 chrome/browser/invalidation/fake_invalidation_service.cc syncer::InvalidatorState state) { state 83 chrome/browser/invalidation/fake_invalidation_service.cc invalidator_registrar_.UpdateInvalidatorState(state); state 76 chrome/browser/invalidation/fake_invalidation_service.h void SetInvalidatorState(syncer::InvalidatorState state); state 154 chrome/browser/invalidation/gcm_invalidation_bridge_unittest.cc request_token_errors_[0].state()); state 101 chrome/browser/invalidation/invalidation_service_android.cc syncer::InvalidatorState state) { state 103 chrome/browser/invalidation/invalidation_service_android.cc invalidator_state_ = state; state 67 chrome/browser/invalidation/invalidation_service_android.h void TriggerStateChangeForTest(syncer::InvalidatorState state); state 54 chrome/browser/invalidation/invalidation_service_android_unittest.cc void TriggerOnInvalidatorStateChange(syncer::InvalidatorState state) { state 55 chrome/browser/invalidation/invalidation_service_android_unittest.cc invalidation_service_android_->TriggerStateChangeForTest(state); state 22 chrome/browser/invalidation/invalidation_service_test_template.cc syncer::InvalidatorState state) { state 23 chrome/browser/invalidation/invalidation_service_test_template.cc FakeInvalidationHandler::OnInvalidatorStateChange(state); state 351 chrome/browser/invalidation/invalidation_service_test_template.h syncer::InvalidatorState state) OVERRIDE; state 230 chrome/browser/invalidation/ticl_invalidation_service.cc DCHECK_NE(error.state(), GoogleServiceAuthError::NONE); state 232 chrome/browser/invalidation/ticl_invalidation_service.cc switch (error.state()) { state 291 chrome/browser/invalidation/ticl_invalidation_service.cc syncer::InvalidatorState state) { state 292 chrome/browser/invalidation/ticl_invalidation_service.cc if (state == syncer::INVALIDATION_CREDENTIALS_REJECTED) { state 307 chrome/browser/invalidation/ticl_invalidation_service.cc invalidator_registrar_->UpdateInvalidatorState(state); state 309 chrome/browser/invalidation/ticl_invalidation_service.cc logger_.OnStateChange(state); state 94 chrome/browser/invalidation/ticl_invalidation_service.h syncer::InvalidatorState state) OVERRIDE; state 62 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc void TriggerOnInvalidatorStateChange(syncer::InvalidatorState state) { state 63 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc fake_invalidator_->EmitOnInvalidatorStateChange(state); state 151 chrome/browser/lifetime/application_lifetime.cc PrefService* state = g_browser_process->local_state(); state 152 chrome/browser/lifetime/application_lifetime.cc if (state) { state 153 chrome/browser/lifetime/application_lifetime.cc std::string owner_locale = state->GetString(prefs::kOwnerLocale); state 155 chrome/browser/lifetime/application_lifetime.cc state->GetString(prefs::kApplicationLocale) != owner_locale && state 156 chrome/browser/lifetime/application_lifetime.cc !state->IsManagedPreference(prefs::kApplicationLocale)) { state 157 chrome/browser/lifetime/application_lifetime.cc state->SetString(prefs::kApplicationLocale, owner_locale); state 159 chrome/browser/lifetime/application_lifetime.cc state->CommitPendingWrite(); state 173 chrome/browser/managed_mode/chromeos/manager_password_service.cc ExtendedAuthenticator::AuthState state) { state 43 chrome/browser/managed_mode/chromeos/manager_password_service.h virtual void OnAuthenticationFailure(ExtendedAuthenticator::AuthState state) state 231 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); state 243 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); state 256 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state()); state 266 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state()); state 276 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS, error().state()); state 285 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state()); state 295 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); state 298 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state()); state 310 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); state 313 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); state 323 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state()); state 332 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); state 341 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); state 351 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); state 342 chrome/browser/managed_mode/managed_user_registration_utility.cc if (error.state() != GoogleServiceAuthError::NONE) { state 41 chrome/browser/managed_mode/managed_user_registration_utility_stub.cc const GoogleServiceAuthError::State state) { state 44 chrome/browser/managed_mode/managed_user_registration_utility_stub.cc GoogleServiceAuthError error(state); state 250 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); state 264 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); state 278 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc EXPECT_EQ(GoogleServiceAuthError::REQUEST_CANCELED, error().state()); state 292 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc EXPECT_EQ(GoogleServiceAuthError::REQUEST_CANCELED, error().state()); state 343 chrome/browser/managed_mode/managed_user_service.cc DLOG_IF(ERROR, service->GetAuthError().state() == state 452 chrome/browser/managed_mode/managed_user_service.cc GoogleServiceAuthError::State state = service->GetAuthError().state(); state 454 chrome/browser/managed_mode/managed_user_service.cc return (state == GoogleServiceAuthError::NONE || state 455 chrome/browser/managed_mode/managed_user_service.cc state == GoogleServiceAuthError::CONNECTION_FAILED || state 456 chrome/browser/managed_mode/managed_user_service.cc state == GoogleServiceAuthError::SERVICE_UNAVAILABLE); state 649 chrome/browser/managed_mode/managed_user_service.cc if (auth_error.state() == GoogleServiceAuthError::NONE) { state 785 chrome/browser/media/media_capture_devices_dispatcher.cc content::MediaRequestState state) { state 792 chrome/browser/media/media_capture_devices_dispatcher.cc page_request_id, security_origin, device, state)); state 858 chrome/browser/media/media_capture_devices_dispatcher.cc content::MediaRequestState state) { state 863 chrome/browser/media/media_capture_devices_dispatcher.cc if (state == content::MEDIA_REQUEST_STATE_DONE) { state 867 chrome/browser/media/media_capture_devices_dispatcher.cc } else if (state == content::MEDIA_REQUEST_STATE_CLOSING) { state 883 chrome/browser/media/media_capture_devices_dispatcher.cc if (state == content::MEDIA_REQUEST_STATE_CLOSING) { state 906 chrome/browser/media/media_capture_devices_dispatcher.cc if (state == content::MEDIA_REQUEST_STATE_DONE) { state 908 chrome/browser/media/media_capture_devices_dispatcher.cc } else if (state == content::MEDIA_REQUEST_STATE_CLOSING) { state 918 chrome/browser/media/media_capture_devices_dispatcher.cc state)); state 56 chrome/browser/media/media_capture_devices_dispatcher.h const content::MediaRequestState state) {} state 123 chrome/browser/media/media_capture_devices_dispatcher.h content::MediaRequestState state) OVERRIDE; state 210 chrome/browser/media/media_capture_devices_dispatcher.h content::MediaRequestState state); state 140 chrome/browser/media_galleries/media_file_system_registry.cc RPHObserver* state = NULL; state 142 chrome/browser/media_galleries/media_file_system_registry.cc state = new RPHObserver(this, rph); state 143 chrome/browser/media_galleries/media_file_system_registry.cc observer_map_[rph] = state; state 145 chrome/browser/media_galleries/media_file_system_registry.cc state = observer_map_[rph]; state 148 chrome/browser/media_galleries/media_file_system_registry.cc state->AddWebContentsObserver(contents); state 607 chrome/browser/media_galleries/media_file_system_registry_unittest.cc ProfileState* state = new ProfileState(&rph_factory_); state 608 chrome/browser/media_galleries/media_file_system_registry_unittest.cc profile_states_.push_back(state); state 112 chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc UMATouchEventsState state; state 115 chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc state = UMA_TOUCH_EVENTS_ENABLED; state 117 chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc state = ui::IsTouchDevicePresent() ? state 120 chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc state = UMA_TOUCH_EVENTS_DISABLED; state 126 chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc UMA_HISTOGRAM_ENUMERATION("Touchscreen.TouchEventsEnabled", state, state 39 chrome/browser/metrics/cloned_install_detector.cc void LogMachineIdState(MachineIdState state) { state 40 chrome/browser/metrics/cloned_install_detector.cc UMA_HISTOGRAM_ENUMERATION("UMA.MachineIdState", state, ID_ENUM_SIZE); state 30 chrome/browser/metrics/thread_watcher_android_unittest.cc void NotifyApplicationStateChange(base::android::ApplicationState state) { state 33 chrome/browser/metrics/thread_watcher_android_unittest.cc base::android::ApplicationStatusListener::NotifyApplicationStateChange(state); state 70 chrome/browser/metrics/variations/variations_seed_store.cc void RecordVariationSeedEmptyHistogram(VariationSeedEmptyState state) { state 71 chrome/browser/metrics/variations/variations_seed_store.cc UMA_HISTOGRAM_ENUMERATION("Variations.SeedEmpty", state, state 135 chrome/browser/metrics/variations/variations_service.cc void RecordRequestsAllowedHistogram(ResourceRequestsAllowedState state) { state 136 chrome/browser/metrics/variations/variations_service.cc UMA_HISTOGRAM_ENUMERATION("Variations.ResourceRequestsAllowed", state, state 143 chrome/browser/metrics/variations/variations_service.cc ResourceRequestAllowedNotifier::State state) { state 144 chrome/browser/metrics/variations/variations_service.cc switch (state) { state 385 chrome/browser/metrics/variations/variations_service.cc const ResourceRequestAllowedNotifier::State state = state 387 chrome/browser/metrics/variations/variations_service.cc RecordRequestsAllowedHistogram(ResourceRequestStateToHistogramValue(state)); state 388 chrome/browser/metrics/variations/variations_service.cc if (state != ResourceRequestAllowedNotifier::ALLOWED) { state 75 chrome/browser/net/net_error_tab_helper.cc void NetErrorTabHelper::set_state_for_testing(TestingState state) { state 76 chrome/browser/net/net_error_tab_helper.cc testing_state_ = state; state 134 chrome/browser/net/net_log_temp_file.h State state() const { return state_; } state 86 chrome/browser/net/net_log_temp_file_unittest.cc std::string state; state 87 chrome/browser/net/net_log_temp_file_unittest.cc EXPECT_TRUE(dict->GetString("state", &state)); state 88 chrome/browser/net/net_log_temp_file_unittest.cc return state; state 114 chrome/browser/net/net_log_temp_file_unittest.cc net_log_temp_file_->state()); state 124 chrome/browser/net/net_log_temp_file_unittest.cc EXPECT_EQ(NetLogTempFile::STATE_NOT_LOGGING, net_log_temp_file_->state()); state 136 chrome/browser/net/net_log_temp_file_unittest.cc EXPECT_EQ(NetLogTempFile::STATE_LOGGING, net_log_temp_file_->state()); state 151 chrome/browser/net/net_log_temp_file_unittest.cc EXPECT_EQ(NetLogTempFile::STATE_LOGGING, net_log_temp_file_->state()); state 167 chrome/browser/net/net_log_temp_file_unittest.cc EXPECT_EQ(NetLogTempFile::STATE_NOT_LOGGING, net_log_temp_file_->state()); state 215 chrome/browser/net/net_log_temp_file_unittest.cc EXPECT_EQ(NetLogTempFile::STATE_NOT_LOGGING, net_log_temp_file_->state()); state 721 chrome/browser/net/predictor_unittest.cc net::TransportSecurityState state; state 722 chrome/browser/net/predictor_unittest.cc state.AddHSTS(kHttpUrl.host(), expiry, false); state 727 chrome/browser/net/predictor_unittest.cc predictor.SetTransportSecurityState(&state); state 746 chrome/browser/net/predictor_unittest.cc net::TransportSecurityState state; state 747 chrome/browser/net/predictor_unittest.cc state.AddHSTS(kHttpUrl.host(), expiry, false); state 752 chrome/browser/net/predictor_unittest.cc predictor.SetTransportSecurityState(&state); state 520 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc ProxyStartupState state = spdyproxy::PROXY_NOT_AVAILABLE; state 523 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc state = spdyproxy::PROXY_ENABLED; state 525 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc state = spdyproxy::PROXY_DISABLED; state 528 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc RecordStartupState(state); state 538 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc void DataReductionProxySettings::RecordStartupState(ProxyStartupState state) { state 540 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc state, state 209 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h virtual void RecordStartupState(spdyproxy::ProxyStartupState state); state 34 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h void(ProxyStartupState state)); state 59 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h ProbeURLFetchResult state, state 180 chrome/browser/plugins/plugin_infobar_delegates.cc (installer->state() == PluginInstaller::INSTALLER_STATE_IDLE) ? state 235 chrome/browser/plugins/plugin_infobar_delegates.cc DCHECK_EQ(PluginInstaller::INSTALLER_STATE_IDLE, installer()->state()); state 320 chrome/browser/plugins/plugin_infobar_delegates.cc (installer->state() == PluginInstaller::INSTALLER_STATE_IDLE) ? state 81 chrome/browser/plugins/plugin_installer.cc DownloadItem::DownloadState state = download->GetState(); state 82 chrome/browser/plugins/plugin_installer.cc switch (state) { state 43 chrome/browser/plugins/plugin_installer.h InstallerState state() const { return state_; } state 204 chrome/browser/plugins/plugin_observer.cc switch (installer->state()) { state 87 chrome/browser/policy/cloud/cloud_policy_invalidator.cc syncer::InvalidatorState state) { state 90 chrome/browser/policy/cloud/cloud_policy_invalidator.cc invalidation_service_enabled_ = state == syncer::INVALIDATIONS_ENABLED; state 79 chrome/browser/policy/cloud/cloud_policy_invalidator.h syncer::InvalidatorState state) OVERRIDE; state 54 chrome/browser/prefs/proxy_prefs.cc std::string ConfigStateToDebugString(ConfigState state) { state 55 chrome/browser/prefs/proxy_prefs.cc switch (state) { state 66 chrome/browser/prefs/proxy_prefs.h std::string ConfigStateToDebugString(ConfigState state); state 64 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc void SetConnectSuccessMockExpectations(ServiceState state, bool post_task); state 103 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc ServiceProcessState* state); state 111 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc ServiceProcessState* state) { state 114 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc service_process_state_.reset(state); state 233 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc ServiceProcessState* state(new ServiceProcessState); state 234 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc bool service_process_state_initialized = state->Initialize(); state 244 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc EXPECT_TRUE(service_process.Initialize(&main_message_loop, state)); state 246 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc MockServiceIPCServer server(state->GetServiceProcessChannel()); state 252 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc EXPECT_TRUE(state->SignalReady(service_process.IOMessageLoopProxy(), 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 159 chrome/browser/safe_browsing/download_feedback.cc DVLOG(1) << __FUNCTION__ << " " << state << " rlen=" << response_data.size(); state 161 chrome/browser/safe_browsing/download_feedback.cc switch (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 34 chrome/browser/safe_browsing/two_phase_uploader_unittest.cc state_ = state; state 136 chrome/browser/search/search.cc base::string16 InstantSupportStateToString(InstantSupportState state) { state 137 chrome/browser/search/search.cc switch (state) { state 311 chrome/browser/search/search.cc NewTabURLDetails(const GURL& url, NewTabURLState state) state 312 chrome/browser/search/search.cc : url(url), state(state) {} state 322 chrome/browser/search/search.cc NewTabURLState state = IsValidNewTabURL(profile, search_provider_url); state 323 chrome/browser/search/search.cc switch (state) { state 326 chrome/browser/search/search.cc return NewTabURLDetails(search_provider_url, state); state 329 chrome/browser/search/search.cc return NewTabURLDetails(GURL(), state); state 332 chrome/browser/search/search.cc return NewTabURLDetails(local_url, state); state 337 chrome/browser/search/search.cc NewTabURLState state; state 436 chrome/browser/search/search.cc InstantSupportState state = GetInstantSupportStateFromNavigationEntry(*entry); state 437 chrome/browser/search/search.cc if (state == INSTANT_SUPPORT_NO) state 690 chrome/browser/search/search.cc if (details.state == NEW_TAB_URL_VALID && state 712 chrome/browser/search/search.cc details.state, NEW_TAB_URL_MAX); state 746 chrome/browser/search/search.cc void SetInstantSupportStateInNavigationEntry(InstantSupportState state, state 752 chrome/browser/search/search.cc InstantSupportStateToString(state)); state 250 chrome/browser/search/search.h void SetInstantSupportStateInNavigationEntry(InstantSupportState state, state 40 chrome/browser/search/suggestions/suggestions_service.cc void LogResponseState(SuggestionsResponseState state) { state 41 chrome/browser/search/suggestions/suggestions_service.cc UMA_HISTOGRAM_ENUMERATION("Suggestions.ResponseState", state, state 392 chrome/browser/services/gcm/gcm_profile_service.cc std::string GCMProfileService::GetGCMEnabledStateString(GCMEnabledState state) { state 393 chrome/browser/services/gcm/gcm_profile_service.cc switch (state) { state 73 chrome/browser/services/gcm/gcm_profile_service.h static std::string GetGCMEnabledStateString(GCMEnabledState state); state 141 chrome/browser/sessions/session_service.cc ui::WindowShowState AdjustShowState(ui::WindowShowState state) { state 142 chrome/browser/sessions/session_service.cc switch (state) { state 148 chrome/browser/sessions/session_service.cc return state; state 203 chrome/browser/shell_integration.cc DefaultWebClientState state = CheckIsDefault(); state 207 chrome/browser/shell_integration.cc &DefaultWebClientWorker::CompleteCheckIsDefault, this, state)); state 211 chrome/browser/shell_integration.cc DefaultWebClientState state) { state 213 chrome/browser/shell_integration.cc UpdateUI(state); state 243 chrome/browser/shell_integration.cc DefaultWebClientState state) { state 245 chrome/browser/shell_integration.cc switch (state) { state 240 chrome/browser/shell_integration.h virtual void SetDefaultWebClientUIState(DefaultWebClientUIState state) = 0; state 308 chrome/browser/shell_integration.h void CompleteCheckIsDefault(DefaultWebClientState state); state 321 chrome/browser/shell_integration.h void UpdateUI(DefaultWebClientState state); state 214 chrome/browser/signin/signin_error_notifier_ash.cc switch (error_controller_->auth_error().state()) { state 63 chrome/browser/signin/signin_global_error.cc if (error_controller_->auth_error().state() != state 109 chrome/browser/signin/signin_global_error.cc switch (error_controller_->auth_error().state()) { state 138 chrome/browser/signin/signin_global_error.cc if (error_controller_->auth_error().state() == state 106 chrome/browser/signin/signin_ui_util.cc const GoogleServiceAuthError::State state = state 108 chrome/browser/signin/signin_ui_util.cc signin_error_controller()->auth_error().state(); state 109 chrome/browser/signin/signin_ui_util.cc switch (state) { state 70 chrome/browser/speech/tts_linux.cc SPDNotificationType state, state 327 chrome/browser/speech/tts_linux.cc SPDNotificationType state, state 335 chrome/browser/speech/tts_linux.cc current_notification_ = state; state 339 chrome/browser/speech/tts_linux.cc state)); state 94 chrome/browser/sync/backend_migrator.cc if (manager_->state() == DataTypeManager::CONFIGURED) { state 64 chrome/browser/sync/backend_migrator.h State state() const; state 133 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_CALL(*manager(), state()) state 143 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::DISABLING_TYPES, migrator()->state()); state 147 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::REENABLING_TYPES, migrator()->state()); state 151 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::IDLE, migrator()->state()); state 164 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_CALL(*manager(), state()) state 171 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::DISABLING_TYPES, migrator()->state()); state 175 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::REENABLING_TYPES, migrator()->state()); state 179 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::IDLE, migrator()->state()); state 189 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_CALL(*manager(), state()) state 193 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::WAITING_TO_START, migrator()->state()); state 196 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_CALL(*manager(), state()) state 203 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::DISABLING_TYPES, migrator()->state()); state 216 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_CALL(*manager(), state()) state 223 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::DISABLING_TYPES, migrator()->state()); state 237 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::DISABLING_TYPES, migrator()->state()); state 241 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::REENABLING_TYPES, migrator()->state()); state 253 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_CALL(*manager(), state()) state 258 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::DISABLING_TYPES, migrator()->state()); state 266 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::DISABLING_TYPES, migrator()->state()); state 278 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_CALL(*manager(), state()) state 288 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::DISABLING_TYPES, migrator()->state()); state 291 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::DISABLING_TYPES, migrator()->state()); state 297 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::DISABLING_TYPES, migrator()->state()); state 301 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::REENABLING_TYPES, migrator()->state()); state 308 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_CALL(*manager(), state()) state 321 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::REENABLING_TYPES, migrator()->state()); state 324 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::IDLE, migrator()->state()); state 331 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_CALL(*manager(), state()) state 339 chrome/browser/sync/backend_migrator_unittest.cc EXPECT_EQ(BackendMigrator::IDLE, migrator()->state()); state 47 chrome/browser/sync/glue/autofill_data_type_controller.cc DCHECK_EQ(MODEL_STARTING, state()); state 65 chrome/browser/sync/glue/autofill_data_type_controller.cc DCHECK_EQ(MODEL_STARTING, state()); state 86 chrome/browser/sync/glue/autofill_data_type_controller.cc DCHECK_EQ(state(), MODEL_LOADED); state 226 chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::DISABLED, autofill_dtc_->state()); state 240 chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::MODEL_STARTING, autofill_dtc_->state()); state 258 chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::DISABLED, autofill_dtc_->state()); state 55 chrome/browser/sync/glue/autofill_profile_data_type_controller.cc DCHECK_EQ(state(), MODEL_STARTING); state 85 chrome/browser/sync/glue/autofill_profile_data_type_controller.cc DCHECK_EQ(state(), MODEL_STARTING); state 165 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, bookmark_dtc_->state()); state 169 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, bookmark_dtc_->state()); state 181 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::MODEL_STARTING, bookmark_dtc_->state()); state 185 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::MODEL_LOADED, bookmark_dtc_->state()); state 191 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, bookmark_dtc_->state()); state 204 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::MODEL_STARTING, bookmark_dtc_->state()); state 213 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::MODEL_LOADED, bookmark_dtc_->state()); state 268 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::DISABLED, bookmark_dtc_->state()); state 284 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, bookmark_dtc_->state()); state 297 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, bookmark_dtc_->state()); state 306 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, bookmark_dtc_->state()); state 310 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, bookmark_dtc_->state()); state 312 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, bookmark_dtc_->state()); state 61 chrome/browser/sync/glue/data_type_manager_impl.h virtual State state() const OVERRIDE; state 218 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_TRUE(DataTypeManager::DOWNLOAD_PENDING == dtm.state() || state 219 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc DataTypeManager::CONFIGURING == dtm.state()); state 267 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 270 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 273 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 285 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 289 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 292 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 295 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 309 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 312 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 330 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 334 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 337 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 357 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 361 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 364 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 389 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 393 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 398 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 402 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 406 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 427 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 432 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 436 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 444 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 449 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 453 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 457 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 478 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 483 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 487 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 495 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 500 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 504 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 508 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 529 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 534 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 538 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 542 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 547 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 551 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 555 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 568 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 572 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 576 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 596 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 601 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 605 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 610 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 635 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 640 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 644 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 649 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 654 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 658 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 678 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 682 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 686 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 691 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 695 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 697 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 701 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 725 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 729 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 734 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 738 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 742 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 744 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 748 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 766 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 778 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 782 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 791 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 806 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 813 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 823 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 830 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 835 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 841 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 859 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 864 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 868 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 871 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 890 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 894 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 898 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 906 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 910 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 913 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 919 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 937 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 942 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 946 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc GetController(PREFERENCES)->state()); state 948 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc GetController(BOOKMARKS)->state()); state 951 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 953 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc GetController(PREFERENCES)->state()); state 954 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, GetController(BOOKMARKS)->state()); state 972 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 977 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 981 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc GetController(PREFERENCES)->state()); state 983 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc GetController(BOOKMARKS)->state()); state 987 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 989 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc GetController(PREFERENCES)->state()); state 990 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, GetController(BOOKMARKS)->state()); state 1008 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 1013 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 1017 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc GetController(PREFERENCES)->state()); state 1019 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc GetController(BOOKMARKS)->state()); state 1024 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 1036 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc GetController(BOOKMARKS)->state()); state 1039 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 1041 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc GetController(PREFERENCES)->state()); state 1042 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, GetController(BOOKMARKS)->state()); state 1060 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 1065 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURING, dtm_->state()); state 1069 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc GetController(PREFERENCES)->state()); state 1071 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc GetController(BOOKMARKS)->state()); state 1076 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, GetController(PREFERENCES)->state()); state 1084 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc GetController(BOOKMARKS)->state()); state 1085 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::DOWNLOAD_PENDING, dtm_->state()); state 1090 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::CONFIGURED, dtm_->state()); state 1091 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, GetController(PREFERENCES)->state()); state 1093 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc GetController(BOOKMARKS)->state()); state 1114 chrome/browser/sync/glue/data_type_manager_impl_unittest.cc EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state()); state 60 chrome/browser/sync/glue/frontend_data_type_controller.h virtual State state() const OVERRIDE; state 29 chrome/browser/sync/glue/frontend_data_type_controller_mock.h MOCK_CONST_METHOD0(state, State()); state 174 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state()); state 176 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, frontend_dtc_->state()); state 189 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state()); state 191 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, frontend_dtc_->state()); state 198 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state()); state 202 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::MODEL_STARTING, frontend_dtc_->state()); state 204 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state()); state 222 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state()); state 224 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::DISABLED, frontend_dtc_->state()); state 236 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state()); state 238 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state()); state 247 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state()); state 249 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state()); state 257 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state()); state 259 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, frontend_dtc_->state()); state 261 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state()); state 273 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state()); state 275 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, frontend_dtc_->state()); state 279 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, frontend_dtc_->state()); state 424 chrome/browser/sync/glue/non_frontend_data_type_controller.cc void NonFrontendDataTypeController::set_state(State state) { state 425 chrome/browser/sync/glue/non_frontend_data_type_controller.cc state_ = state; state 65 chrome/browser/sync/glue/non_frontend_data_type_controller.h virtual State state() const OVERRIDE; state 161 chrome/browser/sync/glue/non_frontend_data_type_controller.h void set_state(State state); state 29 chrome/browser/sync/glue/non_frontend_data_type_controller_mock.h MOCK_CONST_METHOD0(state, State()); state 136 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc if (non_frontend_dtc_->state() != state 230 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_frontend_dtc_->state()); state 233 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, non_frontend_dtc_->state()); state 247 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_frontend_dtc_->state()); state 250 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, non_frontend_dtc_->state()); state 268 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_frontend_dtc_->state()); state 271 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::DISABLED, non_frontend_dtc_->state()); state 283 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_frontend_dtc_->state()); state 286 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_frontend_dtc_->state()); state 295 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_frontend_dtc_->state()); state 298 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_frontend_dtc_->state()); state 324 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_frontend_dtc_->state()); state 329 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_frontend_dtc_->state()); state 354 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_frontend_dtc_->state()); state 360 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_frontend_dtc_->state()); state 368 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_frontend_dtc_->state()); state 371 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, non_frontend_dtc_->state()); state 373 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_frontend_dtc_->state()); state 386 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_frontend_dtc_->state()); state 389 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, non_frontend_dtc_->state()); state 397 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_frontend_dtc_->state()); state 40 chrome/browser/sync/glue/non_ui_data_type_controller.cc if (state() != NOT_RUNNING) { state 62 chrome/browser/sync/glue/non_ui_data_type_controller.cc DCHECK(state() == MODEL_STARTING || state() == NOT_RUNNING); state 118 chrome/browser/sync/glue/non_ui_data_type_controller.cc if (state() == NOT_RUNNING) { state 130 chrome/browser/sync/glue/non_ui_data_type_controller.cc switch (state()) { state 154 chrome/browser/sync/glue/non_ui_data_type_controller.cc DCHECK_EQ(state(), RUNNING); state 233 chrome/browser/sync/glue/non_ui_data_type_controller.cc if (new_state != RUNNING && state() != NOT_RUNNING && state() != STOPPING) { state 302 chrome/browser/sync/glue/non_ui_data_type_controller.cc DCHECK_EQ(state(), ASSOCIATING); state 44 chrome/browser/sync/glue/non_ui_data_type_controller.h virtual State state() const OVERRIDE; state 28 chrome/browser/sync/glue/non_ui_data_type_controller_mock.h MOCK_CONST_METHOD0(state, State()); state 265 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 268 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, non_ui_dtc_->state()); state 283 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 286 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, non_ui_dtc_->state()); state 298 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 303 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::MODEL_STARTING, non_ui_dtc_->state()); state 305 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 324 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 332 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::DISABLED, non_ui_dtc_->state()); state 334 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 348 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 351 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 363 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 366 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 395 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 400 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 418 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 421 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 438 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 441 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, non_ui_dtc_->state()); state 443 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 455 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 458 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, non_ui_dtc_->state()); state 466 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 471 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, non_ui_dtc_->state()); state 483 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 486 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, non_ui_dtc_->state()); state 495 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, non_ui_dtc_->state()); state 53 chrome/browser/sync/glue/password_data_type_controller.cc DCHECK_EQ(MODEL_STARTING, state()); state 123 chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, search_engine_dtc_->state()); state 126 chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, search_engine_dtc_->state()); state 139 chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::MODEL_STARTING, search_engine_dtc_->state()); state 144 chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::MODEL_LOADED, search_engine_dtc_->state()); state 174 chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::DISABLED, search_engine_dtc_->state()); state 177 chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, search_engine_dtc_->state()); state 191 chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, search_engine_dtc_->state()); state 202 chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, search_engine_dtc_->state()); state 205 chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, search_engine_dtc_->state()); state 208 chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, search_engine_dtc_->state()); state 227 chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, search_engine_dtc_->state()); state 334 chrome/browser/sync/glue/sync_backend_host_core.cc syncer::InvalidatorState state) { state 336 chrome/browser/sync/glue/sync_backend_host_core.cc sync_manager_->OnInvalidatorStateChange(state); state 125 chrome/browser/sync/glue/sync_backend_host_core.h void DoOnInvalidatorStateChange(syncer::InvalidatorState state); state 679 chrome/browser/sync/glue/sync_backend_host_impl.cc syncer::InvalidatorState state) { state 684 chrome/browser/sync/glue/sync_backend_host_impl.cc state)); state 271 chrome/browser/sync/glue/sync_backend_host_impl.h syncer::InvalidatorState state) OVERRIDE; state 123 chrome/browser/sync/glue/typed_url_data_type_controller.cc if (state() != NOT_RUNNING && state() != STOPPING) { state 152 chrome/browser/sync/glue/typed_url_data_type_controller.cc DCHECK_EQ(state(), ASSOCIATING); state 54 chrome/browser/sync/glue/ui_data_type_controller.h virtual State state() const OVERRIDE; state 122 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, preference_dtc_->state()); state 125 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, preference_dtc_->state()); state 136 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, preference_dtc_->state()); state 139 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, preference_dtc_->state()); state 142 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, preference_dtc_->state()); state 154 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, preference_dtc_->state()); state 157 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::RUNNING, preference_dtc_->state()); state 160 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, preference_dtc_->state()); state 177 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, preference_dtc_->state()); state 180 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::DISABLED, preference_dtc_->state()); state 183 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, preference_dtc_->state()); state 196 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, preference_dtc_->state()); state 199 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, preference_dtc_->state()); state 213 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, preference_dtc_->state()); state 219 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc EXPECT_EQ(DataTypeController::NOT_RUNNING, preference_dtc_->state()); state 378 chrome/browser/sync/profile_sync_service.cc data_type_controllers_.find(syncer::SESSIONS)->second->state() == state 483 chrome/browser/sync/profile_sync_service.cc (*state_map)[iter->first] = iter->second.get()->state(); state 641 chrome/browser/sync/profile_sync_service.cc DCHECK_NE(error.state(), GoogleServiceAuthError::NONE); state 644 chrome/browser/sync/profile_sync_service.cc switch (error.state()) { state 740 chrome/browser/sync/profile_sync_service.cc if (data_type_manager_->state() != DataTypeManager::STOPPED) { state 780 chrome/browser/sync/profile_sync_service.cc if (last_auth_error_.state() != GoogleServiceAuthError::NONE) state 1076 chrome/browser/sync/profile_sync_service.cc migrator_->state() != browser_sync::BackendMigrator::IDLE) { state 1432 chrome/browser/sync/profile_sync_service.cc migrator_->state() != browser_sync::BackendMigrator::IDLE) { state 1465 chrome/browser/sync/profile_sync_service.cc data_type_manager_->state() != DataTypeManager::CONFIGURED) { state 2089 chrome/browser/sync/profile_sync_service.cc if (!sync_initialized() || GetAuthError().state() != AuthError::NONE) { state 2160 chrome/browser/sync/profile_sync_service.cc return data_type_manager_->state() == DataTypeManager::CONFIGURED; state 98 chrome/browser/sync/profile_sync_service_android.cc const std::string& state) { state 120 chrome/browser/sync/profile_sync_service_android.cc syncer::Invalidation::Init(object_id, version, state)); state 202 chrome/browser/sync/profile_sync_service_android.cc return sync_service_->GetAuthError().state(); state 483 chrome/browser/sync/profile_sync_service_android.cc jstring state) { state 486 chrome/browser/sync/profile_sync_service_android.cc version, ConvertJavaStringToUTF8(env, state)); state 207 chrome/browser/sync/profile_sync_service_startup_unittest.cc EXPECT_CALL(*data_type_manager, state()). state 260 chrome/browser/sync/profile_sync_service_startup_unittest.cc sync_->GetAuthError().state()); state 285 chrome/browser/sync/profile_sync_service_startup_unittest.cc EXPECT_CALL(*data_type_manager, state()). state 322 chrome/browser/sync/profile_sync_service_startup_unittest.cc EXPECT_CALL(*data_type_manager, state()). state 343 chrome/browser/sync/profile_sync_service_startup_unittest.cc EXPECT_CALL(*data_type_manager, state()). state 377 chrome/browser/sync/profile_sync_service_startup_unittest.cc EXPECT_CALL(*data_type_manager, state()). state 407 chrome/browser/sync/profile_sync_service_startup_unittest.cc EXPECT_CALL(*data_type_manager, state()). state 449 chrome/browser/sync/profile_sync_service_startup_unittest.cc EXPECT_CALL(*data_type_manager, state()). state 491 chrome/browser/sync/profile_sync_service_startup_unittest.cc EXPECT_CALL(*data_type_manager, state()). state 124 chrome/browser/sync/startup_controller_unittest.cc std::string state(controller()->GetBackendInitializationStateString()); state 125 chrome/browser/sync/startup_controller_unittest.cc EXPECT_TRUE(deferred_start ? state == kStateStringDeferred : state 126 chrome/browser/sync/startup_controller_unittest.cc state == kStateStringStarted); state 76 chrome/browser/sync/sync_startup_tracker.cc service->GetAuthError().state() != GoogleServiceAuthError::NONE) { state 176 chrome/browser/sync/sync_ui_util.cc if (auth_error.state() != AuthError::NONE) { state 248 chrome/browser/sync/sync_ui_util.cc } else if (auth_error.state() != AuthError::NONE && state 249 chrome/browser/sync/sync_ui_util.cc auth_error.state() != AuthError::TWO_FACTOR) { state 109 chrome/browser/sync/test/integration/migration_test.cc return migrator && migrator->state() != browser_sync::BackendMigrator::IDLE; state 44 chrome/browser/sync/test/integration/profile_sync_service_harness.cc return service->GetAuthError().state() == state 46 chrome/browser/sync/test/integration/profile_sync_service_harness.cc service->GetAuthError().state() == state 48 chrome/browser/sync/test/integration/profile_sync_service_harness.cc service->GetAuthError().state() == state 234 chrome/browser/sync/test/integration/profile_sync_service_harness.cc if (service()->GetAuthError().state() == state 65 chrome/browser/sync/test/integration/sync_auth_test.cc (service()->GetSyncTokenStatus().last_get_token_error.state() != state 96 chrome/browser/sync/test/integration/sync_auth_test.cc return oauth_error.state() != GoogleServiceAuthError::NONE; state 211 chrome/browser/sync/test/integration/sync_auth_test.cc GetSyncService((0))->GetAuthError().state()); state 226 chrome/browser/sync/test/integration/sync_auth_test.cc GetSyncService((0))->GetAuthError().state()); state 240 chrome/browser/sync/test/integration/sync_auth_test.cc GetSyncService((0))->GetAuthError().state()); state 256 chrome/browser/sync/test/integration/sync_auth_test.cc GetSyncService((0))->GetAuthError().state()); state 728 chrome/browser/sync_file_system/drive_backend/sync_engine.cc void SyncEngine::UpdateServiceState(RemoteServiceState state, state 731 chrome/browser/sync_file_system/drive_backend/sync_engine.cc service_state_ = state; state 182 chrome/browser/sync_file_system/drive_backend/sync_engine.h void UpdateServiceStateFromSyncStatusCode(SyncStatusCode state, state 184 chrome/browser/sync_file_system/drive_backend/sync_engine.h void UpdateServiceState(RemoteServiceState state, state 518 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc void DriveFileSyncService::UpdateServiceState(RemoteServiceState state, state 521 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc state_ = state; state 191 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h void UpdateServiceState(RemoteServiceState state, state 66 chrome/browser/sync_file_system/mock_remote_file_sync_service.cc void MockRemoteFileSyncService::SetServiceState(RemoteServiceState state) { state 67 chrome/browser/sync_file_system/mock_remote_file_sync_service.cc state_ = state; state 77 chrome/browser/sync_file_system/mock_remote_file_sync_service.cc RemoteServiceState state, state 80 chrome/browser/sync_file_system/mock_remote_file_sync_service.cc OnRemoteServiceStateUpdated(state, description)); state 76 chrome/browser/sync_file_system/mock_remote_file_sync_service.h void SetServiceState(RemoteServiceState state); state 82 chrome/browser/sync_file_system/mock_remote_file_sync_service.h RemoteServiceState state, state 95 chrome/browser/sync_file_system/remote_file_sync_service.h RemoteServiceState state, state 29 chrome/browser/sync_file_system/sync_event_observer.h SyncServiceState state, state 55 chrome/browser/sync_file_system/sync_file_system_service.cc RemoteServiceState state) { state 56 chrome/browser/sync_file_system/sync_file_system_service.cc switch (state) { state 68 chrome/browser/sync_file_system/sync_file_system_service.cc NOTREACHED() << "Unknown remote service state: " << state; state 229 chrome/browser/sync_file_system/sync_file_system_service.cc RemoteServiceState state, state 232 chrome/browser/sync_file_system/sync_file_system_service.cc sync_service()->OnRemoteServiceStateUpdated(state, description); state 233 chrome/browser/sync_file_system/sync_file_system_service.cc last_state_ = state; state 588 chrome/browser/sync_file_system/sync_file_system_service.cc RemoteServiceState state, state 592 chrome/browser/sync_file_system/sync_file_system_service.cc "OnRemoteServiceStateChanged: %d %s", state, description.c_str()); state 597 chrome/browser/sync_file_system/sync_file_system_service.cc RemoteStateToSyncServiceState(state), state 114 chrome/browser/sync_file_system/sync_file_system_service.h void OnRemoteServiceStateUpdated(RemoteServiceState state, state 89 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc SyncServiceState state, state 117 chrome/browser/ui/app_list/app_list_view_delegate.cc service ? service->state() : app_list::SPEECH_RECOGNITION_OFF)); state 77 chrome/browser/ui/app_list/search/search_controller.cc OnSpeechRecognitionStateChanged(speech_ui_->state()); state 43 chrome/browser/ui/app_list/start_page_service.cc bool InSpeechRecognition(SpeechRecognitionState state) { state 44 chrome/browser/ui/app_list/start_page_service.cc return state == SPEECH_RECOGNITION_RECOGNIZING || state 45 chrome/browser/ui/app_list/start_page_service.cc state == SPEECH_RECOGNITION_IN_SPEECH; state 56 chrome/browser/ui/app_list/start_page_service.h SpeechRecognitionState state() { return state_; } state 79 chrome/browser/ui/apps/chrome_app_window_delegate.cc ShellIntegration::DefaultWebClientUIState state) OVERRIDE { state 85 chrome/browser/ui/apps/chrome_app_window_delegate.cc switch (state) { state 39 chrome/browser/ui/ash/launcher/browser_status_monitor.cc ChromeLauncherController::AppState state = state 43 chrome/browser/ui/ash/launcher/browser_status_monitor.cc state = ChromeLauncherController::APP_STATE_WINDOW_ACTIVE; state 45 chrome/browser/ui/ash/launcher/browser_status_monitor.cc state = ChromeLauncherController::APP_STATE_ACTIVE; state 47 chrome/browser/ui/ash/launcher/browser_status_monitor.cc monitor_->UpdateAppItemState(web_contents(), state); state 235 chrome/browser/ui/ash/launcher/browser_status_monitor.cc ChromeLauncherController::AppState state = state 242 chrome/browser/ui/ash/launcher/browser_status_monitor.cc UpdateAppItemState(old_contents, state); state 245 chrome/browser/ui/ash/launcher/browser_status_monitor.cc state = browser->window()->IsActive() ? state 248 chrome/browser/ui/ash/launcher/browser_status_monitor.cc UpdateAppItemState(new_contents, state); state 269 chrome/browser/ui/ash/launcher/browser_status_monitor.cc ChromeLauncherController::AppState state = state 273 chrome/browser/ui/ash/launcher/browser_status_monitor.cc state = ChromeLauncherController::APP_STATE_WINDOW_ACTIVE; state 274 chrome/browser/ui/ash/launcher/browser_status_monitor.cc UpdateAppItemState(new_contents, state); state 1778 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc EXPECT_FALSE(button->state() & ash::ShelfButton::STATE_HIDDEN); state 170 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc if (info.state == drive::STATE_NONE) state 171 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc status->state = ash::DriveOperationStatus::OPERATION_NOT_STARTED; state 173 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc status->state = ash::DriveOperationStatus::OPERATION_IN_PROGRESS; state 191 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc status->state = (error == drive::FILE_ERROR_OK) state 908 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc NetworkPortalDetector::CaptivePortalState state = state 910 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc return state.status == NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL; state 107 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc void(DialogDismissalState state)); state 887 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc DialogOverlayState state; state 888 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc state.string.font_list = rb->GetFontList(ui::ResourceBundle::MediumFont); state 901 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc state.image = GetGeneratedCardImage( state 914 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc state.string.text = l10n_util::GetStringUTF16( state 930 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc state.image = GetGeneratedCardImage( state 937 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc state.string.text = l10n_util::GetStringUTF16( state 941 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc return state; state 60 chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc const DetailInput& state = inputs[input_index++]; state 61 chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc EXPECT_EQ(ADDRESS_HOME_STATE, state.type); state 62 chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc EXPECT_EQ(state.length, DetailInput::SHORT); state 2243 chrome/browser/ui/browser.cc BookmarkBar::State state; state 2247 chrome/browser/ui/browser.cc state = BookmarkBar::HIDDEN; state 2251 chrome/browser/ui/browser.cc state = BookmarkBar::SHOW; state 2257 chrome/browser/ui/browser.cc state = BookmarkBar::DETACHED; state 2259 chrome/browser/ui/browser.cc state = BookmarkBar::HIDDEN; state 2262 chrome/browser/ui/browser.cc if (state == bookmark_bar_state_) state 2265 chrome/browser/ui/browser.cc bookmark_bar_state_ = state; state 138 chrome/browser/ui/browser_command_controller.cc ShellIntegration::DefaultWebClientUIState state) OVERRIDE { state 139 chrome/browser/ui/browser_command_controller.cc switch (state) { 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 51 chrome/browser/ui/cocoa/image_button_cell.h - (NSImage*)imageForState:(image_button_cell::ButtonState)state state 58 chrome/browser/ui/cocoa/image_button_cell.h forButtonState:(image_button_cell::ButtonState)state; state 62 chrome/browser/ui/cocoa/image_button_cell.h forButtonState:(image_button_cell::ButtonState)state; state 38 chrome/browser/ui/cocoa/location_bar/button_decoration.h void SetButtonState(ButtonState state); state 42 chrome/browser/ui/cocoa/location_bar/button_decoration.h void SetIcon(ButtonState state, int icon_id); state 68 chrome/browser/ui/cocoa/status_bubble_mac.h void SetState(StatusBubbleState state); state 198 chrome/browser/ui/cocoa/status_bubble_mac.h - (void)statusBubbleWillEnterState:(StatusBubbleMac::StatusBubbleState)state; state 94 chrome/browser/ui/cocoa/tabs/tab_view.h @property(assign, nonatomic) NSCellStateValue state; state 238 chrome/browser/ui/content_settings/content_setting_image_model.cc TabSpecificContentSettings::MicrophoneCameraState state = state 241 chrome/browser/ui/content_settings/content_setting_image_model.cc switch (state) { state 20 chrome/browser/ui/find_bar/find_bar_state_factory.cc FindBarState* state = GetForProfile(p); state 21 chrome/browser/ui/find_bar/find_bar_state_factory.cc base::string16 text = state->last_prepopulate_text(); state 25 chrome/browser/ui/find_bar/find_bar_state_factory.cc state = GetForProfile(p->GetOriginalProfile()); state 26 chrome/browser/ui/find_bar/find_bar_state_factory.cc text = state->last_prepopulate_text(); state 69 chrome/browser/ui/fullscreen/fullscreen_controller_state_interactive_browsertest.cc #define TEST_EVENT(state, event) \ state 71 chrome/browser/ui/fullscreen/fullscreen_controller_state_interactive_browsertest.cc DISABLED_##state##__##event##__Empty) { \ state 74 chrome/browser/ui/fullscreen/fullscreen_controller_state_interactive_browsertest.cc DISABLED_##state##__##event) { \ state 77 chrome/browser/ui/fullscreen/fullscreen_controller_state_interactive_browsertest.cc ASSERT_NO_FATAL_FAILURE(TestStateAndEvent(state, event)) \ state 224 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc state_transitions_[source][destination].state = destination; state 234 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc const char* FullscreenControllerStateTest::GetStateString(State state) { state 235 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc switch (state) { state 249 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc NOTREACHED() << "No string for state " << state; state 284 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc bool FullscreenControllerStateTest::IsPersistentState(State state) { state 285 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc switch (state) { state 328 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc if (next.state == STATE_INVALID) { state 571 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc State state = static_cast<State>(source_int); state 575 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc if (ShouldSkipTest(state, event1)) state 584 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc ASSERT_NO_FATAL_FAILURE(TestStateAndEvent(state, event1)) state 610 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc if (state_transitions_[source][destination].state == STATE_INVALID) { state 628 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc result.state = next_state_candidate; state 647 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc bool FullscreenControllerStateTest::ShouldSkipStateAndEventPair(State state, state 651 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc if ((state == STATE_TO_BROWSER_FULLSCREEN_NO_CHROME || state 652 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc state == STATE_TO_BROWSER_FULLSCREEN_WITH_CHROME || state 653 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc state == STATE_TO_TAB_FULLSCREEN) && state 656 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc if (state == STATE_TO_NORMAL && event == TAB_FULLSCREEN_TRUE) state 661 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc if (state == STATE_METRO_SNAP || state 669 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc if (state == STATE_BROWSER_FULLSCREEN_WITH_CHROME || state 670 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc state == STATE_TAB_BROWSER_FULLSCREEN_CHROME || state 671 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc state == STATE_TO_BROWSER_FULLSCREEN_WITH_CHROME || state 680 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc bool FullscreenControllerStateTest::ShouldSkipTest(State state, Event event) { state 683 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc if (state == STATE_METRO_SNAP || state 693 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc if (state == STATE_BROWSER_FULLSCREEN_WITH_CHROME || state 705 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc (transition_table_[state][WINDOW_CHANGE] != state)) { state 707 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc << GetStateString(state) << ".\n"; state 711 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc if (ShouldSkipStateAndEventPair(state, event)) { state 713 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc << GetStateString(state) << ", " state 716 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc << GetStateString(state) << ", " state 724 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc void FullscreenControllerStateTest::TestStateAndEvent(State state, state 726 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc if (ShouldSkipTest(state, event)) state 730 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc << GetStateString(state) state 737 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc ASSERT_NO_FATAL_FAILURE(TransitionToState(state)) state 784 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc State state = static_cast<State>(state_int); state 785 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc output << " { // " << GetStateString(state) << ":\n"; state 790 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc << std::string(GetStateString(transition_table_[state][event])) + "," state 814 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc << std::string(GetStateString(info.state)) + "," 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 157 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h state(STATE_INVALID), state 160 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h State state; // The adjacent |State| transitioned to; not the final state. 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 14 chrome/browser/ui/fullscreen/fullscreen_controller_state_tests.h #define TEST_ALL_EVENTS_NON_METRO(state) \ state 15 chrome/browser/ui/fullscreen/fullscreen_controller_state_tests.h TEST_EVENT(state, TOGGLE_FULLSCREEN) \ state 16 chrome/browser/ui/fullscreen/fullscreen_controller_state_tests.h TEST_EVENT(state, TOGGLE_FULLSCREEN_CHROME) \ state 17 chrome/browser/ui/fullscreen/fullscreen_controller_state_tests.h TEST_EVENT(state, TAB_FULLSCREEN_TRUE) \ state 18 chrome/browser/ui/fullscreen/fullscreen_controller_state_tests.h TEST_EVENT(state, TAB_FULLSCREEN_FALSE) \ state 19 chrome/browser/ui/fullscreen/fullscreen_controller_state_tests.h TEST_EVENT(state, BUBBLE_EXIT_LINK) \ state 20 chrome/browser/ui/fullscreen/fullscreen_controller_state_tests.h TEST_EVENT(state, BUBBLE_ALLOW) \ state 21 chrome/browser/ui/fullscreen/fullscreen_controller_state_tests.h TEST_EVENT(state, BUBBLE_DENY) \ state 22 chrome/browser/ui/fullscreen/fullscreen_controller_state_tests.h TEST_EVENT(state, WINDOW_CHANGE) state 25 chrome/browser/ui/fullscreen/fullscreen_controller_state_tests.h #define TEST_ALL_EVENTS(state) \ state 26 chrome/browser/ui/fullscreen/fullscreen_controller_state_tests.h TEST_ALL_EVENTS_NON_METRO(state) \ state 27 chrome/browser/ui/fullscreen/fullscreen_controller_state_tests.h TEST_EVENT(state, METRO_SNAP_TRUE) \ state 28 chrome/browser/ui/fullscreen/fullscreen_controller_state_tests.h TEST_EVENT(state, METRO_SNAP_FALSE) state 30 chrome/browser/ui/fullscreen/fullscreen_controller_state_tests.h #define TEST_ALL_EVENTS(state) TEST_ALL_EVENTS_NON_METRO(state) state 58 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc static const char* GetWindowStateString(WindowState state); state 142 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc WindowState state) { state 143 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc switch (state) { state 150 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc NOTREACHED() << "No string for state " << state; state 225 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc virtual bool ShouldSkipStateAndEventPair(State state, Event event) OVERRIDE; state 249 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc return FullscreenControllerTestWindow::GetWindowStateString(window_->state()); state 253 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc switch (state()) { state 256 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc window_->state()) << GetAndClearDebugLog(); state 265 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc window_->state()) << GetAndClearDebugLog(); state 271 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc window_->state()) << GetAndClearDebugLog(); state 277 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc window_->state()) << GetAndClearDebugLog(); state 284 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc window_->state()) << GetAndClearDebugLog(); state 295 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc State state, Event event) { state 302 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc if ((state == STATE_TO_NORMAL || state 303 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc state == STATE_TO_BROWSER_FULLSCREEN_NO_CHROME || state 304 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc state == STATE_TO_TAB_FULLSCREEN) && state 309 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc return FullscreenControllerStateTest::ShouldSkipStateAndEventPair(state, state 338 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc #define TEST_EVENT(state, event) \ state 339 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc TEST_F(FullscreenControllerStateUnitTest, state##__##event) { \ state 341 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc ASSERT_NO_FATAL_FAILURE(TestStateAndEvent(state, event)) \ state 403 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc if (NextTransitionInShortestPath(state1, state2, NUM_STATES).state == state 313 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc BookmarkBar::State state, state 317 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc (state == BookmarkBar::DETACHED || state 324 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc bookmark_bar_state_ = state; state 325 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc if (state == BookmarkBar::SHOW || state == BookmarkBar::DETACHED) state 71 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h void SetBookmarkBarState(BookmarkBar::State state, state 300 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc event_utils::DispositionFromGdkState(event->state); state 979 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc if (!(event->state & GDK_BUTTON1_MASK)) state 1020 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc if (!(event->state & GDK_BUTTON1_MASK)) state 158 chrome/browser/ui/gtk/browser_window_gtk.cc guint modifier = event->state & gtk_accelerator_get_default_mod_mask(); state 186 chrome/browser/ui/gtk/browser_window_gtk.cc guint modifier = event->state & gtk_accelerator_get_default_mod_mask(); state 1954 chrome/browser/ui/gtk/browser_window_gtk.cc BookmarkBar::State state = browser_->bookmark_bar_state(); state 1955 chrome/browser/ui/gtk/browser_window_gtk.cc toolbar_->UpdateForBookmarkBarVisibility(state == BookmarkBar::DETACHED); state 1956 chrome/browser/ui/gtk/browser_window_gtk.cc PlaceBookmarkBar(state == BookmarkBar::DETACHED); state 1958 chrome/browser/ui/gtk/browser_window_gtk.cc state, state 636 chrome/browser/ui/gtk/bubble/bubble_gtk.cc msg.state = modifier | GDK_MOD2_MASK; state 175 chrome/browser/ui/gtk/custom_button.cc gfx::CairoCachedSurface* CustomDrawButtonBase::PixbufForState(int state) { state 176 chrome/browser/ui/gtk/custom_button.cc gfx::CairoCachedSurface* pixbuf = surfaces_[state].get(); state 226 chrome/browser/ui/gtk/custom_button.cc if (event->state & (GDK_BUTTON1_MASK | GDK_BUTTON2_MASK | GDK_BUTTON3_MASK)) state 327 chrome/browser/ui/gtk/custom_button.cc void CustomDrawButton::SetPaintOverride(GtkStateType state) { state 328 chrome/browser/ui/gtk/custom_button.cc button_base_.set_paint_override(state); state 329 chrome/browser/ui/gtk/custom_button.cc gtk_chrome_button_set_paint_state(GTK_CHROME_BUTTON(widget()), state); state 56 chrome/browser/ui/gtk/custom_button.h void set_paint_override(int state) { paint_override_ = state; } state 71 chrome/browser/ui/gtk/custom_button.h gfx::CairoCachedSurface* PixbufForState(int state); state 185 chrome/browser/ui/gtk/custom_button.h void SetPaintOverride(GtkStateType state); state 864 chrome/browser/ui/gtk/download/download_item_gtk.cc DownloadItem::DownloadState state = download()->GetState(); state 866 chrome/browser/ui/gtk/download/download_item_gtk.cc if (state == DownloadItem::INTERRUPTED) { state 881 chrome/browser/ui/gtk/download/download_item_gtk.cc } else if (state == DownloadItem::IN_PROGRESS) { state 230 chrome/browser/ui/gtk/download/download_shelf_gtk.cc DownloadItem::DownloadState state = download->GetState(); state 231 chrome/browser/ui/gtk/download/download_shelf_gtk.cc bool is_transfer_done = state == DownloadItem::COMPLETE || state 232 chrome/browser/ui/gtk/download/download_shelf_gtk.cc state == DownloadItem::CANCELLED || state 233 chrome/browser/ui/gtk/download/download_shelf_gtk.cc state == DownloadItem::INTERRUPTED; state 44 chrome/browser/ui/gtk/download/download_started_animation_gtk.cc virtual void AnimateToState(double state) OVERRIDE; state 129 chrome/browser/ui/gtk/download/download_started_animation_gtk.cc void DownloadStartedAnimationGtk::AnimateToState(double state) { state 130 chrome/browser/ui/gtk/download/download_started_animation_gtk.cc if (state >= 1.0) { state 13 chrome/browser/ui/gtk/event_utils.cc int EventFlagsFromGdkState(guint state) { state 15 chrome/browser/ui/gtk/event_utils.cc flags |= (state & GDK_LOCK_MASK) ? ui::EF_CAPS_LOCK_DOWN : ui::EF_NONE; state 16 chrome/browser/ui/gtk/event_utils.cc flags |= (state & GDK_CONTROL_MASK) ? ui::EF_CONTROL_DOWN : ui::EF_NONE; state 17 chrome/browser/ui/gtk/event_utils.cc flags |= (state & GDK_SHIFT_MASK) ? ui::EF_SHIFT_DOWN : ui::EF_NONE; state 18 chrome/browser/ui/gtk/event_utils.cc flags |= (state & GDK_MOD1_MASK) ? ui::EF_ALT_DOWN : ui::EF_NONE; state 19 chrome/browser/ui/gtk/event_utils.cc flags |= (state & GDK_BUTTON1_MASK) ? ui::EF_LEFT_MOUSE_BUTTON : ui::EF_NONE; state 20 chrome/browser/ui/gtk/event_utils.cc flags |= (state & GDK_BUTTON2_MASK) ? ui::EF_MIDDLE_MOUSE_BUTTON state 22 chrome/browser/ui/gtk/event_utils.cc flags |= (state & GDK_BUTTON3_MASK) ? ui::EF_RIGHT_MOUSE_BUTTON : ui::EF_NONE; state 27 chrome/browser/ui/gtk/event_utils.cc WindowOpenDisposition DispositionFromGdkState(guint state) { state 28 chrome/browser/ui/gtk/event_utils.cc int event_flags = EventFlagsFromGdkState(state); state 39 chrome/browser/ui/gtk/event_utils.cc guint state = event->button.state; state 41 chrome/browser/ui/gtk/event_utils.cc return DispositionFromGdkState(state); state 15 chrome/browser/ui/gtk/event_utils.h int EventFlagsFromGdkState(guint state); state 19 chrome/browser/ui/gtk/event_utils.h WindowOpenDisposition DispositionFromGdkState(guint state); state 110 chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.cc BundleInstaller::Item::State state) { state 111 chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.cc base::string16 heading = bundle->GetHeadingTextFor(state); state 112 chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.cc BundleInstaller::ItemList items = bundle->GetItemsWithState(state); state 39 chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.h extensions::BundleInstaller::Item::State state); state 52 chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.cc event->keyval, static_cast<GdkModifierType>(event->state)); state 689 chrome/browser/ui/gtk/find_bar_gtk.cc if ((event->state & gtk_accelerator_get_default_mod_mask()) == state 813 chrome/browser/ui/gtk/find_bar_gtk.cc if ((event->state & gtk_accelerator_get_default_mod_mask()) == state 821 chrome/browser/ui/gtk/find_bar_gtk.cc bool forward = (event->state & gtk_accelerator_get_default_mod_mask()) != state 832 chrome/browser/ui/gtk/find_bar_gtk.cc bool forward = (event->state & gtk_accelerator_get_default_mod_mask()) != state 138 chrome/browser/ui/gtk/gtk_chrome_button.cc GtkStateType state) { state 142 chrome/browser/ui/gtk/gtk_chrome_button.cc priv->paint_state = state; state 164 chrome/browser/ui/gtk/gtk_chrome_button.cc gdouble state) { state 166 chrome/browser/ui/gtk/gtk_chrome_button.cc if (state >= 0.0 && state <= 1.0) state 167 chrome/browser/ui/gtk/gtk_chrome_button.cc priv->hover_state = state; state 42 chrome/browser/ui/gtk/gtk_chrome_button.h GtkStateType state); state 55 chrome/browser/ui/gtk/gtk_chrome_button.h gdouble state); state 205 chrome/browser/ui/gtk/gtk_theme_service.cc GtkStateType state, state 207 chrome/browser/ui/gtk/gtk_theme_service.cc SkColor color = gfx::GdkColorToSkColor(style->fg[state]); state 227 chrome/browser/ui/gtk/gtk_theme_service.cc gtk_icon_source_set_state(icon, state); state 232 chrome/browser/ui/gtk/gtk_theme_service.cc icon, state == GTK_STATE_NORMAL); state 104 chrome/browser/ui/gtk/hover_controller_gtk.cc if (event->state & (GDK_BUTTON1_MASK | GDK_BUTTON2_MASK | GDK_BUTTON3_MASK)) { state 765 chrome/browser/ui/gtk/menu_gtk.cc event_flags = event_utils::EventFlagsFromGdkState(event->button.state); state 568 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc if (!ignore_mouse_drag_ && (event->state & GDK_BUTTON1_MASK)) state 443 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc const AutocompleteEditState* state = static_cast<AutocompleteEditState*>( state 445 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc model()->RestoreState(state ? &state->model_state : NULL); state 446 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc if (state) { state 450 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc SetSelectedRange(state->view_state.selection_range); state 873 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc !(event->state & GDK_CONTROL_MASK); state 875 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc shift_was_pressed_ = event->state & GDK_SHIFT_MASK; state 909 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc bool alt_held = (event->state & GDK_MOD1_MASK); state 913 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc (event->state & gtk_accelerator_get_default_mod_mask()) == 0) { state 924 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc event->state & GDK_SHIFT_MASK) { state 667 chrome/browser/ui/gtk/panels/panel_gtk.cc panel_->OnTitlebarClicked((event->state & GDK_CONTROL_MASK) ? state 1144 chrome/browser/ui/gtk/panels/panel_gtk.cc event->button.state |= GDK_CONTROL_MASK; state 1156 chrome/browser/ui/gtk/panels/panel_gtk.cc event->button.state |= GDK_CONTROL_MASK; state 275 chrome/browser/ui/gtk/panels/panel_titlebar_gtk.cc (event->button.state & GDK_CONTROL_MASK) ? state 279 chrome/browser/ui/gtk/panels/panel_titlebar_gtk.cc (event->button.state & GDK_CONTROL_MASK) ? state 321 chrome/browser/ui/gtk/panels/panel_titlebar_gtk.cc event->crossing.state = 0; state 353 chrome/browser/ui/gtk/reload_button_gtk.cc GtkStateType state = gtk_widget_get_state(widget()); state 355 chrome/browser/ui/gtk/reload_button_gtk.cc state = static_cast<GtkStateType>(stop_.paint_override()); state 361 chrome/browser/ui/gtk/reload_button_gtk.cc state, state 124 chrome/browser/ui/gtk/tabs/tab_gtk.cc if (event->state & GDK_CONTROL_MASK) state 126 chrome/browser/ui/gtk/tabs/tab_gtk.cc else if (event->state & GDK_SHIFT_MASK) state 152 chrome/browser/ui/gtk/tabs/tab_gtk.cc if (IsActive() && !(event->state & (GDK_SHIFT_MASK | GDK_CONTROL_MASK))) { state 274 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc virtual void AnimateToState(double state) OVERRIDE { state 277 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc if (state < .5) { state 279 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc static_cast<int>(floor(kHidingOffset * 2.0 * state))); state 284 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc floor(kHidingOffset - ((state - .5) * 2.0 * kHidingOffset)))); state 862 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc TabRendererGtk::AnimationState state; state 865 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc state = TabGtk::ANIMATION_NONE; state 867 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc state = TabGtk::ANIMATION_WAITING; state 869 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc state = TabGtk::ANIMATION_LOADING; state 871 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc if (current_tab->ValidateLoadingAnimation(state)) { state 1449 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc gfx::Rect state(rounded_tab_x, 0, Round(end_of_tab) - rounded_tab_x, state 1451 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc tab_data_.at(i).ideal_bounds = state; state 321 chrome/browser/ui/hung_plugin_tab_helper.cc linked_ptr<PluginState> state(new PluginState(plugin_path, plugin_name)); state 322 chrome/browser/ui/hung_plugin_tab_helper.cc hung_plugins_[plugin_child_id] = state; state 323 chrome/browser/ui/hung_plugin_tab_helper.cc ShowBar(plugin_child_id, state.get()); state 334 chrome/browser/ui/hung_plugin_tab_helper.cc PluginState* state = i->second.get(); state 335 chrome/browser/ui/hung_plugin_tab_helper.cc if (state->infobar == infobar) { state 336 chrome/browser/ui/hung_plugin_tab_helper.cc state->infobar = NULL; state 340 chrome/browser/ui/hung_plugin_tab_helper.cc state->timer.Start(FROM_HERE, state->next_reshow_delay, state 346 chrome/browser/ui/hung_plugin_tab_helper.cc state->next_reshow_delay *= 2; state 407 chrome/browser/ui/hung_plugin_tab_helper.cc void HungPluginTabHelper::ShowBar(int child_id, PluginState* state) { state 413 chrome/browser/ui/hung_plugin_tab_helper.cc DCHECK(!state->infobar); state 414 chrome/browser/ui/hung_plugin_tab_helper.cc state->infobar = HungPluginInfoBarDelegate::Create(infobar_service, this, state 415 chrome/browser/ui/hung_plugin_tab_helper.cc child_id, state->name); state 418 chrome/browser/ui/hung_plugin_tab_helper.cc void HungPluginTabHelper::CloseBar(PluginState* state) { state 421 chrome/browser/ui/hung_plugin_tab_helper.cc if (infobar_service && state->infobar) { state 422 chrome/browser/ui/hung_plugin_tab_helper.cc infobar_service->infobar_manager()->RemoveInfoBar(state->infobar); state 423 chrome/browser/ui/hung_plugin_tab_helper.cc state->infobar = NULL; state 72 chrome/browser/ui/hung_plugin_tab_helper.h void ShowBar(int child_id, PluginState* state); state 76 chrome/browser/ui/hung_plugin_tab_helper.h void CloseBar(PluginState* state); state 29 chrome/browser/ui/libgtk2ui/gtk2_border.cc GtkStateType GetGtkState(ui::NativeTheme::State state) { state 30 chrome/browser/ui/libgtk2ui/gtk2_border.cc switch (state) { state 35 chrome/browser/ui/libgtk2ui/gtk2_border.cc case ui::NativeTheme::kMaxState: NOTREACHED() << "Unknown state: " << state; state 43 chrome/browser/ui/libgtk2ui/gtk2_border.cc const GtkStateType state, state 47 chrome/browser/ui/libgtk2ui/gtk2_border.cc state_(state), state 97 chrome/browser/ui/libgtk2ui/gtk2_border.cc ui::NativeTheme::State state = native_theme_delegate->GetThemeState(&extra); state 104 chrome/browser/ui/libgtk2ui/gtk2_border.cc state = native_theme_delegate->GetBackgroundThemeState(&extra); state 105 chrome/browser/ui/libgtk2ui/gtk2_border.cc PaintState(state, extra, rect, canvas); state 112 chrome/browser/ui/libgtk2ui/gtk2_border.cc state = native_theme_delegate->GetForegroundThemeState(&extra); state 113 chrome/browser/ui/libgtk2ui/gtk2_border.cc PaintState(state, extra, rect, canvas); state 118 chrome/browser/ui/libgtk2ui/gtk2_border.cc PaintState(state, extra, rect, canvas); state 159 chrome/browser/ui/libgtk2ui/gtk2_border.cc void Gtk2Border::PaintState(const ui::NativeTheme::State state, state 164 chrome/browser/ui/libgtk2ui/gtk2_border.cc Button::ButtonState views_state = Button::GetButtonStateFrom(state); state 170 chrome/browser/ui/libgtk2ui/gtk2_border.cc GtkStateType gtk_state = GetGtkState(state); state 180 chrome/browser/ui/libgtk2ui/gtk2_border.cc views::Button::ButtonState state) { state 185 chrome/browser/ui/libgtk2ui/gtk2_border.cc return focused == false && (state == Button::STATE_HOVERED || state 186 chrome/browser/ui/libgtk2ui/gtk2_border.cc state == Button::STATE_PRESSED); state 44 chrome/browser/ui/libgtk2ui/gtk2_border.h void PaintState(const ui::NativeTheme::State state, state 49 chrome/browser/ui/libgtk2ui/gtk2_border.h bool ShouldDrawBorder(bool focused, views::Button::ButtonState state); state 101 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc GdkModifierType consumed, state; state 106 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc gdk_event->state = static_cast<GdkModifierType>(xevent->xkey.state); state 110 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc gdk_event->group = XkbGroupForCoreState(xevent->xkey.state); state 124 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc static_cast<GdkModifierType>(gdk_event->state), state 129 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc state = static_cast<GdkModifierType>(gdk_event->state & ~consumed); state 130 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc gdk_keymap_add_virtual_modifiers(keymap, &state); state 131 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc gdk_event->state |= state; state 93 chrome/browser/ui/libgtk2ui/gtk2_util.cc int EventFlagsFromGdkState(guint state) { state 95 chrome/browser/ui/libgtk2ui/gtk2_util.cc flags |= (state & GDK_LOCK_MASK) ? ui::EF_CAPS_LOCK_DOWN : ui::EF_NONE; state 96 chrome/browser/ui/libgtk2ui/gtk2_util.cc flags |= (state & GDK_CONTROL_MASK) ? ui::EF_CONTROL_DOWN : ui::EF_NONE; state 97 chrome/browser/ui/libgtk2ui/gtk2_util.cc flags |= (state & GDK_SHIFT_MASK) ? ui::EF_SHIFT_DOWN : ui::EF_NONE; state 98 chrome/browser/ui/libgtk2ui/gtk2_util.cc flags |= (state & GDK_MOD1_MASK) ? ui::EF_ALT_DOWN : ui::EF_NONE; state 99 chrome/browser/ui/libgtk2ui/gtk2_util.cc flags |= (state & GDK_BUTTON1_MASK) ? ui::EF_LEFT_MOUSE_BUTTON : ui::EF_NONE; state 101 chrome/browser/ui/libgtk2ui/gtk2_util.cc (state & GDK_BUTTON2_MASK) ? ui::EF_MIDDLE_MOUSE_BUTTON : ui::EF_NONE; state 102 chrome/browser/ui/libgtk2ui/gtk2_util.cc flags |= (state & GDK_BUTTON3_MASK) ? ui::EF_RIGHT_MOUSE_BUTTON : ui::EF_NONE; state 44 chrome/browser/ui/libgtk2ui/gtk2_util.h int EventFlagsFromGdkState(guint state); state 87 chrome/browser/ui/libgtk2ui/menu_util.cc event_flags = EventFlagsFromGdkState(event->button.state); state 151 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc State state, state 156 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc switch (state) { state 168 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc NOTREACHED() << "Invalid state " << state; state 32 chrome/browser/ui/libgtk2ui/native_theme_gtk2.h State state, state 83 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc event->key.state = xkey.state; state 63 chrome/browser/ui/omnibox/omnibox_current_page_delegate.h virtual void OnFocusChanged(OmniboxFocusState state, state 93 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.cc OmniboxFocusState state, state 98 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.cc controller_->GetWebContents())->OmniboxFocusChanged(state, reason); state 34 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.h virtual void OnFocusChanged(OmniboxFocusState state, state 244 chrome/browser/ui/omnibox/omnibox_edit_model.cc void OmniboxEditModel::RestoreState(const State* state) { state 248 chrome/browser/ui/omnibox/omnibox_edit_model.cc !state || state->url_replacement_enabled); state 253 chrome/browser/ui/omnibox/omnibox_edit_model.cc if (!state) state 256 chrome/browser/ui/omnibox/omnibox_edit_model.cc SetFocusState(state->focus_state, OMNIBOX_FOCUS_CHANGE_TAB_SWITCH); state 257 chrome/browser/ui/omnibox/omnibox_edit_model.cc focus_source_ = state->focus_source; state 259 chrome/browser/ui/omnibox/omnibox_edit_model.cc if (state->user_input_in_progress) { state 262 chrome/browser/ui/omnibox/omnibox_edit_model.cc keyword_ = state->keyword; state 263 chrome/browser/ui/omnibox/omnibox_edit_model.cc is_keyword_hint_ = state->is_keyword_hint; state 264 chrome/browser/ui/omnibox/omnibox_edit_model.cc view_->SetUserText(state->user_text, state 265 chrome/browser/ui/omnibox/omnibox_edit_model.cc DisplayTextFromUserText(state->user_text), false); state 266 chrome/browser/ui/omnibox/omnibox_edit_model.cc view_->SetGrayTextAutocompletion(state->gray_text); state 1437 chrome/browser/ui/omnibox/omnibox_edit_model.cc void OmniboxEditModel::SetFocusState(OmniboxFocusState state, state 1439 chrome/browser/ui/omnibox/omnibox_edit_model.cc if (state == focus_state_) state 1445 chrome/browser/ui/omnibox/omnibox_edit_model.cc focus_state_ = state; state 108 chrome/browser/ui/omnibox/omnibox_edit_model.h void RestoreState(const State* state); state 432 chrome/browser/ui/omnibox/omnibox_edit_model.h void SetFocusState(OmniboxFocusState state, OmniboxFocusChangeReason reason); state 199 chrome/browser/ui/omnibox/omnibox_popup_model.cc void OmniboxPopupModel::SetSelectedLineState(LineState state) { state 206 chrome/browser/ui/omnibox/omnibox_popup_model.cc selected_line_state_ = state; state 92 chrome/browser/ui/omnibox/omnibox_popup_model.h void SetSelectedLineState(LineState state); state 101 chrome/browser/ui/panels/base_panel_browser_test.h void WaitForPanelActiveState(Panel* panel, ActiveState state); state 298 chrome/browser/ui/panels/docked_panel_collection.cc Panel::ExpansionState state = panel->expansion_state(); state 301 chrome/browser/ui/panels/docked_panel_collection.cc if (state == Panel::MINIMIZED) state 308 chrome/browser/ui/panels/docked_panel_collection.cc if (state != Panel::TITLE_ONLY || are_titlebars_up_) state 488 chrome/browser/ui/panels/docked_panel_collection.cc Panel::ExpansionState state = panel->expansion_state(); state 490 chrome/browser/ui/panels/docked_panel_collection.cc if (state == Panel::EXPANDED) state 495 chrome/browser/ui/panels/docked_panel_collection.cc if (state == Panel::TITLE_ONLY && panel == dragging_panel) state 30 chrome/browser/ui/panels/panel_bounds_animation.h virtual void AnimateToState(double state) OVERRIDE {} state 28 chrome/browser/ui/search/search_delegate.cc browser_model_->SetState(tab_model_->state()); state 99 chrome/browser/ui/search/search_ipc_router.cc void SearchIPCRouter::OmniboxFocusChanged(OmniboxFocusState state, state 104 chrome/browser/ui/search/search_ipc_router.cc Send(new ChromeViewMsg_SearchBoxFocusChanged(routing_id(), state, reason)); state 197 chrome/browser/ui/search/search_ipc_router.cc OmniboxFocusState state) const { state 205 chrome/browser/ui/search/search_ipc_router.cc delegate_->FocusOmnibox(state); state 43 chrome/browser/ui/search/search_ipc_router.h virtual void FocusOmnibox(OmniboxFocusState state) = 0; state 143 chrome/browser/ui/search/search_ipc_router.h void OmniboxFocusChanged(OmniboxFocusState state, state 185 chrome/browser/ui/search/search_ipc_router.h void OnFocusOmnibox(int page_id, OmniboxFocusState state) const; state 49 chrome/browser/ui/search/search_ipc_router_unittest.cc MOCK_METHOD1(FocusOmnibox, void(OmniboxFocusState state)); 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 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 111 chrome/browser/ui/search/search_model_unittest.cc EXPECT_TRUE(model->state() == expected_new_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 133 chrome/browser/ui/search/search_model_unittest.cc EXPECT_TRUE(model->state() == expected_new_state); state 137 chrome/browser/ui/search/search_model_unittest.cc SearchModel::State expected_new_state(model->state()); state 139 chrome/browser/ui/search/search_model_unittest.cc EXPECT_FALSE(model->state() == expected_new_state); state 142 chrome/browser/ui/search/search_model_unittest.cc EXPECT_TRUE(model->state() == expected_new_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 192 chrome/browser/ui/search/search_tab_helper.cc void SearchTabHelper::OmniboxFocusChanged(OmniboxFocusState state, state 199 chrome/browser/ui/search/search_tab_helper.cc ipc_router_.OmniboxFocusChanged(state, reason); state 451 chrome/browser/ui/search/search_tab_helper.cc void SearchTabHelper::FocusOmnibox(OmniboxFocusState state) { state 463 chrome/browser/ui/search/search_tab_helper.cc switch (state) { state 61 chrome/browser/ui/search/search_tab_helper.h void OmniboxFocusChanged(OmniboxFocusState state, state 163 chrome/browser/ui/search/search_tab_helper.h virtual void FocusOmnibox(OmniboxFocusState state) OVERRIDE; state 47 chrome/browser/ui/search/search_tab_helper_unittest.cc MOCK_METHOD1(FocusOmnibox, void(OmniboxFocusState state)); state 348 chrome/browser/ui/sync/one_click_signin_sync_starter.cc switch (error.state()) { state 53 chrome/browser/ui/tab_contents/core_tab_helper.cc web_contents()->GetLoadState().state == net::LOAD_STATE_IDLE) { state 57 chrome/browser/ui/tab_contents/core_tab_helper.cc switch (web_contents()->GetLoadState().state) { state 314 chrome/browser/ui/tabs/tab_strip_model_unittest.cc bool StateEquals(int index, const State& state) { state 316 chrome/browser/ui/tabs/tab_strip_model_unittest.cc return (s.src_contents == state.src_contents && state 317 chrome/browser/ui/tabs/tab_strip_model_unittest.cc s.dst_contents == state.dst_contents && state 318 chrome/browser/ui/tabs/tab_strip_model_unittest.cc s.src_index == state.src_index && state 319 chrome/browser/ui/tabs/tab_strip_model_unittest.cc s.dst_index == state.dst_index && state 320 chrome/browser/ui/tabs/tab_strip_model_unittest.cc s.change_reason == state.change_reason && state 321 chrome/browser/ui/tabs/tab_strip_model_unittest.cc s.foreground == state.foreground && state 322 chrome/browser/ui/tabs/tab_strip_model_unittest.cc s.action == state.action); state 1823 chrome/browser/ui/tabs/tab_strip_model_unittest.cc State state(contents1, 0, MockTabStripModelObserver::INSERT); state 1824 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_TRUE(observer.StateEquals(0, state)); state 1837 chrome/browser/ui/tabs/tab_strip_model_unittest.cc State state(contents2, 1, MockTabStripModelObserver::INSERT); state 1838 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_TRUE(observer.StateEquals(0, state)); state 1875 chrome/browser/ui/tabs/tab_strip_model_unittest.cc State state(contents1, 1, MockTabStripModelObserver::MOVE); state 1876 chrome/browser/ui/tabs/tab_strip_model_unittest.cc state.src_index = 0; state 1877 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_TRUE(observer.StateEquals(0, state)); state 1893 chrome/browser/ui/tabs/tab_strip_model_unittest.cc State state(contents3, 2, MockTabStripModelObserver::INSERT); state 1894 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_TRUE(observer.StateEquals(0, state)); state 1941 chrome/browser/ui/tabs/tab_strip_model_unittest.cc State state(contents1, 0, MockTabStripModelObserver::PINNED); state 1942 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_TRUE(observer.StateEquals(0, state)); state 1956 chrome/browser/ui/tabs/tab_strip_model_unittest.cc State state(contents1, 0, MockTabStripModelObserver::PINNED); state 1957 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_TRUE(observer.StateEquals(0, state)); state 1971 chrome/browser/ui/tabs/tab_strip_model_unittest.cc State state(contents3, 0, MockTabStripModelObserver::MOVE); state 1972 chrome/browser/ui/tabs/tab_strip_model_unittest.cc state.src_index = 2; state 1973 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_TRUE(observer.StateEquals(0, state)); state 1975 chrome/browser/ui/tabs/tab_strip_model_unittest.cc state = State(contents3, 0, MockTabStripModelObserver::PINNED); state 1976 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_TRUE(observer.StateEquals(1, state)); state 1990 chrome/browser/ui/tabs/tab_strip_model_unittest.cc State state(contents1, 1, MockTabStripModelObserver::PINNED); state 1991 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_TRUE(observer.StateEquals(0, state)); state 2017 chrome/browser/ui/tabs/tab_strip_model_unittest.cc State state(contents3, 1, MockTabStripModelObserver::MOVE); state 2018 chrome/browser/ui/tabs/tab_strip_model_unittest.cc state.src_index = 0; state 2019 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_TRUE(observer.StateEquals(0, state)); state 2021 chrome/browser/ui/tabs/tab_strip_model_unittest.cc state = State(contents3, 1, MockTabStripModelObserver::PINNED); state 2022 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_TRUE(observer.StateEquals(1, state)); state 2060 chrome/browser/ui/tabs/tab_strip_model_unittest.cc State state(contents4, 2, MockTabStripModelObserver::INSERT); state 2061 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_TRUE(observer.StateEquals(0, state)); state 2090 chrome/browser/ui/tabs/tab_strip_model_unittest.cc State state(new_contents, 0, MockTabStripModelObserver::REPLACED); state 2091 chrome/browser/ui/tabs/tab_strip_model_unittest.cc state.src_contents = first_contents; state 2092 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_TRUE(tabstrip_observer.StateEquals(0, state)); state 2095 chrome/browser/ui/tabs/tab_strip_model_unittest.cc state = State(new_contents, 0, MockTabStripModelObserver::ACTIVATE); state 2096 chrome/browser/ui/tabs/tab_strip_model_unittest.cc state.src_contents = first_contents; state 2097 chrome/browser/ui/tabs/tab_strip_model_unittest.cc state.change_reason = TabStripModelObserver::CHANGE_REASON_REPLACED; state 2098 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_TRUE(tabstrip_observer.StateEquals(1, state)); state 2114 chrome/browser/ui/tabs/tab_strip_model_unittest.cc state = State(new_contents, 1, MockTabStripModelObserver::REPLACED); state 2115 chrome/browser/ui/tabs/tab_strip_model_unittest.cc state.src_contents = third_contents; state 2116 chrome/browser/ui/tabs/tab_strip_model_unittest.cc EXPECT_TRUE(tabstrip_observer.StateEquals(0, state)); state 166 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc ui::AXViewState state; state 167 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc view->GetAccessibleState(&state); state 170 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc !(state.role == ui::AX_ROLE_ALERT || state 171 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc state.role == ui::AX_ROLE_WINDOW)) { state 176 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc switch (state.role) { state 342 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc ui::AXViewState state; state 343 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc view->GetAccessibleState(&state); state 344 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc std::string name = base::UTF16ToUTF8(state.name); state 346 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc bool password = state.HasStateFlag(ui::AX_STATE_PROTECTED); state 348 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc std::string value = base::UTF16ToUTF8(state.value); state 349 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc info.SetValue(value, state.selection_start, state.selection_end); state 358 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc ui::AXViewState state; state 359 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc view->GetAccessibleState(&state); state 360 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc std::string name = base::UTF16ToUTF8(state.name); state 361 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc std::string value = base::UTF16ToUTF8(state.value); state 364 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc profile, name, context, value, state.index, state.count); state 373 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc ui::AXViewState state; state 374 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc view->GetAccessibleState(&state); state 375 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc std::string name = base::UTF16ToUTF8(state.name); state 381 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc state.HasStateFlag(ui::AX_STATE_CHECKED)); state 390 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc ui::AXViewState state; state 391 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc view->GetAccessibleState(&state); state 396 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc if (state.role == ui::AX_ROLE_ALERT) state 401 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc window_text = base::UTF16ToUTF8(state.name); state 412 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc ui::AXViewState state; state 413 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc view->GetAccessibleState(&state); state 415 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc std::string name = base::UTF16ToUTF8(state.name); state 416 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc std::string value = base::UTF16ToUTF8(state.value); state 431 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc ui::AXViewState state; state 432 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc view->GetAccessibleState(&state); state 434 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc std::string name = base::UTF16ToUTF8(state.name); state 443 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc ui::AXViewState state; state 444 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc view->GetAccessibleState(&state); state 445 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc return base::UTF16ToUTF8(state.name); state 453 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc ui::AXViewState state; state 454 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc parent->GetAccessibleState(&state); state 461 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc if ((state.role == ui::AX_ROLE_ALERT || state 462 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc state.role == ui::AX_ROLE_DIALOG || state 463 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc state.role == ui::AX_ROLE_TOOLBAR) && state 464 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc !state.name.empty()) { state 465 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc return base::UTF16ToUTF8(state.name); state 471 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc if (state.role == ui::AX_ROLE_ALERT || state 472 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc state.role == ui::AX_ROLE_DIALOG) { state 476 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc ui::AXViewState state; state 477 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc static_text_child->GetAccessibleState(&state); state 478 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc if (!state.name.empty()) state 479 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc return base::UTF16ToUTF8(state.name); state 491 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc ui::AXViewState state; state 492 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc view->GetAccessibleState(&state); state 493 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc if (state.role == role) state 519 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc ui::AXViewState state; state 520 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc child->GetAccessibleState(&state); state 521 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc if (state.role == ui::AX_ROLE_MENU_ITEM && state 526 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc } else if (state.role == ui::AX_ROLE_BUTTON) { state 537 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc ui::AXViewState state; state 538 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc view->GetAccessibleState(&state); state 539 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc if (state.role == ui::AX_ROLE_STATIC_TEXT) state 540 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc return base::UTF16ToUTF8(state.name); state 84 chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE { state 85 chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc views::View::GetAccessibleState(state); state 86 chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc state->name = name_; state 87 chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc state->role = role_; state 446 chrome/browser/ui/views/app_list/win/app_list_service_win.cc chrome_launcher_support::InstallationState state = state 448 chrome/browser/ui/views/app_list/win/app_list_service_win.cc if (state == chrome_launcher_support::NOT_INSTALLED) { state 452 chrome/browser/ui/views/app_list/win/app_list_service_win.cc } else if (state == chrome_launcher_support::INSTALLED_AT_SYSTEM_LEVEL) { state 455 chrome/browser/ui/views/app_list/win/app_list_service_win.cc } else if (state == chrome_launcher_support::INSTALLED_AT_USER_LEVEL) { state 316 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc if (create_params.state == ui::SHOW_STATE_DETACHED) { state 580 chrome/browser/ui/views/autofill/autofill_dialog_views.cc const DialogOverlayState& state = delegate_->GetDialogOverlay(); state 582 chrome/browser/ui/views/autofill/autofill_dialog_views.cc if (state.image.IsEmpty()) { state 587 chrome/browser/ui/views/autofill/autofill_dialog_views.cc image_view_->SetImage(state.image.ToImageSkia()); state 589 chrome/browser/ui/views/autofill/autofill_dialog_views.cc message_view_->SetVisible(!state.string.text.empty()); state 590 chrome/browser/ui/views/autofill/autofill_dialog_views.cc message_view_->SetText(state.string.text); state 591 chrome/browser/ui/views/autofill/autofill_dialog_views.cc message_view_->SetFontList(state.string.font_list); state 994 chrome/browser/ui/views/autofill/autofill_dialog_views.cc views::Button::ButtonState button_state = state(); state 1116 chrome/browser/ui/views/autofill/autofill_dialog_views.cc const SuggestionState& state) { state 1118 chrome/browser/ui/views/autofill/autofill_dialog_views.cc state_ = state; state 1734 chrome/browser/ui/views/autofill/autofill_dialog_views.cc views::Button::ButtonState state = group->suggested_button->state(); state 1749 chrome/browser/ui/views/autofill/autofill_dialog_views.cc group->suggested_button->SetState(state); state 385 chrome/browser/ui/views/autofill/autofill_dialog_views.h void SetState(const SuggestionState& state); state 89 chrome/browser/ui/views/autofill/tooltip_icon.cc void TooltipIcon::GetAccessibleState(ui::AXViewState* state) { state 90 chrome/browser/ui/views/autofill/tooltip_icon.cc state->name = tooltip_; state 37 chrome/browser/ui/views/autofill/tooltip_icon.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 119 chrome/browser/ui/views/avatar_label.cc for (size_t state = 0; state < STATE_COUNT; ++state) state 120 chrome/browser/ui/views/avatar_label.cc SetTextColor(static_cast<ButtonState>(state), color_label); state 380 chrome/browser/ui/views/avatar_menu_bubble_view.cc if (!has_focus && state() != views::CustomButton::STATE_DISABLED) state 406 chrome/browser/ui/views/avatar_menu_bubble_view.cc return state() == views::CustomButton::STATE_PRESSED || state 407 chrome/browser/ui/views/avatar_menu_bubble_view.cc state() == views::CustomButton::STATE_HOVERED || state 408 chrome/browser/ui/views/avatar_menu_bubble_view.cc edit_link_->state() == views::CustomButton::STATE_PRESSED || state 409 chrome/browser/ui/views/avatar_menu_bubble_view.cc edit_link_->state() == views::CustomButton::STATE_HOVERED || state 101 chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc ui::AXViewState* state) { state 102 chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc state->role = ui::AX_ROLE_GROUP; state 39 chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 404 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE { state 405 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc state->name = l10n_util::GetStringUTF16(IDS_ACCNAME_SEPARATOR); state 406 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc state->role = ui::AX_ROLE_SPLITTER; state 490 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc BookmarkBar::State state, state 494 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc animating_detached_ = (state == BookmarkBar::DETACHED || state 496 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (state == BookmarkBar::SHOW) state 501 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc size_animation_->Reset(state == BookmarkBar::SHOW ? 1 : 0); state 503 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc bookmark_bar_state_ = state; state 921 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc void BookmarkBarView::GetAccessibleState(ui::AXViewState* state) { state 922 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc state->role = ui::AX_ROLE_TOOLBAR; state 923 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc state->name = l10n_util::GetStringUTF16(IDS_ACCNAME_BOOKMARKS); state 100 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h void SetBookmarkBarState(BookmarkBar::State state, state 185 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 57 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc int state, state 60 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ui_controls::SendMouseEventsNotifyWhenDone(button, state, closure); state 282 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ASSERT_TRUE(button->state() == views::CustomButton::STATE_PRESSED); state 301 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ASSERT_TRUE(button->state() == views::CustomButton::STATE_NORMAL); state 357 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ASSERT_TRUE(button->state() == views::CustomButton::STATE_NORMAL); state 1424 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ASSERT_TRUE(button->state() == views::CustomButton::STATE_PRESSED); state 1571 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc GetBookmarkButton(0)->state()); state 302 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc void BookmarkBubbleView::GetAccessibleState(ui::AXViewState* state) { state 303 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc BubbleDelegateView::GetAccessibleState(state); state 304 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc state->name = state 81 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 167 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc void BookmarkEditorView::GetAccessibleState(ui::AXViewState* state) { state 168 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc state->name = state 170 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc state->role = ui::AX_ROLE_DIALOG; state 92 chrome/browser/ui/views/bookmarks/bookmark_editor_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 214 chrome/browser/ui/views/conflicting_module_view_win.cc ui::AXViewState* state) { state 215 chrome/browser/ui/views/conflicting_module_view_win.cc state->role = ui::AX_ROLE_ALERT; state 52 chrome/browser/ui/views/conflicting_module_view_win.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 139 chrome/browser/ui/views/critical_notification_bubble_view.cc ui::AXViewState* state) { state 140 chrome/browser/ui/views/critical_notification_bubble_view.cc state->role = ui::AX_ROLE_ALERT; state 35 chrome/browser/ui/views/critical_notification_bubble_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 494 chrome/browser/ui/views/download/download_item_view.cc void DownloadItemView::GetAccessibleState(ui::AXViewState* state) { state 495 chrome/browser/ui/views/download/download_item_view.cc state->name = accessible_name_; state 496 chrome/browser/ui/views/download/download_item_view.cc state->role = ui::AX_ROLE_BUTTON; state 498 chrome/browser/ui/views/download/download_item_view.cc state->AddStateFlag(ui::AX_STATE_DISABLED); state 500 chrome/browser/ui/views/download/download_item_view.cc state->AddStateFlag(ui::AX_STATE_HASPOPUP); state 835 chrome/browser/ui/views/download/download_item_view.cc DownloadItem::DownloadState state = download()->GetState(); state 836 chrome/browser/ui/views/download/download_item_view.cc if (state == DownloadItem::IN_PROGRESS) { state 846 chrome/browser/ui/views/download/download_item_view.cc if (state == DownloadItem::INTERRUPTED) { state 855 chrome/browser/ui/views/download/download_item_view.cc DCHECK_EQ(DownloadItem::COMPLETE, state); state 89 chrome/browser/ui/views/download/download_item_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 402 chrome/browser/ui/views/download/download_shelf_view.cc DownloadItem::DownloadState state = download->GetState(); state 403 chrome/browser/ui/views/download/download_shelf_view.cc bool is_transfer_done = state == DownloadItem::COMPLETE || state 404 chrome/browser/ui/views/download/download_shelf_view.cc state == DownloadItem::CANCELLED || state 405 chrome/browser/ui/views/download/download_shelf_view.cc state == DownloadItem::INTERRUPTED; state 42 chrome/browser/ui/views/download/download_started_animation_views.cc virtual void AnimateToState(double state) OVERRIDE; state 109 chrome/browser/ui/views/download/download_started_animation_views.cc void DownloadStartedAnimationViews::AnimateToState(double state) { state 110 chrome/browser/ui/views/download/download_started_animation_views.cc if (state >= 1.0) { state 351 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc void AnimateToState(double state); state 1180 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc void ExpandableContainerView::DetailsView::AnimateToState(double state) { state 1181 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc state_ = state; state 256 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc ui::AXViewState* state) { state 257 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc state->role = ui::AX_ROLE_ALERT; state 166 chrome/browser/ui/views/extensions/extension_message_bubble_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 325 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc ui::AXViewState* state) { state 326 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc state->role = ui::AX_ROLE_TITLE_BAR; state 60 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 1872 chrome/browser/ui/views/frame/browser_view.cc void BrowserView::GetAccessibleState(ui::AXViewState* state) { state 1873 chrome/browser/ui/views/frame/browser_view.cc state->role = ui::AX_ROLE_CLIENT; state 463 chrome/browser/ui/views/frame/browser_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 356 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc ui::AXViewState* state) { state 357 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc state->role = ui::AX_ROLE_TITLE_BAR; state 63 chrome/browser/ui/views/frame/opaque_browser_frame_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 58 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc void SetWindowState(WindowState state) { state 59 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc window_state_ = state; state 50 chrome/browser/ui/views/infobars/infobar_container_view.cc void InfoBarContainerView::GetAccessibleState(ui::AXViewState* state) { state 51 chrome/browser/ui/views/infobars/infobar_container_view.cc state->role = ui::AX_ROLE_GROUP; state 52 chrome/browser/ui/views/infobars/infobar_container_view.cc state->name = l10n_util::GetStringUTF16(IDS_ACCNAME_INFOBAR_CONTAINER); state 25 chrome/browser/ui/views/infobars/infobar_container_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 427 chrome/browser/ui/views/infobars/infobar_view.cc void InfoBarView::GetAccessibleState(ui::AXViewState* state) { state 428 chrome/browser/ui/views/infobars/infobar_view.cc state->name = l10n_util::GetStringUTF16( state 431 chrome/browser/ui/views/infobars/infobar_view.cc state->role = ui::AX_ROLE_ALERT; state 127 chrome/browser/ui/views/infobars/infobar_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 23 chrome/browser/ui/views/location_bar/bubble_icon_view.cc void BubbleIconView::GetAccessibleState(ui::AXViewState* state) { state 24 chrome/browser/ui/views/location_bar/bubble_icon_view.cc views::ImageView::GetAccessibleState(state); state 25 chrome/browser/ui/views/location_bar/bubble_icon_view.cc state->role = ui::AX_ROLE_BUTTON; state 31 chrome/browser/ui/views/location_bar/bubble_icon_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 162 chrome/browser/ui/views/location_bar/content_setting_image_view.cc double state = slide_animator_.GetCurrentValue(); state 169 chrome/browser/ui/views/location_bar/content_setting_image_view.cc if (state < kOpenFraction) state 170 chrome/browser/ui/views/location_bar/content_setting_image_view.cc size_fraction = state / kOpenFraction; state 171 chrome/browser/ui/views/location_bar/content_setting_image_view.cc if (state > (1.0 - kOpenFraction)) state 172 chrome/browser/ui/views/location_bar/content_setting_image_view.cc size_fraction = (1.0 - state) / kOpenFraction; state 1237 chrome/browser/ui/views/location_bar/location_bar_view.cc void LocationBarView::GetAccessibleState(ui::AXViewState* state) { state 1241 chrome/browser/ui/views/location_bar/location_bar_view.cc state->role = ui::AX_ROLE_LOCATION_BAR; state 1242 chrome/browser/ui/views/location_bar/location_bar_view.cc state->name = l10n_util::GetStringUTF16(IDS_ACCNAME_LOCATION); state 1243 chrome/browser/ui/views/location_bar/location_bar_view.cc state->value = omnibox_view_->GetText(); state 1248 chrome/browser/ui/views/location_bar/location_bar_view.cc state->selection_start = entry_start; state 1249 chrome/browser/ui/views/location_bar/location_bar_view.cc state->selection_end = entry_end; state 1252 chrome/browser/ui/views/location_bar/location_bar_view.cc state->AddStateFlag(ui::AX_STATE_READ_ONLY); state 1254 chrome/browser/ui/views/location_bar/location_bar_view.cc state->set_value_callback = state 273 chrome/browser/ui/views/location_bar/location_bar_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 54 chrome/browser/ui/views/location_bar/open_pdf_in_reader_view.cc void OpenPDFInReaderView::GetAccessibleState(ui::AXViewState* state) { state 55 chrome/browser/ui/views/location_bar/open_pdf_in_reader_view.cc state->name = l10n_util::GetStringUTF16(IDS_ACCNAME_OPEN_PDF_IN_READER); state 56 chrome/browser/ui/views/location_bar/open_pdf_in_reader_view.cc state->role = ui::AX_ROLE_BUTTON; state 32 chrome/browser/ui/views/location_bar/open_pdf_in_reader_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 115 chrome/browser/ui/views/location_bar/page_action_image_view.cc void PageActionImageView::GetAccessibleState(ui::AXViewState* state) { state 116 chrome/browser/ui/views/location_bar/page_action_image_view.cc state->role = ui::AX_ROLE_BUTTON; state 117 chrome/browser/ui/views/location_bar/page_action_image_view.cc state->name = base::UTF8ToUTF16(tooltip_); state 52 chrome/browser/ui/views/location_bar/page_action_image_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 22 chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc ui::AXViewState* state) { state 23 chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc state->role = ui::AX_ROLE_GROUP; state 27 chrome/browser/ui/views/location_bar/page_action_with_badge_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 44 chrome/browser/ui/views/location_bar/zoom_view.cc void ZoomView::GetAccessibleState(ui::AXViewState* state) { state 45 chrome/browser/ui/views/location_bar/zoom_view.cc state->name = l10n_util::GetStringUTF16(IDS_ACCNAME_ZOOM); state 46 chrome/browser/ui/views/location_bar/zoom_view.cc state->role = ui::AX_ROLE_BUTTON; state 32 chrome/browser/ui/views/location_bar/zoom_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 57 chrome/browser/ui/views/omnibox/omnibox_result_view.cc OmniboxResultView::ResultViewState state; state 167 chrome/browser/ui/views/omnibox/omnibox_result_view.cc ResultViewState state, state 170 chrome/browser/ui/views/omnibox/omnibox_result_view.cc if (kTranslationTable[i].state == state && state 526 chrome/browser/ui/views/omnibox/omnibox_result_view.cc const ResultViewState state = GetState(); state 527 chrome/browser/ui/views/omnibox/omnibox_result_view.cc if (state != NORMAL) state 528 chrome/browser/ui/views/omnibox/omnibox_result_view.cc canvas->DrawColor(GetColor(state, BACKGROUND)); state 55 chrome/browser/ui/views/omnibox/omnibox_result_view.h SkColor GetColor(ResultViewState state, ColorKind kind) const; state 368 chrome/browser/ui/views/omnibox/omnibox_view_views.cc void OmniboxViewViews::GetAccessibleState(ui::AXViewState* state) { state 369 chrome/browser/ui/views/omnibox/omnibox_view_views.cc location_bar_view_->GetAccessibleState(state); state 370 chrome/browser/ui/views/omnibox/omnibox_view_views.cc state->role = ui::AX_ROLE_TEXT_FIELD; state 460 chrome/browser/ui/views/omnibox/omnibox_view_views.cc OmniboxEditModel::State state = model()->GetStateForTabSwitch(); state 462 chrome/browser/ui/views/omnibox/omnibox_view_views.cc state, GetSelectedRange(), saved_selection_for_focus_change_)); state 468 chrome/browser/ui/views/omnibox/omnibox_view_views.cc const OmniboxState* state = static_cast<OmniboxState*>( state 470 chrome/browser/ui/views/omnibox/omnibox_view_views.cc model()->RestoreState(state ? &state->model_state : NULL); state 471 chrome/browser/ui/views/omnibox/omnibox_view_views.cc if (state) { state 476 chrome/browser/ui/views/omnibox/omnibox_view_views.cc SelectRange(state->selection); state 477 chrome/browser/ui/views/omnibox/omnibox_view_views.cc saved_selection_for_focus_change_ = state->saved_selection_for_focus_change; state 76 chrome/browser/ui/views/omnibox/omnibox_view_views.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 134 chrome/browser/ui/views/profile_chooser_view.cc if ((state() == STATE_PRESSED) || (state() == STATE_HOVERED) || HasFocus()) { state 91 chrome/browser/ui/views/status_bubble_views.cc virtual void AnimateToState(double state) OVERRIDE; state 493 chrome/browser/ui/views/status_bubble_views.cc void StatusBubbleViews::StatusViewAnimation::AnimateToState(double state) { state 532 chrome/browser/ui/views/status_bubble_views.cc virtual void AnimateToState(double state) OVERRIDE; state 549 chrome/browser/ui/views/status_bubble_views.cc void StatusBubbleViews::StatusViewExpander::AnimateToState(double state) { state 717 chrome/browser/ui/views/status_bubble_views.cc if (view_->state() == StatusView::BUBBLE_HIDDEN) { state 771 chrome/browser/ui/views/status_bubble_views.cc if (view_->state() != StatusView::BUBBLE_HIDDEN && state 772 chrome/browser/ui/views/status_bubble_views.cc view_->state() != StatusView::BUBBLE_HIDING_FADE && state 773 chrome/browser/ui/views/status_bubble_views.cc view_->state() != StatusView::BUBBLE_HIDING_TIMER) { state 309 chrome/browser/ui/views/tabs/tab.cc virtual void AnimateToState(double state) OVERRIDE { state 312 chrome/browser/ui/views/tabs/tab.cc if (state < .5) { state 314 chrome/browser/ui/views/tabs/tab.cc static_cast<int>(floor(kHidingOffset * 2.0 * state))); state 319 chrome/browser/ui/views/tabs/tab.cc floor(kHidingOffset - ((state - .5) * 2.0 * kHidingOffset)))); state 595 chrome/browser/ui/views/tabs/tab.cc void Tab::UpdateLoadingAnimation(TabRendererData::NetworkState state) { state 596 chrome/browser/ui/views/tabs/tab.cc if (state == data_.network_state && state 597 chrome/browser/ui/views/tabs/tab.cc state == TabRendererData::NETWORK_STATE_NONE) { state 604 chrome/browser/ui/views/tabs/tab.cc data_.network_state = state; state 605 chrome/browser/ui/views/tabs/tab.cc AdvanceLoadingAnimation(old_state, state); state 1080 chrome/browser/ui/views/tabs/tab.cc void Tab::GetAccessibleState(ui::AXViewState* state) { state 1081 chrome/browser/ui/views/tabs/tab.cc state->role = ui::AX_ROLE_TAB; state 1082 chrome/browser/ui/views/tabs/tab.cc state->name = data_.title; state 1510 chrome/browser/ui/views/tabs/tab.cc TabRendererData::NetworkState state) { state 1541 chrome/browser/ui/views/tabs/tab.cc if (state != old_state) { state 1546 chrome/browser/ui/views/tabs/tab.cc if (state == TabRendererData::NETWORK_STATE_WAITING) { state 1553 chrome/browser/ui/views/tabs/tab.cc } else if (state == TabRendererData::NETWORK_STATE_LOADING) { state 74 chrome/browser/ui/views/tabs/tab.h void UpdateLoadingAnimation(TabRendererData::NetworkState state); state 183 chrome/browser/ui/views/tabs/tab.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 222 chrome/browser/ui/views/tabs/tab.h TabRendererData::NetworkState state); state 337 chrome/browser/ui/views/tabs/tab_strip.cc gfx::ImageSkia GetBackgroundImage(views::CustomButton::ButtonState state, state 339 chrome/browser/ui/views/tabs/tab_strip.cc gfx::ImageSkia GetImageForState(views::CustomButton::ButtonState state, state 436 chrome/browser/ui/views/tabs/tab_strip.cc views::CustomButton::ButtonState state, state 452 chrome/browser/ui/views/tabs/tab_strip.cc switch (state) { state 506 chrome/browser/ui/views/tabs/tab_strip.cc if (state == views::CustomButton::STATE_HOVERED) state 514 chrome/browser/ui/views/tabs/tab_strip.cc views::CustomButton::ButtonState state, state 516 chrome/browser/ui/views/tabs/tab_strip.cc const int overlay_id = state == views::CustomButton::STATE_PRESSED ? state 524 chrome/browser/ui/views/tabs/tab_strip.cc canvas.DrawImageInt(GetBackgroundImage(state, scale_factor), 0, 0); state 539 chrome/browser/ui/views/tabs/tab_strip.cc return GetImageForState(state(), scale_factor); state 1453 chrome/browser/ui/views/tabs/tab_strip.cc void TabStrip::GetAccessibleState(ui::AXViewState* state) { state 1454 chrome/browser/ui/views/tabs/tab_strip.cc state->role = ui::AX_ROLE_TAB_LIST; state 226 chrome/browser/ui/views/tabs/tab_strip.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 72 chrome/browser/ui/views/toolbar/browser_action_view.cc void BrowserActionView::GetAccessibleState(ui::AXViewState* state) { state 73 chrome/browser/ui/views/toolbar/browser_action_view.cc state->name = l10n_util::GetStringUTF16( state 75 chrome/browser/ui/views/toolbar/browser_action_view.cc state->role = ui::AX_ROLE_GROUP; state 162 chrome/browser/ui/views/toolbar/browser_action_view.cc void BrowserActionButton::GetAccessibleState(ui::AXViewState* state) { state 163 chrome/browser/ui/views/toolbar/browser_action_view.cc views::MenuButton::GetAccessibleState(state); state 164 chrome/browser/ui/views/toolbar/browser_action_view.cc state->role = ui::AX_ROLE_BUTTON; state 76 chrome/browser/ui/views/toolbar/browser_action_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 144 chrome/browser/ui/views/toolbar/browser_action_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 393 chrome/browser/ui/views/toolbar/browser_actions_container.cc ui::AXViewState* state) { state 394 chrome/browser/ui/views/toolbar/browser_actions_container.cc state->role = ui::AX_ROLE_GROUP; state 395 chrome/browser/ui/views/toolbar/browser_actions_container.cc state->name = l10n_util::GetStringUTF16(IDS_ACCNAME_EXTENSIONS); state 185 chrome/browser/ui/views/toolbar/browser_actions_container.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 117 chrome/browser/ui/views/toolbar/reload_button.cc void ReloadButton::GetAccessibleState(ui::AXViewState* state) { state 119 chrome/browser/ui/views/toolbar/reload_button.cc ToolbarButton::GetAccessibleState(state); state 121 chrome/browser/ui/views/toolbar/reload_button.cc CustomButton::GetAccessibleState(state); state 56 chrome/browser/ui/views/toolbar/reload_button.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 124 chrome/browser/ui/views/toolbar/toolbar_button.cc void ToolbarButton::GetAccessibleState(ui::AXViewState* state) { state 125 chrome/browser/ui/views/toolbar/toolbar_button.cc CustomButton::GetAccessibleState(state); state 126 chrome/browser/ui/views/toolbar/toolbar_button.cc state->role = ui::AX_ROLE_BUTTON_DROP_DOWN; state 127 chrome/browser/ui/views/toolbar/toolbar_button.cc state->default_action = l10n_util::GetStringUTF16(IDS_APP_ACCACTION_PRESS); state 128 chrome/browser/ui/views/toolbar/toolbar_button.cc state->AddStateFlag(ui::AX_STATE_HASPOPUP); state 47 chrome/browser/ui/views/toolbar/toolbar_button.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 394 chrome/browser/ui/views/toolbar/toolbar_view.cc void ToolbarView::GetAccessibleState(ui::AXViewState* state) { state 395 chrome/browser/ui/views/toolbar/toolbar_view.cc state->role = ui::AX_ROLE_TOOLBAR; state 396 chrome/browser/ui/views/toolbar/toolbar_view.cc state->name = l10n_util::GetStringUTF16(IDS_ACCNAME_TOOLBAR); state 112 chrome/browser/ui/views/toolbar/toolbar_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 182 chrome/browser/ui/views/toolbar/wrench_menu.cc views::Button::ButtonState state = state 183 chrome/browser/ui/views/toolbar/wrench_menu.cc button ? button->state() : views::Button::STATE_NORMAL; state 196 chrome/browser/ui/views/toolbar/wrench_menu.cc DrawBackground(canvas, view, bounds, state); state 199 chrome/browser/ui/views/toolbar/wrench_menu.cc const SkColor border_color = BorderColor(view, state); state 204 chrome/browser/ui/views/toolbar/wrench_menu.cc DrawBackground(canvas, view, gfx::Rect(1, 1, w, h - 2), state); state 213 chrome/browser/ui/views/toolbar/wrench_menu.cc DrawBackground(canvas, view, gfx::Rect(1, 1, w - 2, h - 2), state); state 214 chrome/browser/ui/views/toolbar/wrench_menu.cc SkColor left_color = state != views::Button::STATE_NORMAL ? state 215 chrome/browser/ui/views/toolbar/wrench_menu.cc border_color : BorderColor(view, left_button_->state()); state 220 chrome/browser/ui/views/toolbar/wrench_menu.cc SkColor right_color = state != views::Button::STATE_NORMAL ? state 221 chrome/browser/ui/views/toolbar/wrench_menu.cc border_color : BorderColor(view, right_button_->state()); state 227 chrome/browser/ui/views/toolbar/wrench_menu.cc DrawBackground(canvas, view, gfx::Rect(0, 1, w - 1, h - 2), state); state 236 chrome/browser/ui/views/toolbar/wrench_menu.cc DrawBackground(canvas, view, gfx::Rect(1, 1, w - 2, h - 2), state); state 254 chrome/browser/ui/views/toolbar/wrench_menu.cc static SkColor BorderColor(View* view, views::Button::ButtonState state) { state 256 chrome/browser/ui/views/toolbar/wrench_menu.cc switch (state) { state 270 chrome/browser/ui/views/toolbar/wrench_menu.cc views::Button::ButtonState state) { state 272 chrome/browser/ui/views/toolbar/wrench_menu.cc switch (state) { state 290 chrome/browser/ui/views/toolbar/wrench_menu.cc views::Button::ButtonState state) const { state 291 chrome/browser/ui/views/toolbar/wrench_menu.cc if (state == views::Button::STATE_HOVERED || state 292 chrome/browser/ui/views/toolbar/wrench_menu.cc state == views::Button::STATE_PRESSED) { state 302 chrome/browser/ui/views/toolbar/wrench_menu.cc canvas->FillRect(bounds, BackgroundColor(view, state)); state 45 chrome/browser/ui/views/toolbar/wrench_toolbar_button.cc switch (state()) { state 156 chrome/browser/ui/views/translate/translate_bubble_view.cc TranslateBubbleModel::ViewState state = state 158 chrome/browser/ui/views/translate/translate_bubble_view.cc translate_bubble_view_->SwitchView(state); state 69 chrome/browser/ui/views/website_settings/permission_selector_view.cc virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 123 chrome/browser/ui/views/website_settings/permission_selector_view.cc void PermissionMenuButton::GetAccessibleState(ui::AXViewState* state) { state 124 chrome/browser/ui/views/website_settings/permission_selector_view.cc MenuButton::GetAccessibleState(state); state 125 chrome/browser/ui/views/website_settings/permission_selector_view.cc state->value = text(); state 264 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc const char* state, state 279 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc state, state 651 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc dict->SetString("state", drive::JobStateToString(info.state)); state 123 chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc void AppLaunchSplashScreenHandler::UpdateAppLaunchState(AppLaunchState state) { state 124 chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc if (state == state_) state 127 chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc state_ = state; state 141 chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc NetworkStateInformer::State state = network_state_informer_->state(); state 142 chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc if (state == NetworkStateInformer::ONLINE) { state 157 chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc switch (state) { state 197 chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc return network_state_informer_->state() == NetworkStateInformer::ONLINE; state 214 chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc network_state_informer_->state() == NetworkStateInformer::ONLINE; state 242 chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc AppLaunchState state) { state 243 chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc switch (state) { state 42 chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.h virtual void UpdateAppLaunchState(AppLaunchState state) OVERRIDE; state 55 chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.h int GetProgressMessageFromState(AppLaunchState state); state 192 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc switch (error.state()) { state 419 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc if (error.state() != GoogleServiceAuthError::NONE) state 161 chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc NetworkStateInformer::State state = network_state_informer_->state(); state 162 chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc if (state != NetworkStateInformer::ONLINE) { state 165 chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc << NetworkStateInformer::StatusString(state); state 212 chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc if (network_state_informer_->state() != NetworkStateInformer::ONLINE) state 51 chrome/browser/ui/webui/chromeos/login/network_state_informer.cc NetworkPortalDetector::CaptivePortalState state = state 53 chrome/browser/ui/webui/chromeos/login/network_state_informer.cc NetworkPortalDetector::CaptivePortalStatus status = state.status; state 132 chrome/browser/ui/webui/chromeos/login/network_state_informer.cc const NetworkPortalDetector::CaptivePortalState& state) { state 153 chrome/browser/ui/webui/chromeos/login/network_state_informer.cc const char* NetworkStateInformer::StatusString(State state) { state 154 chrome/browser/ui/webui/chromeos/login/network_state_informer.cc switch (state) { state 70 chrome/browser/ui/webui/chromeos/login/network_state_informer.h const NetworkPortalDetector::CaptivePortalState& state) OVERRIDE; 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 130 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc bool IsOnline(NetworkStateInformer::State state, state 132 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc return state == NetworkStateInformer::ONLINE && state 137 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc bool IsBehindCaptivePortal(NetworkStateInformer::State state, state 139 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc return state == NetworkStateInformer::CAPTIVE_PORTAL || state 143 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc bool IsProxyError(NetworkStateInformer::State state, state 146 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc return state == NetworkStateInformer::PROXY_AUTH_REQUIRED || state 544 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc NetworkStateInformer::State state = network_state_informer_->state(); state 551 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc if ((state == NetworkStateInformer::OFFLINE || has_pending_auth_ui_) && state 559 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc << "state=" << NetworkStateInformer::StatusString(state) << ", " state 565 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc if ((state == NetworkStateInformer::OFFLINE && !force_update) || state 580 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc if (state == NetworkStateInformer::CONNECTING && !force_update) { state 597 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc const bool is_online = IsOnline(state, reason); state 598 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc const bool is_behind_captive_portal = IsBehindCaptivePortal(state, reason); state 608 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc last_network_state_ = state; state 617 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc HideOfflineMessage(state, reason); state 637 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc !IsProxyError(state, reason, FrameError())) { state 645 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc SetupAndShowOfflineMessage(state, reason); state 647 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc HideOfflineMessage(state, reason); state 652 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc NetworkStateInformer:: State state, state 655 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc const bool is_behind_captive_portal = IsBehindCaptivePortal(state, reason); state 656 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc const bool is_proxy_error = IsProxyError(state, reason, FrameError()); state 704 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc NetworkStateInformer::State state, state 995 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc HideOfflineMessage(network_state_informer_->state(), state 1054 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc (network_state_informer_->state() != NetworkStateInformer::ONLINE || state 1278 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc ContinueKioskEnableFlow(auto_enrollment_controller->state()); state 1643 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc network_state_informer_->state() == NetworkStateInformer::ONLINE) { state 1743 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc policy::AutoEnrollmentState state) { state 1746 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc switch (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 441 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h void ContinueKioskEnableFlow(policy::AutoEnrollmentState state); state 133 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc void SetActivationStateAndError(MobileActivator::PlanActivationState state, state 136 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc value->SetInteger("state", state); state 213 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc MobileActivator::PlanActivationState state, state 392 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc MobileActivator::PlanActivationState state, state 400 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc SetActivationStateAndError(state, error_description, &device_dict); state 410 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc state, state 419 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc MobileActivator::PlanActivationState state, state 425 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc SetActivationStateAndError(state, error_description, &device_dict); state 515 chrome/browser/ui/webui/help/help_handler.cc void HelpHandler::SetPromotionState(VersionUpdater::PromotionState state) { state 517 chrome/browser/ui/webui/help/help_handler.cc switch (state) { state 75 chrome/browser/ui/webui/help/help_handler.h void SetPromotionState(VersionUpdater::PromotionState state); state 84 chrome/browser/ui/webui/invalidations_message_handler.cc std::string state(syncer::InvalidatorStateToString(new_state)); state 86 chrome/browser/ui/webui/invalidations_message_handler.cc "chrome.invalidations.updateInvalidatorState", base::StringValue(state)); state 1211 chrome/browser/ui/webui/net_internals/net_internals_ui.cc net::TransportSecurityState::DomainState state; state 1213 chrome/browser/ui/webui/net_internals/net_internals_ui.cc domain, true, &state); state 1217 chrome/browser/ui/webui/net_internals/net_internals_ui.cc result->SetInteger("mode", static_cast<int>(state.upgrade_mode)); state 1218 chrome/browser/ui/webui/net_internals/net_internals_ui.cc result->SetBoolean("sts_subdomains", state.sts_include_subdomains); state 1219 chrome/browser/ui/webui/net_internals/net_internals_ui.cc result->SetBoolean("pkp_subdomains", state.pkp_include_subdomains); state 1220 chrome/browser/ui/webui/net_internals/net_internals_ui.cc result->SetDouble("sts_observed", state.sts_observed.ToDoubleT()); state 1221 chrome/browser/ui/webui/net_internals/net_internals_ui.cc result->SetDouble("pkp_observed", state.pkp_observed.ToDoubleT()); state 1222 chrome/browser/ui/webui/net_internals/net_internals_ui.cc result->SetString("domain", state.domain); state 1223 chrome/browser/ui/webui/net_internals/net_internals_ui.cc result->SetDouble("expiry", state.upgrade_expiry.ToDoubleT()); state 1225 chrome/browser/ui/webui/net_internals/net_internals_ui.cc state.dynamic_spki_hashes_expiry.ToDoubleT()); state 1228 chrome/browser/ui/webui/net_internals/net_internals_ui.cc HashesToBase64String(state.static_spki_hashes)); state 1230 chrome/browser/ui/webui/net_internals/net_internals_ui.cc HashesToBase64String(state.dynamic_spki_hashes)); state 938 chrome/browser/ui/webui/options/browser_options_handler.cc ShellIntegration::DefaultWebClientState state = state 941 chrome/browser/ui/webui/options/browser_options_handler.cc if (state == ShellIntegration::IS_DEFAULT) state 943 chrome/browser/ui/webui/options/browser_options_handler.cc else if (state == ShellIntegration::NOT_DEFAULT) state 976 chrome/browser/ui/webui/options/browser_options_handler.cc ShellIntegration::DefaultWebClientState state) { state 977 chrome/browser/ui/webui/options/browser_options_handler.cc if (state == ShellIntegration::IS_DEFAULT) state 979 chrome/browser/ui/webui/options/browser_options_handler.cc if (state == ShellIntegration::NOT_DEFAULT) state 985 chrome/browser/ui/webui/options/browser_options_handler.cc ShellIntegration::DefaultWebClientUIState state) { state 988 chrome/browser/ui/webui/options/browser_options_handler.cc if (state == ShellIntegration::STATE_IS_DEFAULT) { state 990 chrome/browser/ui/webui/options/browser_options_handler.cc } else if (state == ShellIntegration::STATE_NOT_DEFAULT) { state 997 chrome/browser/ui/webui/options/browser_options_handler.cc } else if (state == ShellIntegration::STATE_UNKNOWN) { state 83 chrome/browser/ui/webui/options/browser_options_handler.h ShellIntegration::DefaultWebClientUIState state) OVERRIDE; state 150 chrome/browser/ui/webui/options/browser_options_handler.h int StatusStringIdForState(ShellIntegration::DefaultWebClientState state); state 312 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc std::string ConnectionStateString(const std::string& state) { state 314 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc if (state == shill::kUnknownString) state 316 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc else if (state == shill::kStateIdle) state 318 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc else if (state == shill::kStateCarrier) state 320 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc else if (state == shill::kStateAssociation) state 322 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc else if (state == shill::kStateConfiguration) state 324 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc else if (state == shill::kStateReady) state 326 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc else if (state == shill::kStateDisconnect) state 328 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc else if (state == shill::kStateFailure) state 330 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc else if (state == shill::kStateActivationFailure) state 332 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc else if (state == shill::kStatePortal) state 334 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc else if (state == shill::kStateOnline) state 428 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc void SetCommonNetworkInfo(const ManagedState* state, state 438 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc std::string name = state->name(); state 439 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc if (state->Matches(NetworkTypePattern::Ethernet())) state 442 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc network_info->SetString(kNetworkInfoKeyNetworkType, state->type()); state 443 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc network_info->SetString(kNetworkInfoKeyServicePath, state->path()); state 218 chrome/browser/ui/webui/options/create_profile_handler.cc GoogleServiceAuthError::State state = error.state(); state 219 chrome/browser/ui/webui/options/create_profile_handler.cc RecordSupervisedProfileCreationMetrics(state); state 220 chrome/browser/ui/webui/options/create_profile_handler.cc if (state == GoogleServiceAuthError::NONE) { state 226 chrome/browser/ui/webui/options/create_profile_handler.cc if (state == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS || state 227 chrome/browser/ui/webui/options/create_profile_handler.cc state == GoogleServiceAuthError::USER_NOT_SIGNED_UP || state 228 chrome/browser/ui/webui/options/create_profile_handler.cc state == GoogleServiceAuthError::ACCOUNT_DELETED || state 229 chrome/browser/ui/webui/options/create_profile_handler.cc state == GoogleServiceAuthError::ACCOUNT_DISABLED) { state 212 chrome/browser/ui/webui/options/import_data_handler.cc base::FundamentalValue state(false); state 214 chrome/browser/ui/webui/options/import_data_handler.cc state); state 434 chrome/browser/ui/webui/options/manage_profile_handler.cc GoogleServiceAuthError::State state = service->GetAuthError().state(); state 435 chrome/browser/ui/webui/options/manage_profile_handler.cc bool has_error = (state == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS || state 436 chrome/browser/ui/webui/options/manage_profile_handler.cc state == GoogleServiceAuthError::USER_NOT_SIGNED_UP || state 437 chrome/browser/ui/webui/options/manage_profile_handler.cc state == GoogleServiceAuthError::ACCOUNT_DELETED || state 438 chrome/browser/ui/webui/options/manage_profile_handler.cc state == GoogleServiceAuthError::ACCOUNT_DISABLED); state 228 chrome/browser/ui/webui/options/managed_user_import_handler.cc GoogleServiceAuthError::State state = error_controller->auth_error().state(); state 230 chrome/browser/ui/webui/options/managed_user_import_handler.cc return state == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS || state 231 chrome/browser/ui/webui/options/managed_user_import_handler.cc state == GoogleServiceAuthError::USER_NOT_SIGNED_UP || state 232 chrome/browser/ui/webui/options/managed_user_import_handler.cc state == GoogleServiceAuthError::ACCOUNT_DELETED || state 233 chrome/browser/ui/webui/options/managed_user_import_handler.cc state == GoogleServiceAuthError::ACCOUNT_DISABLED; state 138 chrome/browser/ui/webui/policy_ui.cc switch (data->state()) { state 148 chrome/browser/ui/webui/policy_ui.cc NOTREACHED() << "Unknown state " << data->state(); state 113 chrome/browser/ui/webui/set_as_default_browser_ui.cc ShellIntegration::DefaultWebClientUIState state) OVERRIDE; state 155 chrome/browser/ui/webui/set_as_default_browser_ui.cc ShellIntegration::DefaultWebClientUIState state) { state 161 chrome/browser/ui/webui/set_as_default_browser_ui.cc if (state == ShellIntegration::STATE_NOT_DEFAULT && set_default_result_) { state 166 chrome/browser/ui/webui/set_as_default_browser_ui.cc } else if (state == ShellIntegration::STATE_IS_DEFAULT) { state 338 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc const GoogleServiceAuthError::State state = error.state(); state 342 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc bool success = (state == GoogleServiceAuthError::NONE || state 343 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc state == GoogleServiceAuthError::CAPTCHA_REQUIRED || state 344 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc state == GoogleServiceAuthError::TWO_FACTOR || state 345 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc state == GoogleServiceAuthError::ACCOUNT_DELETED || state 346 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc state == GoogleServiceAuthError::ACCOUNT_DISABLED); state 65 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc sync_file_system::SyncServiceState state, state 68 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc extensions::SyncServiceStateToExtensionEnum(state)); state 33 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.h sync_file_system::SyncServiceState state, state 801 chrome/browser/ui/webui/sync_setup_handler.cc sync_service->GetAuthError().state() == GoogleServiceAuthError::NONE)) { state 144 chrome/browser/upgrade_detector.cc void UpgradeDetector::IdleCallback(IdleState state) { state 150 chrome/browser/upgrade_detector.cc switch (state) { state 128 chrome/browser/upgrade_detector.h void IdleCallback(IdleState state); state 191 chrome/common/service_process_util.cc ServiceProcessRunningState state = state 193 chrome/common/service_process_util.cc switch (state) { state 106 chrome/common/service_process_util_unittest.cc ServiceProcessState state; state 107 chrome/common/service_process_util_unittest.cc ASSERT_TRUE(state.Initialize()); state 113 chrome/common/service_process_util_unittest.cc ServiceProcessState state; state 114 chrome/common/service_process_util_unittest.cc ASSERT_TRUE(state.Initialize()); state 115 chrome/common/service_process_util_unittest.cc ASSERT_TRUE(state.SignalReady(IOMessageLoopProxy(), base::Closure())); state 117 chrome/common/service_process_util_unittest.cc state.SignalStopped(); state 122 chrome/common/service_process_util_unittest.cc ServiceProcessState state; state 123 chrome/common/service_process_util_unittest.cc ASSERT_TRUE(state.AddToAutoRun()); state 159 chrome/common/service_process_util_unittest.cc ASSERT_TRUE(state.RemoveFromAutoRun()); state 181 chrome/common/service_process_util_unittest.cc ServiceProcessState state; state 182 chrome/common/service_process_util_unittest.cc ASSERT_TRUE(state.Initialize()); state 206 chrome/common/service_process_util_unittest.cc ServiceProcessState state; state 207 chrome/common/service_process_util_unittest.cc EXPECT_FALSE(state.Initialize()); state 227 chrome/common/service_process_util_unittest.cc ServiceProcessState state; state 228 chrome/common/service_process_util_unittest.cc EXPECT_TRUE(state.Initialize()); state 229 chrome/common/service_process_util_unittest.cc EXPECT_TRUE(state.SignalReady( state 200 chrome/installer/setup/setup_main.cc const ProductState* state = state 203 chrome/installer/setup/setup_main.cc if ((state != NULL) && state->is_multi_install()) { state 204 chrome/installer/setup/setup_main.cc installer_state->AddProductFromState(type, *state); state 35 chrome/installer/util/callback_work_item_unittest.cc bool TestForwardBackwardCallback(TestCallbackState* state, state 37 chrome/installer/util/callback_work_item_unittest.cc *state = work_item.IsRollback() ? TCS_CALLED_ROLLBACK : TCS_CALLED_FORWARD; state 45 chrome/installer/util/callback_work_item_unittest.cc TestCallbackState state = TCS_UNDEFINED; state 47 chrome/installer/util/callback_work_item_unittest.cc CallbackWorkItem work_item(base::Bind(&TestForwardBackwardCallback, &state)); state 50 chrome/installer/util/callback_work_item_unittest.cc EXPECT_EQ(TCS_CALLED_FORWARD, state); state 53 chrome/installer/util/callback_work_item_unittest.cc EXPECT_EQ(TCS_CALLED_ROLLBACK, state); state 44 chrome/installer/util/eula_util.cc bool GetAnyChromeProductState(bool system_level, ProductState* state) { state 45 chrome/installer/util/eula_util.cc return state->Initialize(system_level, BrowserDistribution::CHROME_BROWSER) state 46 chrome/installer/util/eula_util.cc || state->Initialize(system_level, BrowserDistribution::CHROME_FRAME) state 47 chrome/installer/util/eula_util.cc || state->Initialize(system_level, BrowserDistribution::CHROME_APP_HOST); state 50 chrome/installer/util/helper.cc ProductState state; state 56 chrome/installer/util/helper.cc if (state.Initialize(system_install, dist) && state.is_multi_install()) { state 212 chrome/installer/util/install_util.cc ProductState state; state 213 chrome/installer/util/install_util.cc if (state.Initialize(system_install, distribution_type)) { state 214 chrome/installer/util/install_util.cc return state.uninstall_command(); state 360 chrome/installer/util/install_util.cc ProductState state; state 361 chrome/installer/util/install_util.cc return state.Initialize(system_install, dist) && state.is_multi_install(); state 33 chrome/installer/util/installation_validator.cc ctx.state.uninstall_command().HasSwitch(switches::kMultiInstall); state 44 chrome/installer/util/installation_validator.cc ctx.state.uninstall_command().HasSwitch(switches::kMultiInstall); state 58 chrome/installer/util/installation_validator.cc return !ctx.state.is_multi_install(); state 82 chrome/installer/util/installation_validator.cc !ctx.state.is_multi_install())); state 92 chrome/installer/util/installation_validator.cc return !ctx.state.is_multi_install(); state 279 chrome/installer/util/installation_validator.cc ctx.state.is_multi_install())); state 282 chrome/installer/util/installation_validator.cc ctx.state.is_multi_install())); state 360 chrome/installer/util/installation_validator.cc ctx.state.commands().GetIterators()); state 514 chrome/installer/util/installation_validator.cc if (ctx.state.is_multi_install()) { state 522 chrome/installer/util/installation_validator.cc .AppendASCII(ctx.state.version().GetString()) state 568 chrome/installer/util/installation_validator.cc const bool is_multi_install = ctx.state.is_multi_install(); state 585 chrome/installer/util/installation_validator.cc DCHECK(!ctx.state.rename_cmd().empty()); state 587 chrome/installer/util/installation_validator.cc CommandLine command = CommandLine::FromString(ctx.state.rename_cmd()); state 599 chrome/installer/util/installation_validator.cc ctx.state.is_multi_install())); state 612 chrome/installer/util/installation_validator.cc if (ctx.state.old_version() == NULL) { state 613 chrome/installer/util/installation_validator.cc if (!ctx.state.rename_cmd().empty()) { state 617 chrome/installer/util/installation_validator.cc << ctx.state.rename_cmd(); state 620 chrome/installer/util/installation_validator.cc if (ctx.state.rename_cmd().empty()) { state 624 chrome/installer/util/installation_validator.cc << ctx.state.old_version()->GetString(); state 650 chrome/installer/util/installation_validator.cc << " (" << ctx.state.version().GetString() << ") is " state 657 chrome/installer/util/installation_validator.cc << " (" << ctx.state.version().GetString() << ") is installed " state 662 chrome/installer/util/installation_validator.cc if (ctx.state.version().CompareTo(binaries->version()) != 0) { state 665 chrome/installer/util/installation_validator.cc << " (" << ctx.state.version().GetString() << ") does not " state 671 chrome/installer/util/installation_validator.cc if (!ctx.state.channel().Equals(binaries->channel())) { state 674 chrome/installer/util/installation_validator.cc << " (" << ctx.state.channel().value() state 704 chrome/installer/util/installation_validator.cc if (ctx.state.GetUsageStats(&usagestats)) { state 730 chrome/installer/util/installation_validator.cc ValidateUninstallCommand(ctx, ctx.state.uninstall_command(), state 737 chrome/installer/util/installation_validator.cc if (ctx.state.is_multi_install()) state 175 chrome/installer/util/installation_validator.h state(state_in), state 182 chrome/installer/util/installation_validator.h const ProductState& state; state 346 chrome/installer/util/installation_validator_unittest.cc FakeProductState* state); state 352 chrome/installer/util/installation_validator_unittest.cc FakeInstallationState* state); state 455 chrome/installer/util/installation_validator_unittest.cc FakeProductState* state) { state 456 chrome/installer/util/installation_validator_unittest.cc DCHECK(state); state 472 chrome/installer/util/installation_validator_unittest.cc state->Clear(); state 473 chrome/installer/util/installation_validator_unittest.cc state->SetChannel(channels[channel], channel_modifiers); state 474 chrome/installer/util/installation_validator_unittest.cc state->SetVersion(chrome::kChromeVersion); state 475 chrome/installer/util/installation_validator_unittest.cc state->SetUninstallCommand(prod_type, install_level, chrome::kChromeVersion, state 477 chrome/installer/util/installation_validator_unittest.cc state->set_multi_install(is_multi_install); state 479 chrome/installer/util/installation_validator_unittest.cc state->AddQueryEULAAcceptanceCommand(prod_type, state 485 chrome/installer/util/installation_validator_unittest.cc state->AddQuickEnableApplicationHostCommand(prod_type, state 491 chrome/installer/util/installation_validator_unittest.cc state->AddOsUpgradeCommand(prod_type, state 495 chrome/installer/util/installation_validator_unittest.cc state->AddInstallExtensionCommand(prod_type, state 509 chrome/installer/util/installation_validator_unittest.cc FakeInstallationState* state) { state 510 chrome/installer/util/installation_validator_unittest.cc DCHECK(state); state 527 chrome/installer/util/installation_validator_unittest.cc state->SetProductState(BrowserDistribution::CHROME_BROWSER, install_level, state 534 chrome/installer/util/installation_validator_unittest.cc state->SetProductState(BrowserDistribution::CHROME_FRAME, install_level, state 541 chrome/installer/util/installation_validator_unittest.cc state->SetProductState(BrowserDistribution::CHROME_BINARIES, install_level, state 457 chrome/installer/util/installer_state.cc const ProductState& state) { state 460 chrome/installer/util/installer_state.cc product_ptr->InitializeFromUninstallCommand(state.uninstall_command()); state 464 chrome/installer/util/installer_state.cc state.GetSetupPath().DirName().DirName().DirName(); state 469 chrome/installer/util/installer_state.cc msi_ |= state.is_msi(); state 524 chrome/installer/util/installer_state.cc const ProductState* state = state 526 chrome/installer/util/installer_state.cc if (state != NULL && target_path_.IsParent(state->GetSetupPath())) { state 87 chrome/installer/util/installer_state.h const ProductState& state); state 392 chrome/installer/util/installer_state_unittest.cc InstallerState state; state 393 chrome/installer/util/installer_state_unittest.cc state.Initialize(cmd_line, prefs, machine_state); state 394 chrome/installer/util/installer_state_unittest.cc state.WriteInstallerResult(installer::FIRST_INSTALL_SUCCESS, state 424 chrome/installer/util/installer_state_unittest.cc InstallerState state; state 425 chrome/installer/util/installer_state_unittest.cc state.Initialize(cmd_line, prefs, machine_state); state 426 chrome/installer/util/installer_state_unittest.cc state.WriteInstallerResult(installer::FIRST_INSTALL_SUCCESS, 0, state 223 chrome/installer/util/master_preferences_unittest.cc int state = 0; state 225 chrome/installer/util/master_preferences_unittest.cc "behllobkkfkfnphdnhnkndlbkcpglgmj.state", &state)); state 120 chrome/installer/util/product_state_unittest.cc ProductState state; state 123 chrome/installer/util/product_state_unittest.cc EXPECT_FALSE(state.Initialize(system_install_, dist_)); state 128 chrome/installer/util/product_state_unittest.cc ProductState state; state 131 chrome/installer/util/product_state_unittest.cc EXPECT_FALSE(state.Initialize(system_install_, dist_)); state 136 chrome/installer/util/product_state_unittest.cc ProductState state; state 140 chrome/installer/util/product_state_unittest.cc EXPECT_FALSE(state.Initialize(system_install_, dist_)); state 145 chrome/installer/util/product_state_unittest.cc ProductState state; state 149 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 150 chrome/installer/util/product_state_unittest.cc EXPECT_EQ("10.0.47.0", state.version().GetString()); state 160 chrome/installer/util/product_state_unittest.cc ProductState state; state 163 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 164 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.old_version() == NULL); state 169 chrome/installer/util/product_state_unittest.cc ProductState state; state 172 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 173 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.old_version() == NULL); state 178 chrome/installer/util/product_state_unittest.cc ProductState state; state 182 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 183 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.old_version() == NULL); state 188 chrome/installer/util/product_state_unittest.cc ProductState state; state 192 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 193 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.old_version() != NULL); state 194 chrome/installer/util/product_state_unittest.cc EXPECT_EQ("10.0.47.0", state.old_version()->GetString()); state 204 chrome/installer/util/product_state_unittest.cc ProductState state; state 207 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 208 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.rename_cmd().empty()); state 213 chrome/installer/util/product_state_unittest.cc ProductState state; state 216 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 217 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.rename_cmd().empty()); state 222 chrome/installer/util/product_state_unittest.cc ProductState state; state 226 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 227 chrome/installer/util/product_state_unittest.cc EXPECT_EQ(L"spam.exe --spamalot", state.rename_cmd()); state 237 chrome/installer/util/product_state_unittest.cc ProductState state; state 240 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 241 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.channel().value().empty()); state 246 chrome/installer/util/product_state_unittest.cc ProductState state; state 249 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 250 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.channel().value().empty()); state 255 chrome/installer/util/product_state_unittest.cc ProductState state; state 258 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 259 chrome/installer/util/product_state_unittest.cc EXPECT_EQ(L"spam", state.channel().value()); state 270 chrome/installer/util/product_state_unittest.cc ProductState state; state 272 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 273 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.GetSetupPath().empty()); state 274 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.uninstall_command().GetCommandLineString().empty()); state 275 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.uninstall_command().GetSwitches().empty()); state 280 chrome/installer/util/product_state_unittest.cc ProductState state; state 282 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 283 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.GetSetupPath().empty()); state 284 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.uninstall_command().GetCommandLineString().empty()); state 285 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.uninstall_command().GetSwitches().empty()); state 290 chrome/installer/util/product_state_unittest.cc ProductState state; state 292 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 293 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.GetSetupPath().empty()); state 295 chrome/installer/util/product_state_unittest.cc state.uninstall_command().GetCommandLineString()); state 296 chrome/installer/util/product_state_unittest.cc EXPECT_EQ(1U, state.uninstall_command().GetSwitches().size()); state 301 chrome/installer/util/product_state_unittest.cc ProductState state; state 303 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 304 chrome/installer/util/product_state_unittest.cc EXPECT_EQ(L"setup.exe", state.GetSetupPath().value()); state 305 chrome/installer/util/product_state_unittest.cc EXPECT_EQ(L"setup.exe", state.uninstall_command().GetCommandLineString()); state 306 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.uninstall_command().GetSwitches().empty()); state 311 chrome/installer/util/product_state_unittest.cc ProductState state; state 313 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 314 chrome/installer/util/product_state_unittest.cc EXPECT_EQ(L"set up.exe", state.GetSetupPath().value()); state 316 chrome/installer/util/product_state_unittest.cc state.uninstall_command().GetCommandLineString()); state 317 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.uninstall_command().GetSwitches().empty()); state 322 chrome/installer/util/product_state_unittest.cc ProductState state; state 324 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 325 chrome/installer/util/product_state_unittest.cc EXPECT_EQ(L"setup.exe", state.GetSetupPath().value()); state 327 chrome/installer/util/product_state_unittest.cc state.uninstall_command().GetCommandLineString()); state 328 chrome/installer/util/product_state_unittest.cc EXPECT_EQ(1U, state.uninstall_command().GetSwitches().size()); state 338 chrome/installer/util/product_state_unittest.cc ProductState state; state 341 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 342 chrome/installer/util/product_state_unittest.cc EXPECT_FALSE(state.is_msi()); state 347 chrome/installer/util/product_state_unittest.cc ProductState state; state 351 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 352 chrome/installer/util/product_state_unittest.cc EXPECT_FALSE(state.is_msi()); state 357 chrome/installer/util/product_state_unittest.cc ProductState state; state 361 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 362 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.is_msi()); state 367 chrome/installer/util/product_state_unittest.cc ProductState state; state 371 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 372 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.is_msi()); state 377 chrome/installer/util/product_state_unittest.cc ProductState state; state 381 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 382 chrome/installer/util/product_state_unittest.cc EXPECT_FALSE(state.is_msi()); state 392 chrome/installer/util/product_state_unittest.cc ProductState state; state 394 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 395 chrome/installer/util/product_state_unittest.cc EXPECT_FALSE(state.is_multi_install()); state 400 chrome/installer/util/product_state_unittest.cc ProductState state; state 402 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 403 chrome/installer/util/product_state_unittest.cc EXPECT_FALSE(state.is_multi_install()); state 408 chrome/installer/util/product_state_unittest.cc ProductState state; state 411 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.Initialize(system_install_, dist_)); state 412 chrome/installer/util/product_state_unittest.cc EXPECT_TRUE(state.is_multi_install()); state 189 chrome/renderer/extensions/app_bindings.cc const char* state = NULL; state 192 chrome/renderer/extensions/app_bindings.cc state = extension_misc::kAppStateRunning; state 194 chrome/renderer/extensions/app_bindings.cc state = extension_misc::kAppStateCannotRun; state 196 chrome/renderer/extensions/app_bindings.cc state = extension_misc::kAppStateReadyToRun; state 198 chrome/renderer/extensions/app_bindings.cc state = extension_misc::kAppStateCannotRun; state 202 chrome/renderer/extensions/app_bindings.cc .Set(v8::String::NewFromUtf8(context()->isolate(), state)); state 215 chrome/renderer/extensions/app_bindings.cc const std::string& state, int callback_id) { state 220 chrome/renderer/extensions/app_bindings.cc v8::String::NewFromUtf8(isolate, state.c_str()), state 41 chrome/renderer/extensions/app_bindings.h void OnAppInstallStateResponse(const std::string& state, int callback_id); state 651 chrome/service/cloud_print/print_system_cups.cc switch (jobs[i].state) { state 668 chrome/service/cloud_print/print_system_cups.cc job_details->platform_status_flags = jobs[i].state; state 38 chrome/service/service_main.cc scoped_ptr<ServiceProcessState> state(new ServiceProcessState); state 39 chrome/service/service_main.cc if (!state->Initialize()) state 45 chrome/service/service_main.cc state.release())) { state 132 chrome/service/service_process.cc ServiceProcessState* state) { state 155 chrome/service/service_process.cc service_process_state_.reset(state); state 44 chrome/service/service_process.h ServiceProcessState* state); state 20 chrome/service/service_process_unittest.cc ServiceProcessState state; state 22 chrome/service/service_process_unittest.cc EXPECT_TRUE(process.Initialize(&main_message_loop, command_line, &state)); state 102 chrome/test/base/interactive_test_utils.cc bool SendMouseEventsSync(ui_controls::MouseButton type, int state) { state 106 chrome/test/base/interactive_test_utils.cc type, state, runner->QuitClosure())) { state 116 chrome/test/base/interactive_test_utils.cc int state, state 119 chrome/test/base/interactive_test_utils.cc ui_controls::SendMouseEventsNotifyWhenDone(button, state, followup); state 121 chrome/test/base/interactive_test_utils.cc ui_controls::SendMouseEvents(button, state); state 81 chrome/test/base/interactive_test_utils.h int state) WARN_UNUSED_RESULT; state 135 chrome/test/base/interactive_test_utils.h int state, state 143 chrome/test/base/interactive_test_utils.h int state, state 75 chrome/test/base/interactive_test_utils_gtk.cc int state, state 81 chrome/test/base/interactive_test_utils_gtk.cc base::Bind(&internal::ClickTask, button, state, task)); state 45 chrome/test/base/interactive_test_utils_views.cc int state, state 64 chrome/test/base/interactive_test_utils_views.cc base::Bind(&internal::ClickTask, button, state, closure)); state 197 chrome/test/chromedriver/chrome/devtools_client_impl.cc : state(kWaiting), method(method) {} state 224 chrome/test/chromedriver/chrome/devtools_client_impl.cc while (response_info->state == kWaiting) { state 228 chrome/test/chromedriver/chrome/devtools_client_impl.cc if (response_info->state == kReceived) state 233 chrome/test/chromedriver/chrome/devtools_client_impl.cc if (response_info->state == kBlocked) { state 234 chrome/test/chromedriver/chrome/devtools_client_impl.cc response_info->state = kIgnored; state 237 chrome/test/chromedriver/chrome/devtools_client_impl.cc CHECK_EQ(response_info->state, kReceived); state 262 chrome/test/chromedriver/chrome/devtools_client_impl.cc if (expected_id != -1 && response_info_map_[expected_id]->state != kWaiting) state 338 chrome/test/chromedriver/chrome/devtools_client_impl.cc if (iter->second->state == kWaiting) state 339 chrome/test/chromedriver/chrome/devtools_client_impl.cc iter->second->state = kBlocked; state 366 chrome/test/chromedriver/chrome/devtools_client_impl.cc if (response_info->state == kReceived) state 369 chrome/test/chromedriver/chrome/devtools_client_impl.cc if (response_info->state == kIgnored) { state 372 chrome/test/chromedriver/chrome/devtools_client_impl.cc response_info->state = kReceived; state 109 chrome/test/chromedriver/chrome/devtools_client_impl.h ResponseState state; state 203 chrome/test/chromedriver/keycode_text_conversion_x.cc key_event->state |= ShiftMask; state 205 chrome/test/chromedriver/keycode_text_conversion_x.cc key_event->state |= ControlMask; state 211 chrome/test/chromedriver/keycode_text_conversion_x.cc key_event->state |= x_modifier; state 215 chrome/test/chromedriver/keycode_text_conversion_x.cc key_event->state |= x_modifier; state 219 chrome/test/chromedriver/keycode_text_conversion_x.cc key_event->state |= x_modifier; state 46 chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc *state, state 49 chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc state), state 335 chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc nacl_ppapi::EventThreadWorkState<nacl_ppapi::VoidResult> state; state 340 chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc new PostStringMessageWrapper(&state, msg)); state 341 chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc if (NULL == state.WaitForCompletion()) { state 177 chrome/test/data/nacl/manifest_file/pm_pre_init_manifest_file_test.cc *state, state 180 chrome/test/data/nacl/manifest_file/pm_pre_init_manifest_file_test.cc state), state 104 chrome/test/data/nacl/postmessage_redir/pm_redir_test.cc static void* bg_thread(void* state) { state 105 chrome/test/data/nacl/postmessage_redir/pm_redir_test.cc KeyValueMap* kvm(reinterpret_cast<KeyValueMap*>(state)); state 65 chromeos/dbus/fake_shill_manager_client.cc std::string state; state 66 chromeos/dbus/fake_shill_manager_client.cc properties->GetString(shill::kStateProperty, &state); state 67 chromeos/dbus/fake_shill_manager_client.cc if (state == shill::kStateOnline || state 68 chromeos/dbus/fake_shill_manager_client.cc state == shill::kStateAssociation || state 69 chromeos/dbus/fake_shill_manager_client.cc state == shill::kStateConfiguration || state 70 chromeos/dbus/fake_shill_manager_client.cc state == shill::kStatePortal || state 71 chromeos/dbus/fake_shill_manager_client.cc state == shill::kStateReady) { state 84 chromeos/dbus/fake_shill_manager_client.cc bool IsConnectedState(const std::string& state) { state 85 chromeos/dbus/fake_shill_manager_client.cc return state == shill::kStateOnline || state == shill::kStatePortal || state 86 chromeos/dbus/fake_shill_manager_client.cc state == shill::kStateReady; state 477 chromeos/dbus/fake_shill_manager_client.cc const std::string& state) { state 478 chromeos/dbus/fake_shill_manager_client.cc if (service_path == default_service_ && !IsConnectedState(state)) { state 528 chromeos/dbus/fake_shill_manager_client.cc std::string state; state 529 chromeos/dbus/fake_shill_manager_client.cc properties->GetString(shill::kStateProperty, &state); state 530 chromeos/dbus/fake_shill_manager_client.cc if (IsConnectedState(state)) state 564 chromeos/dbus/fake_shill_manager_client.cc std::string state; state 567 chromeos/dbus/fake_shill_manager_client.cc state = GetInitialStateForType(shill::kTypeEthernet, &enabled); state 568 chromeos/dbus/fake_shill_manager_client.cc if (state == shill::kStateOnline) { state 574 chromeos/dbus/fake_shill_manager_client.cc state, state 580 chromeos/dbus/fake_shill_manager_client.cc state = GetInitialStateForType(shill::kTypeWifi, &enabled); state 581 chromeos/dbus/fake_shill_manager_client.cc if (state != kTechnologyUnavailable) { state 583 chromeos/dbus/fake_shill_manager_client.cc if (state == shill::kStatePortal) { state 585 chromeos/dbus/fake_shill_manager_client.cc state = shill::kStateIdle; state 593 chromeos/dbus/fake_shill_manager_client.cc state, state 635 chromeos/dbus/fake_shill_manager_client.cc state = GetInitialStateForType(shill::kTypeWimax, &enabled); state 636 chromeos/dbus/fake_shill_manager_client.cc if (state != kTechnologyUnavailable) { state 644 chromeos/dbus/fake_shill_manager_client.cc state, state 651 chromeos/dbus/fake_shill_manager_client.cc state = GetInitialStateForType(shill::kTypeCellular, &enabled); state 652 chromeos/dbus/fake_shill_manager_client.cc if (state != kTechnologyUnavailable) { state 654 chromeos/dbus/fake_shill_manager_client.cc if (state == kNetworkActivated) { state 656 chromeos/dbus/fake_shill_manager_client.cc state = shill::kStateIdle; state 668 chromeos/dbus/fake_shill_manager_client.cc state, state 695 chromeos/dbus/fake_shill_manager_client.cc state = GetInitialStateForType(shill::kTypeVPN, &enabled); state 696 chromeos/dbus/fake_shill_manager_client.cc if (state != kTechnologyUnavailable) { state 709 chromeos/dbus/fake_shill_manager_client.cc state, state 921 chromeos/dbus/fake_shill_manager_client.cc std::string state; state 927 chromeos/dbus/fake_shill_manager_client.cc state = shill::kStateOnline; state 931 chromeos/dbus/fake_shill_manager_client.cc state = shill::kStateIdle; state 934 chromeos/dbus/fake_shill_manager_client.cc state = kNetworkDisabled; state 937 chromeos/dbus/fake_shill_manager_client.cc state = kTechnologyUnavailable; state 940 chromeos/dbus/fake_shill_manager_client.cc state = shill::kStatePortal; state 943 chromeos/dbus/fake_shill_manager_client.cc state = kNetworkActivated; state 952 chromeos/dbus/fake_shill_manager_client.cc shill_initial_state_map_[shill::kTypeWifi] = state; state 953 chromeos/dbus/fake_shill_manager_client.cc shill_initial_state_map_[shill::kTypeCellular] = state; state 971 chromeos/dbus/fake_shill_manager_client.cc (state == shill::kStateIdle || state == kNetworkDisabled)) { state 972 chromeos/dbus/fake_shill_manager_client.cc state = kTechnologyUnavailable; state 975 chromeos/dbus/fake_shill_manager_client.cc shill_initial_state_map_[type_arg] = state; state 988 chromeos/dbus/fake_shill_manager_client.cc std::string state = iter->second; state 989 chromeos/dbus/fake_shill_manager_client.cc if (state == kNetworkDisabled) { state 994 chromeos/dbus/fake_shill_manager_client.cc if ((state == shill::kStatePortal && type != shill::kTypeWifi) || state 995 chromeos/dbus/fake_shill_manager_client.cc (state == kNetworkActivated && type != shill::kTypeCellular)) { state 996 chromeos/dbus/fake_shill_manager_client.cc LOG(WARNING) << "Invalid state: " << state << " for " << type; state 999 chromeos/dbus/fake_shill_manager_client.cc return state; state 102 chromeos/dbus/fake_shill_manager_client.h const std::string& state) OVERRIDE; state 308 chromeos/dbus/fake_shill_service_client.cc const std::string& state, state 311 chromeos/dbus/fake_shill_service_client.cc AddServiceWithIPConfig(service_path, name, type, state, "", state 319 chromeos/dbus/fake_shill_service_client.cc const std::string& state, state 344 chromeos/dbus/fake_shill_service_client.cc base::Value::CreateStringValue(state)); state 394 chromeos/dbus/fake_shill_service_client.cc std::string state; state 395 chromeos/dbus/fake_shill_service_client.cc value.GetAsString(&state); state 397 chromeos/dbus/fake_shill_service_client.cc ServiceStateChanged(service_path, state); state 82 chromeos/dbus/fake_shill_service_client.h const std::string& state, state 88 chromeos/dbus/fake_shill_service_client.h const std::string& state, state 75 chromeos/dbus/shill_manager_client.h const std::string& state) = 0; state 50 chromeos/dbus/shill_service_client.h const std::string& state, state 56 chromeos/dbus/shill_service_client.h const std::string& state, state 423 chromeos/ime/xkeyboard.cc XKeyboardState state = {}; state 424 chromeos/ime/xkeyboard.cc XGetKeyboardControl(GetXDisplay(), &state); state 425 chromeos/ime/xkeyboard.cc return state.global_auto_repeat != AutoRepeatModeOff; state 99 chromeos/ime/xkeyboard_unittest.cc const bool state = XKeyboard::GetAutoRepeatEnabledForTesting(); state 100 chromeos/ime/xkeyboard_unittest.cc xkey_->SetAutoRepeatEnabled(!state); state 101 chromeos/ime/xkeyboard_unittest.cc EXPECT_EQ(!state, XKeyboard::GetAutoRepeatEnabledForTesting()); state 103 chromeos/ime/xkeyboard_unittest.cc xkey_->SetAutoRepeatEnabled(state); state 104 chromeos/ime/xkeyboard_unittest.cc EXPECT_EQ(state, XKeyboard::GetAutoRepeatEnabledForTesting()); state 60 chromeos/login/login_state.cc void LoginState::SetLoggedInState(LoggedInState state, state 62 chromeos/login/login_state.cc if (state == logged_in_state_ && type == logged_in_user_type_) state 64 chromeos/login/login_state.cc VLOG(1) << "LoggedInState: " << state << " UserType: " << type; state 65 chromeos/login/login_state.cc logged_in_state_ = state; state 55 chromeos/login/login_state.h void SetLoggedInState(LoggedInState state, LoggedInUserType type); state 227 chromeos/network/managed_network_configuration_handler_impl.cc const NetworkState* state = state 230 chromeos/network/managed_network_configuration_handler_impl.cc if (!state) { state 235 chromeos/network/managed_network_configuration_handler_impl.cc std::string guid = state->guid(); state 245 chromeos/network/managed_network_configuration_handler_impl.cc const std::string& profile_path = state->profile_path(); state 37 chromeos/network/network_state_handler.cc std::string GetManagedStateLogType(const ManagedState* state) { state 38 chromeos/network/network_state_handler.cc switch (state->managed_type()) { state 50 chromeos/network/network_state_handler.cc std::string GetManagedStateLogName(const ManagedState* state) { state 51 chromeos/network/network_state_handler.cc if (!state) state 53 chromeos/network/network_state_handler.cc return base::StringPrintf("%s (%s)", state->name().c_str(), state 54 chromeos/network/network_state_handler.cc state->path().c_str()); state 111 chromeos/network/network_state_handler.cc TechnologyState state; state 113 chromeos/network/network_state_handler.cc state = TECHNOLOGY_ENABLED; state 115 chromeos/network/network_state_handler.cc state = TECHNOLOGY_ENABLING; state 117 chromeos/network/network_state_handler.cc state = TECHNOLOGY_UNINITIALIZED; state 119 chromeos/network/network_state_handler.cc state = TECHNOLOGY_AVAILABLE; state 121 chromeos/network/network_state_handler.cc state = TECHNOLOGY_UNAVAILABLE; state 122 chromeos/network/network_state_handler.cc VLOG(2) << "GetTechnologyState: " << type.ToDebugString() << " = " << state; state 123 chromeos/network/network_state_handler.cc return state; state 290 chromeos/network/onc/onc_translator_shill_to_onc.cc std::string state; state 292 chromeos/network/onc/onc_translator_shill_to_onc.cc &state)) { state 294 chromeos/network/onc/onc_translator_shill_to_onc.cc if (NetworkState::StateIsConnected(state)) { state 296 chromeos/network/onc/onc_translator_shill_to_onc.cc } else if (NetworkState::StateIsConnecting(state)) { state 211 chromeos/network/shill_property_handler_unittest.cc const std::string& state, state 214 chromeos/network/shill_property_handler_unittest.cc service_test_->AddService(id, id, type, state, state 220 chromeos/network/shill_property_handler_unittest.cc const std::string& state, state 224 chromeos/network/shill_property_handler_unittest.cc service_test_->AddServiceWithIPConfig(id, id, type, state, state 450 cloud_print/gcp20/prototype/cloud_print_requester.cc LocalSettings::State state; state 455 cloud_print/gcp20/prototype/cloud_print_requester.cc &state, state 459 cloud_print/gcp20/prototype/cloud_print_requester.cc delegate_->OnLocalSettingsReceived(state, settings); 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 228 cloud_print/gcp20/prototype/cloud_print_response_parser.cc *state = LocalSettings::PRINTER_DELETED; state 280 cloud_print/gcp20/prototype/cloud_print_response_parser.cc *state = settings_state; state 64 cloud_print/gcp20/prototype/cloud_print_response_parser.h LocalSettings::State* state, state 13 cloud_print/gcp20/prototype/local_print_job.cc LocalPrintJob::Info::Info() : state(STATE_DRAFT), expires_in(-1) { state 38 cloud_print/gcp20/prototype/local_print_job.h State state; state 46 cloud_print/gcp20/prototype/print_job_handler.cc state(LocalPrintJob::STATE_DRAFT) {} state 47 cloud_print/gcp20/prototype/print_job_handler.cc LocalPrintJobExtended() : state(LocalPrintJob::STATE_DRAFT) {} state 52 cloud_print/gcp20/prototype/print_job_handler.cc LocalPrintJob::State state; state 194 cloud_print/gcp20/prototype/print_job_handler.cc info_out->state = LocalPrintJob::STATE_DRAFT; state 202 cloud_print/gcp20/prototype/print_job_handler.cc info_out->state = job->second.state; state 259 cloud_print/gcp20/prototype/print_job_handler.cc LocalPrintJob::State state) { state 264 cloud_print/gcp20/prototype/print_job_handler.cc job->second.state = state; state 265 cloud_print/gcp20/prototype/print_job_handler.cc switch (state) { state 517 cloud_print/gcp20/prototype/printer.cc void Printer::OnLocalSettingsReceived(LocalSettings::State state, state 520 cloud_print/gcp20/prototype/printer.cc switch (state) { state 873 cloud_print/gcp20/prototype/printer.cc PrinterState::ConfirmationState state) { state 874 cloud_print/gcp20/prototype/printer.cc switch (state) { state 890 cloud_print/gcp20/prototype/printer.cc std::string Printer::ConnectionStateToString(ConnectionState state) const { state 891 cloud_print/gcp20/prototype/printer.cc switch (state) { state 118 cloud_print/gcp20/prototype/printer.h LocalSettings::State state, state 201 cloud_print/gcp20/prototype/printer.h PrinterState::ConfirmationState state); state 203 cloud_print/gcp20/prototype/printer.h std::string ConnectionStateToString(ConnectionState state) const; state 44 cloud_print/gcp20/prototype/printer_state.cc bool SaveToFile(const base::FilePath& path, const PrinterState& state) { state 46 cloud_print/gcp20/prototype/printer_state.cc if (state.registration_state == PrinterState::REGISTERED) { state 48 cloud_print/gcp20/prototype/printer_state.cc json.SetString(kUser, state.user); state 49 cloud_print/gcp20/prototype/printer_state.cc json.SetString(kDeviceId, state.device_id); state 50 cloud_print/gcp20/prototype/printer_state.cc json.SetString(kRefreshToken, state.refresh_token); state 51 cloud_print/gcp20/prototype/printer_state.cc json.SetString(kXmppJid, state.xmpp_jid); state 52 cloud_print/gcp20/prototype/printer_state.cc json.SetString(kAccessToken, state.access_token); state 54 cloud_print/gcp20/prototype/printer_state.cc static_cast<int>(state.access_token_update.ToTimeT())); state 58 cloud_print/gcp20/prototype/printer_state.cc state.local_settings.local_discovery); state 60 cloud_print/gcp20/prototype/printer_state.cc state.local_settings.access_token_enabled); state 62 cloud_print/gcp20/prototype/printer_state.cc state.local_settings.local_printing_enabled); state 64 cloud_print/gcp20/prototype/printer_state.cc state.local_settings.xmpp_timeout_value); state 70 cloud_print/gcp20/prototype/printer_state.cc if (state.cdd.get()) state 71 cloud_print/gcp20/prototype/printer_state.cc json.Set(kCdd, state.cdd->DeepCopy()); state 81 cloud_print/gcp20/prototype/printer_state.cc bool LoadFromFile(const base::FilePath& path, PrinterState* state) { state 162 cloud_print/gcp20/prototype/printer_state.cc *state = PrinterState(); state 163 cloud_print/gcp20/prototype/printer_state.cc state->registration_state = PrinterState::REGISTERED; state 164 cloud_print/gcp20/prototype/printer_state.cc state->user = user; state 165 cloud_print/gcp20/prototype/printer_state.cc state->device_id = device_id; state 166 cloud_print/gcp20/prototype/printer_state.cc state->refresh_token = refresh_token; state 167 cloud_print/gcp20/prototype/printer_state.cc state->xmpp_jid = xmpp_jid; state 168 cloud_print/gcp20/prototype/printer_state.cc state->access_token = access_token; state 169 cloud_print/gcp20/prototype/printer_state.cc state->access_token_update = base::Time::FromTimeT(access_token_update); state 170 cloud_print/gcp20/prototype/printer_state.cc state->local_settings = local_settings; state 172 cloud_print/gcp20/prototype/printer_state.cc state->cdd.reset(cdd_dict->DeepCopy()); state 67 cloud_print/gcp20/prototype/printer_state.h bool SaveToFile(const base::FilePath& path, const PrinterState& state); state 70 cloud_print/gcp20/prototype/printer_state.h bool LoadFromFile(const base::FilePath& path, PrinterState* state); state 55 cloud_print/gcp20/prototype/privet_http_server.cc std::string LocalPrintJobStateToString(LocalPrintJob::State state) { state 56 cloud_print/gcp20/prototype/privet_http_server.cc switch (state) { state 404 cloud_print/gcp20/prototype/privet_http_server.cc response->SetString("state", LocalPrintJobStateToString(info.state)); state 16 cloud_print/service/service_state_unittest.cc ServiceState state; state 17 cloud_print/service/service_state_unittest.cc EXPECT_FALSE(state.IsValid()); state 21 cloud_print/service/service_state_unittest.cc ServiceState state; state 23 cloud_print/service/service_state_unittest.cc base::CollapseWhitespaceASCII(state.ToString(), true).c_str()); state 24 cloud_print/service/service_state_unittest.cc state.set_email("test@gmail.com"); state 25 cloud_print/service/service_state_unittest.cc state.set_proxy_id("proxy"); state 26 cloud_print/service/service_state_unittest.cc state.set_robot_email("robot@gmail.com"); state 27 cloud_print/service/service_state_unittest.cc state.set_robot_token("abc"); state 28 cloud_print/service/service_state_unittest.cc state.set_auth_token("token1"); state 29 cloud_print/service/service_state_unittest.cc state.set_xmpp_auth_token("token2"); state 30 cloud_print/service/service_state_unittest.cc EXPECT_TRUE(state.IsValid()); state 35 cloud_print/service/service_state_unittest.cc base::CollapseWhitespaceASCII(state.ToString(), true).c_str()); state 39 cloud_print/service/service_state_unittest.cc ServiceState state; state 41 cloud_print/service/service_state_unittest.cc EXPECT_FALSE(state.FromString("<\"cloud_print\": {\"enabled\": true}}")); state 43 cloud_print/service/service_state_unittest.cc EXPECT_FALSE(state.FromString("{\"cloud_print\": {\"enabled\": true}}")); state 44 cloud_print/service/service_state_unittest.cc EXPECT_FALSE(state.FromString( state 46 cloud_print/service/service_state_unittest.cc EXPECT_STREQ("test@gmail.com", state.email().c_str()); state 49 cloud_print/service/service_state_unittest.cc EXPECT_TRUE(state.FromString( state 53 cloud_print/service/service_state_unittest.cc EXPECT_STREQ("test2@gmail.com", state.email().c_str()); state 54 cloud_print/service/service_state_unittest.cc EXPECT_STREQ("proxy", state.proxy_id().c_str()); state 55 cloud_print/service/service_state_unittest.cc EXPECT_STREQ("robot@gmail.com", state.robot_email().c_str()); state 56 cloud_print/service/service_state_unittest.cc EXPECT_STREQ("abc", state.robot_token().c_str()); state 73 cloud_print/service/service_state_unittest.cc ServiceStateMock state; state 74 cloud_print/service/service_state_unittest.cc state.set_email("test1@gmail.com"); state 75 cloud_print/service/service_state_unittest.cc state.set_proxy_id("id1"); state 77 cloud_print/service/service_state_unittest.cc EXPECT_CALL(state, LoginToGoogle("cloudprint", "test2@gmail.com", "abc")) state 80 cloud_print/service/service_state_unittest.cc EXPECT_CALL(state, LoginToGoogle("chromiumsync", "test2@gmail.com", "abc")) state 84 cloud_print/service/service_state_unittest.cc EXPECT_TRUE(state.Configure("test2@gmail.com", "abc", "id2")); state 86 cloud_print/service/service_state_unittest.cc EXPECT_STREQ("id2", state.proxy_id().c_str()); state 87 cloud_print/service/service_state_unittest.cc EXPECT_STREQ("auth1", state.auth_token().c_str()); state 88 cloud_print/service/service_state_unittest.cc EXPECT_STREQ("auth2", state.xmpp_auth_token().c_str()); state 113 cloud_print/service/win/cloud_print_service.cc base::string16 StateAsString(ServiceController::State state) { state 115 cloud_print/service/win/cloud_print_service.cc switch(state) { state 169 cloud_print/service/win/cloud_print_service.cc std::cout << " " << StateAsString(controller_->state()); state 85 cloud_print/service/win/cloud_print_service_config.cc void SetState(ServiceController::State state, const base::string16& user, state 313 cloud_print/service/win/cloud_print_service_config.cc PostUITask(base::Bind(&SetupDialog::SetState, this, controller_.state(), 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 228 components/autofill/content/browser/wallet/wallet_address.cc base::string16 state; state 229 components/autofill/content/browser/wallet/wallet_address.cc if (!dictionary.GetString("state", &state)) state 246 components/autofill/content/browser/wallet/wallet_address.cc state, state 186 components/autofill/content/renderer/autofill_agent.cc autofill::FormsSeenState state = has_more_forms ? state 193 components/autofill/content/renderer/autofill_agent.cc state)); state 316 components/autofill/core/browser/autofill_manager.cc autofill::FormsSeenState state) { state 320 components/autofill/core/browser/autofill_manager.cc bool is_post_document_load = state == autofill::DYNAMIC_FORMS_SEEN; state 123 components/autofill/core/browser/autofill_manager.h autofill::FormsSeenState state); state 244 components/autofill/core/browser/autofill_manager_unittest.cc const char* state, state 292 components/autofill/core/browser/autofill_manager_unittest.cc ExpectFilledField("State", "state", state, "text", state 263 components/autofill/core/browser/autofill_metrics.cc DialogDismissalState state) const { state 265 components/autofill/core/browser/autofill_metrics.cc state, NUM_DIALOG_DISMISSAL_STATES); state 331 components/autofill/core/browser/autofill_metrics.h virtual void LogDialogDismissalState(DialogDismissalState state) const; state 167 components/autofill/core/browser/autofill_test_utils.cc const char* state, const char* zipcode, const char* country, state 177 components/autofill/core/browser/autofill_test_utils.cc check_and_set(profile, ADDRESS_HOME_STATE, state); state 187 components/autofill/core/browser/autofill_test_utils.cc const char* state, const char* zipcode, const char* country, state 192 components/autofill/core/browser/autofill_test_utils.cc company, address1, address2, city, state, zipcode, country, state 72 components/autofill/core/browser/autofill_test_utils.h const char* state, const char* zipcode, const char* country, state 79 components/autofill/core/browser/autofill_test_utils.h const char* state, const char* zipcode, const char* country, state 55 components/autofill/core/browser/crypto/rc4_decryptor.h uint8 state[kKeyDataSize]; state 69 components/autofill/core/browser/crypto/rc4_decryptor.h uint8* state; state 72 components/autofill/core/browser/crypto/rc4_decryptor.h state = &key_.state[0]; state 74 components/autofill/core/browser/crypto/rc4_decryptor.h state[counter] = static_cast<uint8>(counter); state 79 components/autofill/core/browser/crypto/rc4_decryptor.h index2 = (key_data[index1] + state[counter] + index2) % kKeyDataSize; state 80 components/autofill/core/browser/crypto/rc4_decryptor.h SwapByte(&state[counter], &state[index2]); state 88 components/autofill/core/browser/crypto/rc4_decryptor.h uint8* state; state 93 components/autofill/core/browser/crypto/rc4_decryptor.h state = &key_.state[0]; state 96 components/autofill/core/browser/crypto/rc4_decryptor.h y = (state[x] + y) % kKeyDataSize; state 97 components/autofill/core/browser/crypto/rc4_decryptor.h SwapByte(&state[x], &state[y]); state 98 components/autofill/core/browser/crypto/rc4_decryptor.h xor_index = (state[x] + state[y]) % kKeyDataSize; state 99 components/autofill/core/browser/crypto/rc4_decryptor.h buffer[counter] ^= state[xor_index]; state 82 components/autofill/core/browser/state_names.cc const StateData& state = kStateData[i]; state 83 components/autofill/core/browser/state_names.cc if (LowerCaseEqualsASCII(name, state.name)) state 84 components/autofill/core/browser/state_names.cc return base::ASCIIToUTF16(state.abbreviation); state 91 components/autofill/core/browser/state_names.cc const StateData& state = kStateData[i]; state 92 components/autofill/core/browser/state_names.cc if (LowerCaseEqualsASCII(abbreviation, state.abbreviation)) state 93 components/autofill/core/browser/state_names.cc return base::ASCIIToUTF16(state.name); state 59 components/domain_reliability/context.cc ResourceState* state = states_[index]; state 63 components/domain_reliability/context.cc ++state->successful_requests; state 65 components/domain_reliability/context.cc ++state->failed_requests; state 68 components/domain_reliability/context.cc << state->config->name << " " state 75 components/domain_reliability/context.cc if (state->config->DecideIfShouldReportRequest(success)) { state 76 components/domain_reliability/context.cc state->beacons.push_back(beacon); state 91 components/domain_reliability/context.cc const ResourceState& state = *states_[resource_index]; state 93 components/domain_reliability/context.cc beacons_out->resize(state.beacons.size()); state 94 components/domain_reliability/context.cc std::copy(state.beacons.begin(), state.beacons.end(), beacons_out->begin()); state 97 components/domain_reliability/context.cc *successful_requests_out = state.successful_requests; state 99 components/domain_reliability/context.cc *failed_requests_out = state.failed_requests; state 240 components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc DVLOG(1) << "Failed to fetch user info from GAIA: " << error.state(); state 77 components/policy/core/common/cloud/cloud_policy_store.h policy_->state() == enterprise_management::PolicyData::ACTIVE; state 68 components/policy/core/common/cloud/user_info_fetcher.cc if (error.state() != GoogleServiceAuthError::NONE) { state 76 components/sessions/serialized_navigation_entry.cc content::PageState::CreateFromEncodedData(sync_data.state()); state 255 components/sessions/serialized_navigation_entry_unittest.cc EXPECT_TRUE(sync_data.state().empty()); state 378 components/signin/core/browser/account_reconcilor.cc if (error.state() == GoogleServiceAuthError::NONE) { state 498 components/signin/core/browser/account_reconcilor.cc if (error.state() == GoogleServiceAuthError::NONE) { state 101 components/signin/core/browser/mutable_profile_oauth2_token_service.cc if (error.state() != last_auth_error_.state()) { state 257 components/signin/core/browser/mutable_profile_oauth2_token_service.cc if (error.state() == GoogleServiceAuthError::CONNECTION_FAILED || state 258 components/signin/core/browser/mutable_profile_oauth2_token_service.cc error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE) state 46 components/signin/core/browser/signin_error_controller.cc GoogleServiceAuthError::State prev_state = auth_error_.state(); state 59 components/signin/core/browser/signin_error_controller.cc if (error.state() == GoogleServiceAuthError::NONE || state 60 components/signin/core/browser/signin_error_controller.cc error.state() == GoogleServiceAuthError::CONNECTION_FAILED) { state 67 components/signin/core/browser/signin_error_controller.cc if (error.state() == prev_state && account_id == prev_account_id) { state 96 components/signin/core/browser/signin_error_controller.cc return auth_error_.state() != GoogleServiceAuthError::NONE && state 97 components/signin/core/browser/signin_error_controller.cc auth_error_.state() != GoogleServiceAuthError::CONNECTION_FAILED; state 167 components/signin/core/browser/signin_error_controller_unittest.cc error_controller_->auth_error().state()); state 172 components/signin/core/browser/signin_error_controller_unittest.cc error_controller_->auth_error().state()); state 217 components/signin/core/browser/signin_error_controller_unittest.cc error_controller_->auth_error().state()); state 227 components/signin/core/browser/signin_error_controller_unittest.cc error_controller_->auth_error().state()); state 237 components/signin/core/browser/signin_error_controller_unittest.cc error_controller_->auth_error().state()); state 247 components/signin/core/browser/signin_error_controller_unittest.cc error_controller_->auth_error().state()); state 13 components/sync_driver/backend_data_type_configurer.cc DataTypeConfigState state, const DataTypeConfigStateMap& state_map) { state 17 components/sync_driver/backend_data_type_configurer.cc if (type_it->second == state) state 25 components/sync_driver/backend_data_type_configurer.cc DataTypeConfigState state, syncer::ModelTypeSet types, state 28 components/sync_driver/backend_data_type_configurer.cc (*state_map)[it.Get()] = state; state 56 components/sync_driver/backend_data_type_configurer.h DataTypeConfigState state, const DataTypeConfigStateMap& state_map); state 59 components/sync_driver/backend_data_type_configurer.h static void SetDataTypesState(DataTypeConfigState state, 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 42 components/sync_driver/fake_data_type_controller.h virtual State state() const OVERRIDE; state 122 components/sync_driver/model_association_manager.cc DCHECK_EQ(DataTypeController::NOT_RUNNING, (*it).second->state()); state 158 components/sync_driver/model_association_manager.cc if (dtc->state() != DataTypeController::NOT_RUNNING && state 179 components/sync_driver/model_association_manager.cc if (dtc->state() == DataTypeController::NOT_RUNNING) { state 229 components/sync_driver/model_association_manager.cc DCHECK(DataTypeController::MODEL_LOADED == dtc->state() || state 230 components/sync_driver/model_association_manager.cc DataTypeController::ASSOCIATING == dtc->state()); state 231 components/sync_driver/model_association_manager.cc if (dtc->state() == DataTypeController::MODEL_LOADED) { state 263 components/sync_driver/model_association_manager.cc if (dtc->state() != DataTypeController::NOT_RUNNING) { state 355 components/sync_driver/model_association_manager.cc if (dtc->state() != DataTypeController::NOT_RUNNING) state 88 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(), state 90 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::APPS)->state(), state 96 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(), state 98 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::APPS)->state(), state 103 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(), state 105 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::APPS)->state(), state 144 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(), state 147 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(), state 172 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(), state 178 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(), state 209 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(), state 213 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(), state 245 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(), state 290 components/sync_driver/model_association_manager_unittest.cc GetController(controllers_, syncer::BOOKMARKS)->state()); state 326 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(), state 328 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::APPS)->state(), state 334 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(), state 336 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::APPS)->state(), state 342 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::APPS)->state(), state 346 components/sync_driver/model_association_manager_unittest.cc EXPECT_EQ(GetController(controllers_, syncer::APPS)->state(), state 380 components/sync_driver/model_association_manager_unittest.cc GetController(controllers_, syncer::BOOKMARKS)->state()); state 383 components/sync_driver/model_association_manager_unittest.cc GetController(controllers_, syncer::BOOKMARKS)->state()); state 31 components/sync_driver/proxy_data_type_controller.h virtual State state() const OVERRIDE; state 185 components/translate/core/browser/translate_language_list.cc (language_list_fetcher_->state() == TranslateURLFetcher::IDLE || state 186 components/translate/core/browser/translate_language_list.cc language_list_fetcher_->state() == TranslateURLFetcher::FAILED)) { state 52 components/translate/core/browser/translate_url_fetcher.h State state() { return state_; } state 85 components/webdata/common/web_data_service_backend.cc WebDatabase::State state = task.Run(db_.get()); state 86 components/webdata/common/web_data_service_backend.cc if (state == WebDatabase::COMMIT_NEEDED) state 193 content/browser/accessibility/accessibility_ui.cc BrowserAccessibilityStateImpl* state = state 195 content/browser/accessibility/accessibility_ui.cc AccessibilityMode mode = state->accessibility_mode(); state 197 content/browser/accessibility/accessibility_ui.cc state->EnableAccessibility(); state 199 content/browser/accessibility/accessibility_ui.cc state->DisableAccessibility(); state 367 content/browser/accessibility/accessibility_win_browsertest.cc base::win::ScopedVariant state; state 369 content/browser/accessibility/accessibility_win_browsertest.cc HRESULT hr = accessible->get_accState(childid_self, state.Receive()); state 371 content/browser/accessibility/accessibility_win_browsertest.cc ASSERT_EQ(VT_I4, state.type()); state 372 content/browser/accessibility/accessibility_win_browsertest.cc LONG obj_state = V_I4(&state); state 739 content/browser/accessibility/accessibility_win_browsertest.cc #define ADD_BUTTON(html, ia2_role, state) \ state 743 content/browser/accessibility/accessibility_win_browsertest.cc button_checker->SetExpectedState(state); \ state 87 content/browser/accessibility/browser_accessibility.cc state_ = src.state; state 171 content/browser/accessibility/browser_accessibility.h int32 state() const { return state_; } state 256 content/browser/accessibility/browser_accessibility_gtk.cc int32 state = obj->state(); state 258 content/browser/accessibility/browser_accessibility_gtk.cc if (state & (1 << ui::AX_STATE_FOCUSABLE)) state 262 content/browser/accessibility/browser_accessibility_gtk.cc if (state & (1 << ui::AX_STATE_ENABLED)) state 457 content/browser/accessibility/browser_accessibility_manager.cc (src.state >> ui::AX_STATE_FOCUSED & 1)) { state 100 content/browser/accessibility/browser_accessibility_manager_android.cc empty_document.state = 1 << ui::AX_STATE_READ_ONLY; state 42 content/browser/accessibility/browser_accessibility_manager_gtk.cc empty_document.state = state 108 content/browser/accessibility/browser_accessibility_manager_unittest.cc button.state = 0; state 114 content/browser/accessibility/browser_accessibility_manager_unittest.cc checkbox.state = 0; state 120 content/browser/accessibility/browser_accessibility_manager_unittest.cc root.state = 0; state 187 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_child1.state = 0; state 193 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_child2.state = 0; state 199 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_child3.state = 0; state 205 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_root.state = 0; state 222 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree2_child0.state = 0; state 228 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree2_root.state = 0; state 322 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_grandchild1.state = 0; state 328 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_child1.state = 0; state 335 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_grandchild2.state = 0; state 341 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_child2.state = 0; state 348 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_grandchild3.state = 0; state 354 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_child3.state = 0; state 361 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_container.state = 0; state 370 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_root.state = 0; state 389 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree2_grandchild0.state = 0; state 395 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree2_child0.state = 0; state 402 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree2_container.state = 0; state 495 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_4.state = 0; state 499 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_3.state = 0; state 504 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_2.state = 0; state 509 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree1_1.state = 0; state 522 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree2_6.state = 0; state 526 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree2_5.state = 0; state 530 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree2_4.state = 0; state 535 content/browser/accessibility/browser_accessibility_manager_unittest.cc tree2_1.state = 0; state 60 content/browser/accessibility/browser_accessibility_manager_win.cc empty_document.state = state 542 content/browser/accessibility/browser_accessibility_win.cc VARIANT* state) { state 546 content/browser/accessibility/browser_accessibility_win.cc if (!state) state 553 content/browser/accessibility/browser_accessibility_win.cc state->vt = VT_I4; state 554 content/browser/accessibility/browser_accessibility_win.cc state->lVal = target->ia_state_; state 556 content/browser/accessibility/browser_accessibility_win.cc state->lVal |= STATE_SYSTEM_FOCUSED; state 167 content/browser/accessibility/browser_accessibility_win.h CONTENT_EXPORT STDMETHODIMP get_accState(VARIANT var_id, VARIANT* state); state 121 content/browser/accessibility/browser_accessibility_win_unittest.cc button.state = 0; state 127 content/browser/accessibility/browser_accessibility_win_unittest.cc checkbox.state = 0; state 133 content/browser/accessibility/browser_accessibility_win_unittest.cc root.state = 0; state 190 content/browser/accessibility/browser_accessibility_win_unittest.cc text.state = 0; state 196 content/browser/accessibility/browser_accessibility_win_unittest.cc root.state = 0; state 273 content/browser/accessibility/browser_accessibility_win_unittest.cc div.state = 0; state 278 content/browser/accessibility/browser_accessibility_win_unittest.cc text3.state = 0; state 283 content/browser/accessibility/browser_accessibility_win_unittest.cc text4.state = 0; state 291 content/browser/accessibility/browser_accessibility_win_unittest.cc root.state = 0; state 329 content/browser/accessibility/browser_accessibility_win_unittest.cc text1.state = 0; state 339 content/browser/accessibility/browser_accessibility_win_unittest.cc root.state = 0; state 426 content/browser/accessibility/browser_accessibility_win_unittest.cc text1.state = 1 << ui::AX_STATE_READ_ONLY; state 432 content/browser/accessibility/browser_accessibility_win_unittest.cc text2.state = 1 << ui::AX_STATE_READ_ONLY; state 438 content/browser/accessibility/browser_accessibility_win_unittest.cc root.state = 1 << ui::AX_STATE_READ_ONLY; state 494 content/browser/accessibility/browser_accessibility_win_unittest.cc text1.state = 1 << ui::AX_STATE_READ_ONLY; state 500 content/browser/accessibility/browser_accessibility_win_unittest.cc text2.state = 1 << ui::AX_STATE_READ_ONLY; state 509 content/browser/accessibility/browser_accessibility_win_unittest.cc button1.state = 1 << ui::AX_STATE_READ_ONLY; state 510 content/browser/accessibility/browser_accessibility_win_unittest.cc button1_text.state = 1 << ui::AX_STATE_READ_ONLY; state 519 content/browser/accessibility/browser_accessibility_win_unittest.cc link1.state = 1 << ui::AX_STATE_READ_ONLY; state 520 content/browser/accessibility/browser_accessibility_win_unittest.cc link1_text.state = 1 << ui::AX_STATE_READ_ONLY; state 526 content/browser/accessibility/browser_accessibility_win_unittest.cc root.state = 1 << ui::AX_STATE_READ_ONLY; state 623 content/browser/accessibility/browser_accessibility_win_unittest.cc EXPECT_EQ(busy_state | readonly_state | enabled_state, root->state()); state 1650 content/browser/android/content_view_core_impl.cc SSLHostState* state = SSLHostState::GetFor( state 1652 content/browser/android/content_view_core_impl.cc state->Clear(); state 183 content/browser/android/content_view_core_impl.h jboolean state, state 424 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 425 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 430 content/browser/child_process_security_policy_impl.cc state->second->GrantScheme(url.scheme()); state 442 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 443 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 450 content/browser/child_process_security_policy_impl.cc state->second->GrantRequestOfSpecificFile(path); state 478 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 479 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 482 content/browser/child_process_security_policy_impl.cc state->second->GrantPermissionsForFile(file, permissions); state 489 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 490 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 493 content/browser/child_process_security_policy_impl.cc state->second->RevokeAllPermissionsForFile(file); state 530 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 531 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 534 content/browser/child_process_security_policy_impl.cc state->second->GrantPermissionForMidiSysEx(); state 541 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 542 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 545 content/browser/child_process_security_policy_impl.cc state->second->GrantScheme(scheme); state 551 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 552 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 555 content/browser/child_process_security_policy_impl.cc state->second->GrantBindings(BINDINGS_POLICY_WEB_UI); state 558 content/browser/child_process_security_policy_impl.cc state->second->GrantScheme(kChromeUIScheme); state 561 content/browser/child_process_security_policy_impl.cc state->second->GrantScheme(kFileScheme); state 567 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 568 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 571 content/browser/child_process_security_policy_impl.cc state->second->GrantReadRawCookies(); state 577 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 578 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 581 content/browser/child_process_security_policy_impl.cc state->second->RevokeReadRawCookies(); state 638 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 639 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 644 content/browser/child_process_security_policy_impl.cc return state->second->CanRequestURL(url); state 780 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 781 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 784 content/browser/child_process_security_policy_impl.cc return state->second->has_web_ui_bindings(); state 790 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 791 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 794 content/browser/child_process_security_policy_impl.cc return state->second->can_read_raw_cookies(); state 808 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 809 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 811 content/browser/child_process_security_policy_impl.cc return state->second->HasPermissionsForFile(file, permissions); state 817 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 818 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 820 content/browser/child_process_security_policy_impl.cc return state->second->CanAccessCookiesForOrigin(gurl); state 837 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 838 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 840 content/browser/child_process_security_policy_impl.cc return state->second->CanSendCookiesForOrigin(gurl); state 848 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 849 content/browser/child_process_security_policy_impl.cc DCHECK(state != security_state_.end()); state 850 content/browser/child_process_security_policy_impl.cc state->second->LockToOrigin(gurl); state 859 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 860 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 862 content/browser/child_process_security_policy_impl.cc state->second->GrantPermissionsForFileSystem(filesystem_id, permission); state 871 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 872 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 874 content/browser/child_process_security_policy_impl.cc return state->second->HasPermissionsForFileSystem(filesystem_id, permission); state 887 content/browser/child_process_security_policy_impl.cc SecurityStateMap::iterator state = security_state_.find(child_id); state 888 content/browser/child_process_security_policy_impl.cc if (state == security_state_.end()) state 891 content/browser/child_process_security_policy_impl.cc return state->second->can_send_midi_sysex(); state 61 content/browser/device_orientation/data_fetcher_shared_memory_win.cc STDMETHODIMP OnStateChanged(ISensor* sensor, SensorState state) OVERRIDE { state 431 content/browser/devtools/render_view_devtools_agent_host.cc const std::string& state) { state 434 content/browser/devtools/render_view_devtools_agent_host.cc state_ = state; state 90 content/browser/devtools/render_view_devtools_agent_host.h void OnSaveAgentRuntimeState(const std::string& state); state 102 content/browser/devtools/shared_worker_devtools_manager.cc void OnSaveAgentRuntimeState(const std::string& state) { state_ = state; } state 126 content/browser/devtools/shared_worker_devtools_manager.cc if (info->state() != WORKER_UNINSPECTED) state 152 content/browser/devtools/shared_worker_devtools_manager.cc DCHECK_EQ(WORKER_TERMINATED, it->second->state()); state 166 content/browser/devtools/shared_worker_devtools_manager.cc switch (info->state()) { state 208 content/browser/devtools/shared_worker_devtools_manager.cc if (info->state() != WORKER_PAUSED) state 220 content/browser/devtools/shared_worker_devtools_manager.cc DCHECK_EQ(WORKER_TERMINATED, worker_info->state()); state 226 content/browser/devtools/shared_worker_devtools_manager.cc DCHECK_EQ(WORKER_PAUSED, it->second->state()); state 62 content/browser/devtools/shared_worker_devtools_manager.h WorkerState state() { return state_; } state 61 content/browser/devtools/shared_worker_devtools_manager_unittest.cc SharedWorkerDevToolsManager::WorkerState state) { state 67 content/browser/devtools/shared_worker_devtools_manager_unittest.cc EXPECT_EQ(state, it->second->state()); state 95 content/browser/devtools/worker_devtools_manager.cc void SaveAgentRuntimeState(const std::string& state) { state 96 content/browser/devtools/worker_devtools_manager.cc state_ = state; state 370 content/browser/devtools/worker_devtools_manager.cc const std::string& state) { state 377 content/browser/devtools/worker_devtools_manager.cc state)); state 411 content/browser/devtools/worker_devtools_manager.cc const std::string& state) { state 416 content/browser/devtools/worker_devtools_manager.cc it->second->SaveAgentRuntimeState(state); state 41 content/browser/devtools/worker_devtools_manager.h const std::string& state); state 74 content/browser/devtools/worker_devtools_manager.h const std::string& state); state 46 content/browser/devtools/worker_devtools_message_filter.cc const std::string& state) { state 48 content/browser/devtools/worker_devtools_message_filter.cc worker_process_host_id_, current_routing_id_, state); state 25 content/browser/devtools/worker_devtools_message_filter.h void OnSaveAgentRumtimeState(const std::string& state); state 384 content/browser/download/download_browsertest.cc DownloadItem::DownloadState state; state 392 content/browser/download/download_browsertest.cc last_state_.state = download->GetState(); state 405 content/browser/download/download_browsertest.cc EXPECT_EQ(expected[i].state, record_[i].state) << "Iteration " << i; state 414 content/browser/download/download_browsertest.cc DownloadItem::DownloadState state = download->GetState(); state 416 content/browser/download/download_browsertest.cc if (last_state_.state != state || last_state_.bytes_received > bytes) { state 417 content/browser/download/download_browsertest.cc last_state_.state = state; state 214 content/browser/download/download_file_impl.cc ByteStreamReader::StreamState state(ByteStreamReader::STREAM_EMPTY); state 221 content/browser/download/download_file_impl.cc state = stream_reader_->Read(&incoming_data, &incoming_data_size); state 223 content/browser/download/download_file_impl.cc switch (state) { state 256 content/browser/download/download_file_impl.cc } while (state == ByteStreamReader::STREAM_HAS_DATA && state 261 content/browser/download/download_file_impl.cc if (state == ByteStreamReader::STREAM_HAS_DATA && state 286 content/browser/download/download_file_impl.cc } else if (state == ByteStreamReader::STREAM_COMPLETE) { state 53 content/browser/download/download_item_factory.h DownloadItem::DownloadState state, state 122 content/browser/download/download_item_impl.cc DownloadItem::DownloadState state, state 143 content/browser/download/download_item_impl.cc state_(ExternalToInternalState(state)), state 154 content/browser/download/download_item_impl.cc all_data_saved_(state == COMPLETE), state 1767 content/browser/download/download_item_impl.cc DownloadInternalState state) { state 1768 content/browser/download/download_item_impl.cc switch (state) { state 1784 content/browser/download/download_item_impl.cc NOTREACHED() << "Unknown download state " << state; state 65 content/browser/download/download_item_impl.h DownloadItem::DownloadState state, state 385 content/browser/download/download_item_impl.h static const char* DebugDownloadStateString(DownloadInternalState state); state 178 content/browser/download/download_manager_impl.cc DownloadItem::DownloadState state, state 196 content/browser/download/download_manager_impl.cc state, state 628 content/browser/download/download_manager_impl.cc DownloadItem::DownloadState state, state 649 content/browser/download/download_manager_impl.cc state, state 87 content/browser/download/download_manager_impl.h content::DownloadItem::DownloadState state, state 243 content/browser/download/download_manager_impl_unittest.cc DownloadItem::DownloadState state, state 308 content/browser/download/download_manager_impl_unittest.cc DownloadItem::DownloadState state, state 621 content/browser/download/download_stats.cc int state) { state 623 content/browser/download/download_stats.cc UMA_HISTOGRAM_ENUMERATION("Download.OriginStateOnPartialResumption", state, state 626 content/browser/download/download_stats.cc UMA_HISTOGRAM_ENUMERATION("Download.OriginStateOnFullResumption", state, state 235 content/browser/download/download_stats.h int state); state 109 content/browser/download/drag_download_file.cc DownloadItem::DownloadState state = download_item_->GetState(); state 110 content/browser/download/drag_download_file.cc if (state == DownloadItem::COMPLETE || state 111 content/browser/download/drag_download_file.cc state == DownloadItem::CANCELLED || state 112 content/browser/download/drag_download_file.cc state == DownloadItem::INTERRUPTED) { state 115 content/browser/download/drag_download_file.cc on_completed_, state == DownloadItem::COMPLETE)); state 58 content/browser/download/save_item.h SaveState state() const { return state_; } state 639 content/browser/download/save_package.cc DCHECK(save_item->state() == SaveItem::IN_PROGRESS); state 701 content/browser/download/save_package.cc DCHECK(save_item->state() == SaveItem::IN_PROGRESS); state 142 content/browser/frame_host/navigation_entry_impl.cc void NavigationEntryImpl::SetPageState(const PageState& state) { state 143 content/browser/frame_host/navigation_entry_impl.cc page_state_ = state; state 50 content/browser/frame_host/navigation_entry_impl.h virtual void SetPageState(const PageState& state) OVERRIDE; state 133 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc PadState& state = pad_state_[pad_index]; state 134 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc state.status = RAWINPUT_CONNECTED; state 135 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc state.raw_input_handle = gamepad->handle; state 139 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc state.mapper = GetGamepadStandardMappingFunction(vendor, product); state 143 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc gamepad->id, state.mapper ? L"STANDARD GAMEPAD " : L"", state 146 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc if (state.mapper) state 222 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc XINPUT_STATE state; state 223 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc memset(&state, 0, sizeof(XINPUT_STATE)); state 225 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc DWORD dwResult = xinput_get_state_(pad_state_[i].xinput_index, &state); state 229 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc pad->timestamp = state.dwPacketNumber; state 232 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc (state.Gamepad.wButtons & (b)) != 0; \ state 234 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc ((state.Gamepad.wButtons & (b)) ? 1.f : 0.f); state 242 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc state.Gamepad.bLeftTrigger >= XINPUT_GAMEPAD_TRIGGER_THRESHOLD; state 244 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc state.Gamepad.bLeftTrigger / 255.f; state 246 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc state.Gamepad.bRightTrigger >= XINPUT_GAMEPAD_TRIGGER_THRESHOLD; state 248 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc state.Gamepad.bRightTrigger / 255.f; state 260 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc pad->axes[pad->axesLength++] = NormalizeXInputAxis(state.Gamepad.sThumbLX); state 261 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc pad->axes[pad->axesLength++] = -NormalizeXInputAxis(state.Gamepad.sThumbLY); state 262 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc pad->axes[pad->axesLength++] = NormalizeXInputAxis(state.Gamepad.sThumbRX); state 263 content/browser/gamepad/gamepad_platform_data_fetcher_win.cc pad->axes[pad->axesLength++] = -NormalizeXInputAxis(state.Gamepad.sThumbRY); state 264 content/browser/indexed_db/indexed_db_backing_store.h bool Continue(const IndexedDBKey* key, IteratorState state) { state 265 content/browser/indexed_db/indexed_db_backing_store.h return Continue(key, NULL, state); state 269 content/browser/indexed_db/indexed_db_backing_store.h IteratorState state); state 227 content/browser/indexed_db/indexed_db_context_impl.cc switch (transaction->state()) { state 75 content/browser/indexed_db/indexed_db_transaction.h State state() const { return state_; } state 24 content/browser/indexed_db/indexed_db_transaction_coordinator.cc DCHECK_EQ(IndexedDBTransaction::CREATED, transaction->state()); state 113 content/browser/indexed_db/indexed_db_transaction_coordinator.cc DCHECK_EQ(IndexedDBTransaction::CREATED, transaction->state()); state 117 content/browser/indexed_db/indexed_db_transaction_coordinator.cc DCHECK_EQ(IndexedDBTransaction::STARTED, transaction->state()); state 65 content/browser/indexed_db/indexed_db_transaction_unittest.cc EXPECT_EQ(IndexedDBTransaction::STARTED, transaction->state()); state 78 content/browser/indexed_db/indexed_db_transaction_unittest.cc EXPECT_EQ(IndexedDBTransaction::FINISHED, transaction->state()); state 84 content/browser/indexed_db/indexed_db_transaction_unittest.cc EXPECT_EQ(IndexedDBTransaction::FINISHED, transaction->state()); state 102 content/browser/indexed_db/indexed_db_transaction_unittest.cc EXPECT_EQ(IndexedDBTransaction::STARTED, transaction->state()); state 116 content/browser/indexed_db/indexed_db_transaction_unittest.cc EXPECT_EQ(IndexedDBTransaction::FINISHED, transaction->state()); state 161 content/browser/indexed_db/indexed_db_transaction_unittest.cc EXPECT_EQ(IndexedDBTransaction::FINISHED, transaction->state()); state 1777 content/browser/loader/resource_dispatcher_host_impl.cc return (a.state < b.state) ? b : a; state 1821 content/browser/loader/resource_dispatcher_host_impl.cc if (request->GetLoadState().state != net::LOAD_STATE_SENDING_REQUEST) state 1851 content/browser/loader/resource_dispatcher_host_impl.cc if (to_insert.state == existing->second.load_state.state) state 306 content/browser/power_save_blocker_x11.cc CARD16 state; state 307 content/browser/power_save_blocker_x11.cc DPMSInfo(display, &state, &enabled); state 432 content/browser/renderer_host/gtk_im_context_wrapper.cc event->state, state 52 content/browser/renderer_host/gtk_key_bindings_handler_unittest.cc NativeWebKeyboardEvent NewNativeWebKeyboardEvent(guint keyval, guint state) { state 64 content/browser/renderer_host/gtk_key_bindings_handler_unittest.cc event.state = state; state 151 content/browser/renderer_host/input/input_router_impl_perftest.cc touch.touches[0].state = WebTouchPoint::StatePressed; state 159 content/browser/renderer_host/input/input_router_impl_perftest.cc touch.touches[0].state = WebTouchPoint::StateMoved; state 169 content/browser/renderer_host/input/input_router_impl_perftest.cc touch.touches[0].state = WebTouchPoint::StateReleased; state 17 content/browser/renderer_host/input/motion_event_web.cc WebTouchPoint::State state) { state 19 content/browser/renderer_host/input/motion_event_web.cc if (event.touches[i].state != state) state 54 content/browser/renderer_host/input/motion_event_web.cc if (event.touches[i].state != WebTouchPoint::StateUndefined && state 55 content/browser/renderer_host/input/motion_event_web.cc event.touches[i].state != WebTouchPoint::StateStationary) state 151 content/browser/renderer_host/input/motion_event_web.cc cancel_event.touches[i].state = WebTouchPoint::StateCancelled; state 182 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 189 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 196 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 204 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 218 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 225 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 232 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 240 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 248 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 262 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 269 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 276 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 284 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 291 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 305 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 312 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 320 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 327 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 335 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 349 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 356 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 364 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 371 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 378 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 392 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 399 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 407 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 414 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 428 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 435 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 442 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 450 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 464 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 471 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 478 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 486 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 494 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 508 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 515 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 522 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 530 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 537 content/browser/renderer_host/input/tap_suppression_controller_unittest.cc tap_suppression_controller_->state()); state 31 content/browser/renderer_host/input/touch_event_queue.cc event.event.touches[i].state = WebTouchPoint::StateCancelled; state 599 content/browser/renderer_host/input/touch_event_queue.cc if (point.state == WebTouchPoint::StateStationary) state 624 content/browser/renderer_host/input/touch_event_queue.cc if (point.state == WebTouchPoint::StateReleased || state 625 content/browser/renderer_host/input/touch_event_queue.cc point.state == WebTouchPoint::StateCancelled) state 631 content/browser/renderer_host/input/touch_event_queue.cc if (point.state == WebTouchPoint::StatePressed) state 478 content/browser/renderer_host/input/touch_event_queue_unittest.cc EXPECT_EQ(WebTouchPoint::StateMoved, event.touches[0].state); state 479 content/browser/renderer_host/input/touch_event_queue_unittest.cc EXPECT_EQ(WebTouchPoint::StateMoved, event.touches[1].state); state 703 content/browser/renderer_host/input/touch_event_queue_unittest.cc followup_event.touches[0].state = WebTouchPoint::StatePressed; state 772 content/browser/renderer_host/input/touch_event_queue_unittest.cc followup_event.touches[0].state = WebTouchPoint::StatePressed; state 782 content/browser/renderer_host/input/touch_event_queue_unittest.cc stationary_event.touches[0].state = WebTouchPoint::StateStationary; state 102 content/browser/renderer_host/input/touch_input_browsertest.cc void ReceivedEventAck(WebInputEvent::Type type, InputEventAckState state) { state 104 content/browser/renderer_host/input/touch_input_browsertest.cc state_ = state; state 69 content/browser/renderer_host/input/web_input_event_builders_gtk.cc int GdkStateToWebEventModifiers(guint state) { state 71 content/browser/renderer_host/input/web_input_event_builders_gtk.cc if (state & GDK_SHIFT_MASK) state 73 content/browser/renderer_host/input/web_input_event_builders_gtk.cc if (state & GDK_CONTROL_MASK) state 75 content/browser/renderer_host/input/web_input_event_builders_gtk.cc if (state & GDK_MOD1_MASK) state 77 content/browser/renderer_host/input/web_input_event_builders_gtk.cc if (state & GDK_META_MASK) state 79 content/browser/renderer_host/input/web_input_event_builders_gtk.cc if (state & GDK_BUTTON1_MASK) state 81 content/browser/renderer_host/input/web_input_event_builders_gtk.cc if (state & GDK_BUTTON2_MASK) state 83 content/browser/renderer_host/input/web_input_event_builders_gtk.cc if (state & GDK_BUTTON3_MASK) state 85 content/browser/renderer_host/input/web_input_event_builders_gtk.cc if (state & GDK_LOCK_MASK) state 87 content/browser/renderer_host/input/web_input_event_builders_gtk.cc if (state & GDK_MOD2_MASK) state 269 content/browser/renderer_host/input/web_input_event_builders_gtk.cc return event->state; state 272 content/browser/renderer_host/input/web_input_event_builders_gtk.cc return event->state | mask; state 273 content/browser/renderer_host/input/web_input_event_builders_gtk.cc return event->state & ~mask; state 390 content/browser/renderer_host/input/web_input_event_builders_gtk.cc int state, state 400 content/browser/renderer_host/input/web_input_event_builders_gtk.cc result.modifiers = GdkStateToWebEventModifiers(state); state 425 content/browser/renderer_host/input/web_input_event_builders_gtk.cc result.modifiers = GdkStateToWebEventModifiers(event->state); state 480 content/browser/renderer_host/input/web_input_event_builders_gtk.cc result.modifiers = GdkStateToWebEventModifiers(event->state); state 497 content/browser/renderer_host/input/web_input_event_builders_gtk.cc if (event->state & GDK_BUTTON1_MASK) state 499 content/browser/renderer_host/input/web_input_event_builders_gtk.cc else if (event->state & GDK_BUTTON2_MASK) state 501 content/browser/renderer_host/input/web_input_event_builders_gtk.cc else if (event->state & GDK_BUTTON3_MASK) state 514 content/browser/renderer_host/input/web_input_event_builders_gtk.cc result.modifiers = GdkStateToWebEventModifiers(event->state); state 535 content/browser/renderer_host/input/web_input_event_builders_gtk.cc if (event->state & GDK_BUTTON1_MASK) state 537 content/browser/renderer_host/input/web_input_event_builders_gtk.cc else if (event->state & GDK_BUTTON2_MASK) state 539 content/browser/renderer_host/input/web_input_event_builders_gtk.cc else if (event->state & GDK_BUTTON3_MASK) state 572 content/browser/renderer_host/input/web_input_event_builders_gtk.cc result.modifiers = GdkStateToWebEventModifiers(event->state); state 24 content/browser/renderer_host/input/web_input_event_builders_gtk.h int state, state 27 content/browser/renderer_host/input/web_input_event_builders_gtk_unittest.cc first_click.state = 0; state 184 content/browser/renderer_host/input/web_input_event_util.cc touch.state = ToWebTouchPointState( state 17 content/browser/renderer_host/input/web_touch_event_traits.cc blink::WebTouchPoint::State state) { state 21 content/browser/renderer_host/input/web_touch_event_traits.cc if (event.touches[i].state != state) state 131 content/browser/renderer_host/media/audio_renderer_host_unittest.cc media::AudioOutputIPCDelegate::State state) { state 132 content/browser/renderer_host/media/audio_renderer_host_unittest.cc switch (state) { state 508 content/browser/renderer_host/media/media_stream_manager.cc MediaRequestState state = request->state(device_it->device.type); state 510 content/browser/renderer_host/media/media_stream_manager.cc if (state != MEDIA_REQUEST_STATE_OPENING && state 511 content/browser/renderer_host/media/media_stream_manager.cc state != MEDIA_REQUEST_STATE_DONE) { state 587 content/browser/renderer_host/media/media_stream_manager.cc if (request->state(type) == MEDIA_REQUEST_STATE_DONE) state 1299 content/browser/renderer_host/media/media_stream_manager.cc *existing_request_state = request->state(device_it->device.type); state 1462 content/browser/renderer_host/media/media_stream_manager.cc CHECK(request->state(device_it->device.type) == state 1563 content/browser/renderer_host/media/media_stream_manager.cc if (it->second->state(stream_type) == MEDIA_REQUEST_STATE_REQUESTED && state 1583 content/browser/renderer_host/media/media_stream_manager.cc if (request->state(request->audio_type()) == state 1585 content/browser/renderer_host/media/media_stream_manager.cc request->state(request->video_type()) == state 1736 content/browser/renderer_host/media/media_stream_manager.cc MediaRequestState state; state 1740 content/browser/renderer_host/media/media_stream_manager.cc &state)) { state 1742 content/browser/renderer_host/media/media_stream_manager.cc request->SetState(device_info.device.type, state); state 1859 content/browser/renderer_host/media/media_stream_manager.cc request.state(request.audio_type()) == MEDIA_REQUEST_STATE_DONE || state 1860 content/browser/renderer_host/media/media_stream_manager.cc request.state(request.audio_type()) == MEDIA_REQUEST_STATE_ERROR; state 1866 content/browser/renderer_host/media/media_stream_manager.cc request.state(request.video_type()) == MEDIA_REQUEST_STATE_DONE || state 1867 content/browser/renderer_host/media/media_stream_manager.cc request.state(request.video_type()) == MEDIA_REQUEST_STATE_ERROR; state 27 content/browser/renderer_host/media/mock_media_observer.h const MediaRequestState state)); state 137 content/browser/renderer_host/media/video_capture_host_unittest.cc MOCK_METHOD2(OnStateChanged, void(int device_id, VideoCaptureState state)); state 257 content/browser/renderer_host/media/video_capture_host_unittest.cc void OnStateChangedDispatch(int device_id, VideoCaptureState state) { state 258 content/browser/renderer_host/media/video_capture_host_unittest.cc OnStateChanged(device_id, state); state 61 content/browser/renderer_host/native_web_keyboard_event_aura.cc int state, state 78 content/browser/renderer_host/native_web_keyboard_event_aura.cc modifiers = EventFlagsToWebInputEventModifiers(state); state 85 content/browser/renderer_host/native_web_keyboard_event_aura.cc (state & ui::EF_ALT_DOWN) != 0 && (state & ui::EF_ALTGR_DOWN) == 0; state 40 content/browser/renderer_host/native_web_keyboard_event_gtk.cc int state, state 43 content/browser/renderer_host/native_web_keyboard_event_gtk.cc state, state 113 content/browser/renderer_host/pepper/pepper_network_monitor_host.cc network_copy.state = PP_NETWORKLIST_STATE_UP; state 325 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc DCHECK_EQ(state_.state(), TCPSocketState::CONNECTED); state 332 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc DCHECK_EQ(state_.state(), TCPSocketState::SSL_CONNECTED); state 401 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc if (state_.state() != TCPSocketState::LISTENING) state 420 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc if (state_.state() == TCPSocketState::CLOSED) state 441 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc if (state_.state() != TCPSocketState::CONNECTED) state 451 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc if (state_.state() != TCPSocketState::CONNECTED) state 609 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc DCHECK_EQ(state_.state(), TCPSocketState::CONNECTED); state 616 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc DCHECK_EQ(state_.state(), TCPSocketState::SSL_CONNECTED); state 652 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc DCHECK(state_.state() == TCPSocketState::CLOSED); state 692 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc DCHECK(state_.state() == TCPSocketState::CLOSED); state 765 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc DCHECK(state_.state() == TCPSocketState::CLOSED); state 115 content/browser/renderer_host/render_view_host_delegate.h const PageState& state) {} state 1252 content/browser/renderer_host/render_view_host_impl.cc void RenderViewHostImpl::OnUpdateState(int32 page_id, const PageState& state) { state 1255 content/browser/renderer_host/render_view_host_impl.cc if (!CanAccessFilesOfPageState(state)) { state 1260 content/browser/renderer_host/render_view_host_impl.cc delegate_->UpdateState(this, page_id, state); state 1842 content/browser/renderer_host/render_view_host_impl.cc const PageState& state) const { state 1846 content/browser/renderer_host/render_view_host_impl.cc const std::vector<base::FilePath>& file_paths = state.GetReferencedFiles(); state 511 content/browser/renderer_host/render_view_host_impl.h void OnUpdateState(int32 page_id, const PageState& state); state 595 content/browser/renderer_host/render_view_host_impl.h bool CanAccessFilesOfPageState(const PageState& state) const; state 238 content/browser/renderer_host/render_widget_host_view_aura.cc if (point->state != blink::WebTouchPoint::StateReleased && state 239 content/browser/renderer_host/render_widget_host_view_aura.cc point->state != blink::WebTouchPoint::StateCancelled) state 542 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc view_->touch_event_.touches[0].state); state 549 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc view_->touch_event_.touches[0].state); state 567 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc view_->touch_event_.touches[0].state); state 574 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc view_->touch_event_.touches[0].state); state 587 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc view_->touch_event_.touches[0].state); state 599 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc view_->touch_event_.touches[0].state); state 636 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc view_->touch_event_.touches[0].state); state 643 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc view_->touch_event_.touches[0].state); state 652 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc view_->touch_event_.touches[0].state); state 437 content/browser/renderer_host/render_widget_host_view_gtk.cc if (!(event->state & any_button_mask)) { state 474 content/browser/renderer_host/render_widget_host_view_gtk.cc if (scroll.state & GDK_SHIFT_MASK) { state 483 content/browser/renderer_host/render_widget_host_view_gtk.cc if (scroll.state == current_event_state) { state 492 content/browser/renderer_host/render_widget_host_view_gtk.cc if (scroll.state == current_event_state) { state 517 content/browser/renderer_host/render_widget_host_view_gtk.cc if (event->state & GDK_SHIFT_MASK) { state 535 content/browser/renderer_host/render_widget_host_view_gtk.cc web_event.deltaY += GetPendingScrollDelta(true, event->state); state 541 content/browser/renderer_host/render_widget_host_view_gtk.cc web_event.deltaX += GetPendingScrollDelta(false, event->state); state 1130 content/browser/renderer_host/render_widget_host_view_gtk.cc if (event->state & GDK_BUTTON1_MASK) { state 37 content/browser/renderer_host/ui_events_helper.cc blink::WebTouchPoint::State state) { state 38 content/browser/renderer_host/ui_events_helper.cc switch (state) { state 121 content/browser/renderer_host/ui_events_helper.cc if (WebTouchPointStateToEventType(point.state) != type) state 305 content/browser/renderer_host/ui_events_helper.cc point->state = TouchPointStateFromEvent(event); state 306 content/browser/renderer_host/ui_events_helper.cc if (point->state == blink::WebTouchPoint::StateMoved) { state 324 content/browser/renderer_host/ui_events_helper.cc iter->state = blink::WebTouchPoint::StateStationary; state 97 content/browser/ssl/ssl_host_state_unittest.cc SSLHostState state; state 99 content/browser/ssl/ssl_host_state_unittest.cc EXPECT_FALSE(state.DidHostRunInsecureContent("www.google.com", 42)); state 100 content/browser/ssl/ssl_host_state_unittest.cc EXPECT_FALSE(state.DidHostRunInsecureContent("www.google.com", 191)); state 101 content/browser/ssl/ssl_host_state_unittest.cc EXPECT_FALSE(state.DidHostRunInsecureContent("example.com", 42)); state 103 content/browser/ssl/ssl_host_state_unittest.cc state.HostRanInsecureContent("www.google.com", 42); state 105 content/browser/ssl/ssl_host_state_unittest.cc EXPECT_TRUE(state.DidHostRunInsecureContent("www.google.com", 42)); state 106 content/browser/ssl/ssl_host_state_unittest.cc EXPECT_FALSE(state.DidHostRunInsecureContent("www.google.com", 191)); state 107 content/browser/ssl/ssl_host_state_unittest.cc EXPECT_FALSE(state.DidHostRunInsecureContent("example.com", 42)); state 109 content/browser/ssl/ssl_host_state_unittest.cc state.HostRanInsecureContent("example.com", 42); state 111 content/browser/ssl/ssl_host_state_unittest.cc EXPECT_TRUE(state.DidHostRunInsecureContent("www.google.com", 42)); state 112 content/browser/ssl/ssl_host_state_unittest.cc EXPECT_FALSE(state.DidHostRunInsecureContent("www.google.com", 191)); state 113 content/browser/ssl/ssl_host_state_unittest.cc EXPECT_TRUE(state.DidHostRunInsecureContent("example.com", 42)); state 121 content/browser/ssl/ssl_host_state_unittest.cc SSLHostState state; state 124 content/browser/ssl/ssl_host_state_unittest.cc state.QueryPolicy(google_cert.get(), state 128 content/browser/ssl/ssl_host_state_unittest.cc state.QueryPolicy(google_cert.get(), state 132 content/browser/ssl/ssl_host_state_unittest.cc state.QueryPolicy(google_cert.get(), state 136 content/browser/ssl/ssl_host_state_unittest.cc state.AllowCertForHost(google_cert.get(), state 141 content/browser/ssl/ssl_host_state_unittest.cc state.QueryPolicy(google_cert.get(), state 145 content/browser/ssl/ssl_host_state_unittest.cc state.QueryPolicy(google_cert.get(), state 149 content/browser/ssl/ssl_host_state_unittest.cc state.QueryPolicy(google_cert.get(), state 153 content/browser/ssl/ssl_host_state_unittest.cc state.AllowCertForHost(google_cert.get(), state 158 content/browser/ssl/ssl_host_state_unittest.cc state.QueryPolicy(google_cert.get(), state 162 content/browser/ssl/ssl_host_state_unittest.cc state.QueryPolicy(google_cert.get(), state 166 content/browser/ssl/ssl_host_state_unittest.cc state.QueryPolicy(google_cert.get(), state 170 content/browser/ssl/ssl_host_state_unittest.cc state.DenyCertForHost(google_cert.get(), state 175 content/browser/ssl/ssl_host_state_unittest.cc state.QueryPolicy(google_cert.get(), state 179 content/browser/ssl/ssl_host_state_unittest.cc state.QueryPolicy(google_cert.get(), state 183 content/browser/ssl/ssl_host_state_unittest.cc state.QueryPolicy(google_cert.get(), state 187 content/browser/ssl/ssl_host_state_unittest.cc state.Clear(); state 190 content/browser/ssl/ssl_host_state_unittest.cc state.QueryPolicy(google_cert.get(), state 194 content/browser/ssl/ssl_host_state_unittest.cc state.QueryPolicy(google_cert.get(), state 198 content/browser/ssl/ssl_host_state_unittest.cc state.QueryPolicy(google_cert.get(), state 138 content/browser/streams/stream.cc ByteStreamReader::StreamState state = reader_->Read(&data_, &data_length_); state 139 content/browser/streams/stream.cc switch (state) { state 54 content/browser/streams/stream_unittest.cc Stream::StreamState state = state 56 content/browser/streams/stream_unittest.cc switch (state) { state 3431 content/browser/web_contents/web_contents_impl.cc if (load_state_.state == net::LOAD_STATE_READING_RESPONSE) state 117 content/browser/web_contents/web_contents_impl_unittest.cc InterstitialState* state, state 123 content/browser/web_contents/web_contents_impl_unittest.cc state_(state), state 1409 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 1414 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(contents(), true, url2, &state, &deleted); state 1432 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(TestInterstitialPage::CANCELED, state); state 1456 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 1461 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(contents(), true, url2, &state, &deleted); state 1479 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(TestInterstitialPage::CANCELED, state); state 1501 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 1506 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(contents(), false, url2, &state, &deleted); state 1525 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(TestInterstitialPage::CANCELED, state); state 1552 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 1557 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(contents(), true, url2, &state, &deleted); state 1578 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(TestInterstitialPage::OKED, state); state 1610 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 1615 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(contents(), true, url2, &state, &deleted); state 1636 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(TestInterstitialPage::OKED, state); state 1667 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 1672 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(contents(), false, url2, &state, &deleted); state 1693 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(TestInterstitialPage::OKED, state); state 1709 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 1714 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(contents(), true, url, &state, &deleted); state 1723 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(TestInterstitialPage::CANCELED, state); state 1737 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 1743 content/browser/web_contents/web_contents_impl_unittest.cc &state, &deleted); state 1754 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(TestInterstitialPage::CANCELED, state); state 1772 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 1778 content/browser/web_contents/web_contents_impl_unittest.cc &state, &deleted); state 1794 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(TestInterstitialPage::CANCELED, state); state 1812 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 1818 content/browser/web_contents/web_contents_impl_unittest.cc &state, &deleted); state 1834 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 1839 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(contents(), true, url, &state, &deleted); state 1846 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(TestInterstitialPage::CANCELED, state); state 1856 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 1861 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(contents(), true, url, &state, &deleted); state 1870 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(TestInterstitialPage::CANCELED, state); state 1891 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 1896 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(contents(), true, url2, &state, &deleted); state 2031 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 2037 content/browser/web_contents/web_contents_impl_unittest.cc &state, &deleted); state 2053 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(TestInterstitialPage::CANCELED, state); state 2102 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 2107 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(contents(), true, url, &state, &deleted); state 2114 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(TestInterstitialPage::CANCELED, state); state 2120 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(contents(), true, url, &state, &deleted); state 2127 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(TestInterstitialPage::CANCELED, state); state 2144 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 2148 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(contents(), true, kGURL, &state, &deleted); state 2172 content/browser/web_contents/web_contents_impl_unittest.cc EXPECT_EQ(TestInterstitialPage::CANCELED, state); state 2192 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 2196 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(contents(), true, kGURL, &state, &deleted); state 2226 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 2231 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(contents(), true, url2, &state, &deleted); state 2277 content/browser/web_contents/web_contents_impl_unittest.cc TestInterstitialPage::InterstitialState state = state 2282 content/browser/web_contents/web_contents_impl_unittest.cc new TestInterstitialPage(other_contents.get(), true, url3, &state, state 59 content/browser/web_contents/web_contents_view_gtk.cc if ((event->state & gtk_accelerator_get_default_mod_mask()) != state 35 content/browser/web_contents/web_drag_dest_gtk.cc GdkModifierType state; state 36 content/browser/web_contents/web_drag_dest_gtk.cc gdk_window_get_pointer(gtk_widget_get_window(widget), NULL, NULL, &state); state 38 content/browser/web_contents/web_drag_dest_gtk.cc if (state & GDK_SHIFT_MASK) state 40 content/browser/web_contents/web_drag_dest_gtk.cc if (state & GDK_CONTROL_MASK) state 42 content/browser/web_contents/web_drag_dest_gtk.cc if (state & GDK_MOD1_MASK) state 44 content/browser/web_contents/web_drag_dest_gtk.cc if (state & GDK_META_MASK) state 235 content/child/npapi/plugin_host.cc int state = GETNAME; // initial state state 258 content/child/npapi/plugin_host.cc int newstate = statemachine[state][input]; state 261 content/child/npapi/plugin_host.cc if (state != newstate) { state 300 content/child/npapi/plugin_host.cc state = newstate; state 584 content/child/npapi/webplugin_delegate_impl_gtk.cc motion_event.state = modifier_state; state 610 content/child/npapi/webplugin_delegate_impl_gtk.cc crossing_event.state = modifier_state; state 627 content/child/npapi/webplugin_delegate_impl_gtk.cc button_event.state = modifier_state; state 681 content/child/npapi/webplugin_delegate_impl_gtk.cc key_event.state = GetXModifierState(event.modifiers); state 52 content/child/shared_worker_devtools_agent.cc const blink::WebString& state) { state 54 content/child/shared_worker_devtools_agent.cc state.utf8())); state 61 content/child/shared_worker_devtools_agent.cc void SharedWorkerDevToolsAgent::OnReattach(const std::string& state) { state 62 content/child/shared_worker_devtools_agent.cc webworker_->reattachDevTools(WebString::fromUTF8(state)); state 31 content/child/shared_worker_devtools_agent.h void SaveDevToolsAgentState(const blink::WebString& state); state 470 content/child/site_isolation_policy.cc } state = kStartState; state 473 content/child/site_isolation_policy.cc for (size_t i = 0; i < length && state < kColonState; ++i) { state 478 content/child/site_isolation_policy.cc switch (state) { state 481 content/child/site_isolation_policy.cc state = kLeftBraceState; state 483 content/child/site_isolation_policy.cc state = kTerminalState; state 487 content/child/site_isolation_policy.cc state = kLeftQuoteState; state 489 content/child/site_isolation_policy.cc state = kTerminalState; state 493 content/child/site_isolation_policy.cc state = kColonState; state 501 content/child/site_isolation_policy.cc return state == kColonState; state 64 content/child/webfallbackthemeengine_impl.cc WebFallbackThemeEngine::State state) { state 65 content/child/webfallbackthemeengine_impl.cc switch (state) { state 81 content/child/webfallbackthemeengine_impl.cc WebFallbackThemeEngine::State state, state 180 content/child/webfallbackthemeengine_impl.cc WebFallbackThemeEngine::State state, state 185 content/child/webfallbackthemeengine_impl.cc part, state, extra_params, &native_theme_extra_params); state 188 content/child/webfallbackthemeengine_impl.cc NativeThemeState(state), state 27 content/child/webfallbackthemeengine_impl.h blink::WebFallbackThemeEngine::State state, state 63 content/child/webthemeengine_impl_android.cc WebThemeEngine::State state) { state 64 content/child/webthemeengine_impl_android.cc switch (state) { state 80 content/child/webthemeengine_impl_android.cc WebThemeEngine::State state, state 165 content/child/webthemeengine_impl_android.cc WebThemeEngine::State state, state 170 content/child/webthemeengine_impl_android.cc part, state, extra_params, &native_theme_extra_params); state 174 content/child/webthemeengine_impl_android.cc NativeThemeState(state), state 19 content/child/webthemeengine_impl_android.h blink::WebThemeEngine::State state, state 64 content/child/webthemeengine_impl_default.cc WebThemeEngine::State state) { state 65 content/child/webthemeengine_impl_default.cc switch (state) { state 81 content/child/webthemeengine_impl_default.cc WebThemeEngine::State state, state 173 content/child/webthemeengine_impl_default.cc WebThemeEngine::State state, state 178 content/child/webthemeengine_impl_default.cc part, state, extra_params, &native_theme_extra_params); state 182 content/child/webthemeengine_impl_default.cc NativeThemeState(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 20 content/child/webthemeengine_impl_mac.cc switch (state) { state 32 content/child/webthemeengine_impl_mac.cc WebThemeEngine::State state, state 51 content/child/webthemeengine_impl_mac.cc trackInfo.enableState = stateToHIEnableState(state); state 54 content/child/webthemeengine_impl_mac.cc state == WebThemeEngine::StatePressed ? kThemeThumbPressed : 0; state 18 content/child/webthemeengine_impl_mac.h blink::WebThemeEngine::Size state, state 38 content/common/accessibility_messages.h IPC_STRUCT_TRAITS_MEMBER(state) state 376 content/common/android/address_parser_internal.cc for (int state = state_names_accumulative[first_index]; state 377 content/common/android/address_parser_internal.cc state < state_names_accumulative[first_index + 1]; ++state) { state 378 content/common/android/address_parser_internal.cc if (state_names[state].first_word_length != length) state 385 content/common/android/address_parser_internal.cc words->at(state_word).end, &state_names[state].string[pos])) state 389 content/common/android/address_parser_internal.cc if (pos >= state_names[state].length) { state 407 content/common/android/address_parser_internal.cc *state_index = state_names[state].state_index; state 42 content/common/android/address_parser_unittest.cc bool GetState(const std::string& state, size_t* state_index) const { state 43 content/common/android/address_parser_unittest.cc base::string16 state_16 = base::UTF8ToUTF16(state); state 56 content/common/android/address_parser_unittest.cc bool IsState(const std::string& state) const { state 58 content/common/android/address_parser_unittest.cc return GetState(state, &state_index); state 61 content/common/android/address_parser_unittest.cc bool IsZipValid(const std::string& zip, const std::string& state) const { state 63 content/common/android/address_parser_unittest.cc EXPECT_TRUE(GetState(state, &state_index)); state 499 content/common/cc_messages.cc scoped_ptr<cc::SharedQuadState> state(cc::SharedQuadState::Create()); state 500 content/common/cc_messages.cc if (!ReadParam(m, iter, state.get())) state 502 content/common/cc_messages.cc p->shared_quad_state_list.push_back(state.Pass()); state 169 content/common/gpu/client/command_buffer_proxy_impl.cc gpu::CommandBuffer::State state; state 170 content/common/gpu/client/command_buffer_proxy_impl.cc if (Send(new GpuCommandBufferMsg_GetState(route_id_, &state))) state 171 content/common/gpu/client/command_buffer_proxy_impl.cc OnUpdateState(state); state 223 content/common/gpu/client/command_buffer_proxy_impl.cc gpu::CommandBuffer::State state; state 224 content/common/gpu/client/command_buffer_proxy_impl.cc if (Send(new GpuCommandBufferMsg_GetStateFast(route_id_, &state))) state 225 content/common/gpu/client/command_buffer_proxy_impl.cc OnUpdateState(state); state 240 content/common/gpu/client/command_buffer_proxy_impl.cc gpu::CommandBuffer::State state; state 241 content/common/gpu/client/command_buffer_proxy_impl.cc if (Send(new GpuCommandBufferMsg_GetStateFast(route_id_, &state))) state 242 content/common/gpu/client/command_buffer_proxy_impl.cc OnUpdateState(state); state 502 content/common/gpu/client/command_buffer_proxy_impl.cc const gpu::CommandBuffer::State& state) { state 505 content/common/gpu/client/command_buffer_proxy_impl.cc if (state.generation - last_state_.generation < 0x80000000U) state 506 content/common/gpu/client/command_buffer_proxy_impl.cc last_state_ = state; state 159 content/common/gpu/client/command_buffer_proxy_impl.h void OnUpdateState(const gpu::CommandBuffer::State& state); state 1191 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc gpu::CommandBuffer::State state = command_buffer_->GetLastState(); state 1192 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc return state.error == gpu::error::kLostContext; state 298 content/common/gpu/gpu_command_buffer_stub.cc gpu::CommandBuffer::State state = command_buffer_->GetLastState(); state 299 content/common/gpu/gpu_command_buffer_stub.cc return state.put_offset != state.get_offset && state 300 content/common/gpu/gpu_command_buffer_stub.cc !gpu::error::IsError(state.error); state 631 content/common/gpu/gpu_command_buffer_stub.cc gpu::CommandBuffer::State state = command_buffer_->GetState(); state 633 content/common/gpu/gpu_command_buffer_stub.cc GpuCommandBufferMsg_GetState::WriteReplyParams(reply_message, state); state 644 content/common/gpu/gpu_command_buffer_stub.cc gpu::CommandBuffer::State state = command_buffer_->GetState(); state 646 content/common/gpu/gpu_command_buffer_stub.cc route_id_, state.context_lost_reason); state 655 content/common/gpu/gpu_command_buffer_stub.cc handle_.is_null(), state.context_lost_reason, active_url_)); state 664 content/common/gpu/gpu_command_buffer_stub.cc gpu::CommandBuffer::State state = command_buffer_->GetState(); state 665 content/common/gpu/gpu_command_buffer_stub.cc GpuCommandBufferMsg_GetStateFast::WriteReplyParams(reply_message, state); state 976 content/common/gpu/gpu_command_buffer_stub.cc gpu::CommandBuffer::State state = command_buffer_->GetState(); state 977 content/common/gpu/gpu_command_buffer_stub.cc bool was_lost = state.error == gpu::error::kLostContext; state 1108 content/common/gpu/media/exynos_video_encode_accelerator.cc void ExynosVideoEncodeAccelerator::SetEncoderState(State state) { state 1109 content/common/gpu/media/exynos_video_encode_accelerator.cc DVLOG(3) << "SetEncoderState(): state=" << state; state 1119 content/common/gpu/media/exynos_video_encode_accelerator.cc state)); state 1121 content/common/gpu/media/exynos_video_encode_accelerator.cc encoder_state_ = state; state 166 content/common/gpu/media/exynos_video_encode_accelerator.h void SetEncoderState(State state); state 1586 content/common/gpu/media/v4l2_video_decode_accelerator.cc void V4L2VideoDecodeAccelerator::SetDecoderState(State state) { state 1587 content/common/gpu/media/v4l2_video_decode_accelerator.cc DVLOG(3) << "SetDecoderState(): state=" << state; state 1595 content/common/gpu/media/v4l2_video_decode_accelerator.cc base::Unretained(this), state)); state 1597 content/common/gpu/media/v4l2_video_decode_accelerator.cc decoder_state_ = state; state 264 content/common/gpu/media/v4l2_video_decode_accelerator.h void SetDecoderState(State state); state 28 content/common/gpu/media/video_accelerator_unittest_helpers.h void Notify(StateEnum state); state 45 content/common/gpu/media/video_accelerator_unittest_helpers.h void ClientStateNotification<StateEnum>::Notify(StateEnum state) { state 47 content/common/gpu/media/video_accelerator_unittest_helpers.h pending_states_for_notification_.push(state); state 1178 content/common/gpu/media/video_decode_accelerator_unittest.cc ClientState state = note->Wait(); state 1179 content/common/gpu/media/video_decode_accelerator_unittest.cc if (state == expected_state) return; state 1181 content/common/gpu/media/video_decode_accelerator_unittest.cc << "Decoder not deleted but Wait() returned " << state state 1272 content/common/gpu/media/video_decode_accelerator_unittest.cc ClientState state = note->Wait(); state 1273 content/common/gpu/media/video_decode_accelerator_unittest.cc if (state != CS_INITIALIZED) { state 1282 content/common/gpu/media/video_decode_accelerator_unittest.cc ASSERT_EQ(state, CS_INITIALIZED); state 131 content/common/gpu/stream_texture_android.cc const gpu::gles2::ContextState* state = state 134 content/common/gpu/stream_texture_android.cc state->texture_units[state->active_texture_unit]; state 151 content/common/input/synthetic_web_input_event_builders.cc if (touches[i].state == WebTouchPoint::StateReleased) state 155 content/common/input/synthetic_web_input_event_builders.cc touches[point].state = WebTouchPoint::StateStationary; state 169 content/common/input/synthetic_web_input_event_builders.cc point.state = WebTouchPoint::StatePressed; state 181 content/common/input/synthetic_web_input_event_builders.cc touches[index].state = WebTouchPoint::StateMoved; state 187 content/common/input/synthetic_web_input_event_builders.cc touches[index].state = WebTouchPoint::StateReleased; state 193 content/common/input/synthetic_web_input_event_builders.cc touches[index].state = WebTouchPoint::StateCancelled; state 141 content/common/input/web_input_event_traits.cc if (old_event.touches[i_old].state == blink::WebTouchPoint::StateMoved) state 142 content/common/input/web_input_event_traits.cc event->touches[i].state = blink::WebTouchPoint::StateMoved; state 20 content/common/input/web_input_event_traits_unittest.cc static WebTouchPoint CreateTouchPoint(WebTouchPoint::State state, int id) { state 22 content/common/input/web_input_event_traits_unittest.cc touch.state = state; state 96 content/common/input/web_input_event_traits_unittest.cc EXPECT_EQ(WebTouchPoint::StateUndefined, touch1.touches[1].state); state 97 content/common/input/web_input_event_traits_unittest.cc EXPECT_EQ(WebTouchPoint::StateMoved, touch1.touches[0].state); state 108 content/common/input/web_input_event_traits_unittest.cc EXPECT_EQ(WebTouchPoint::StateMoved, touch1.touches[0].state); state 109 content/common/input/web_input_event_traits_unittest.cc EXPECT_EQ(WebTouchPoint::StateMoved, touch1.touches[1].state); state 494 content/common/page_state_serialization.cc const ExplodedFrameState& state, SerializeObject* obj, bool is_top) { state 501 content/common/page_state_serialization.cc WriteString(state.url_string, obj); state 502 content/common/page_state_serialization.cc WriteString(state.target, obj); state 503 content/common/page_state_serialization.cc WriteInteger(state.scroll_offset.x(), obj); state 504 content/common/page_state_serialization.cc WriteInteger(state.scroll_offset.y(), obj); state 505 content/common/page_state_serialization.cc WriteString(state.referrer, obj); state 507 content/common/page_state_serialization.cc WriteStringVector(state.document_state, obj); state 509 content/common/page_state_serialization.cc WriteReal(state.page_scale_factor, obj); state 510 content/common/page_state_serialization.cc WriteInteger64(state.item_sequence_number, obj); state 511 content/common/page_state_serialization.cc WriteInteger64(state.document_sequence_number, obj); state 512 content/common/page_state_serialization.cc WriteInteger(state.referrer_policy, obj); state 514 content/common/page_state_serialization.cc bool has_state_object = !state.state_object.is_null(); state 517 content/common/page_state_serialization.cc WriteString(state.state_object, obj); state 519 content/common/page_state_serialization.cc WriteHttpBody(state.http_body, obj); state 524 content/common/page_state_serialization.cc WriteString(state.http_body.http_content_type, obj); state 527 content/common/page_state_serialization.cc const std::vector<ExplodedFrameState>& children = state.children; state 534 content/common/page_state_serialization.cc ExplodedFrameState* state) { state 538 content/common/page_state_serialization.cc state->url_string = ReadString(obj); state 543 content/common/page_state_serialization.cc state->target = ReadString(obj); state 553 content/common/page_state_serialization.cc state->scroll_offset = gfx::Point(x, y); state 559 content/common/page_state_serialization.cc state->referrer = ReadString(obj); state 561 content/common/page_state_serialization.cc ReadStringVector(obj, &state->document_state); state 563 content/common/page_state_serialization.cc state->page_scale_factor = ReadReal(obj); state 564 content/common/page_state_serialization.cc state->item_sequence_number = ReadInteger64(obj); state 565 content/common/page_state_serialization.cc state->document_sequence_number = ReadInteger64(obj); state 571 content/common/page_state_serialization.cc state->referrer_policy = state 577 content/common/page_state_serialization.cc state->state_object = ReadString(obj); state 579 content/common/page_state_serialization.cc ReadHttpBody(obj, &state->http_body); state 584 content/common/page_state_serialization.cc state->http_body.http_content_type = ReadString(obj); state 598 content/common/page_state_serialization.cc if (state->page_scale_factor) { state 605 content/common/page_state_serialization.cc state->scroll_offset = state 606 content/common/page_state_serialization.cc gfx::Point(state->scroll_offset.x() / state->page_scale_factor, state 607 content/common/page_state_serialization.cc state->scroll_offset.y() / state->page_scale_factor); state 608 content/common/page_state_serialization.cc state->page_scale_factor /= device_scale_factor; state 616 content/common/page_state_serialization.cc state->children.resize(num_children); state 618 content/common/page_state_serialization.cc ReadFrameState(obj, false, &state->children[i]); state 621 content/common/page_state_serialization.cc void WritePageState(const ExplodedPageState& state, SerializeObject* obj) { state 623 content/common/page_state_serialization.cc WriteStringVector(state.referenced_files, obj); state 624 content/common/page_state_serialization.cc WriteFrameState(state.top, obj, true); state 627 content/common/page_state_serialization.cc void ReadPageState(SerializeObject* obj, ExplodedPageState* state) { state 633 content/common/page_state_serialization.cc state->top.url_string = state 645 content/common/page_state_serialization.cc ReadStringVector(obj, &state->referenced_files); state 647 content/common/page_state_serialization.cc ReadFrameState(obj, true, &state->top); state 650 content/common/page_state_serialization.cc RecursivelyAppendReferencedFiles(state->top, &state->referenced_files); state 653 content/common/page_state_serialization.cc state->referenced_files.erase( state 654 content/common/page_state_serialization.cc std::unique(state->referenced_files.begin(), state 655 content/common/page_state_serialization.cc state->referenced_files.end()), state 656 content/common/page_state_serialization.cc state->referenced_files.end()); state 364 content/common/page_state_serialization_unittest.cc ExplodedPageState state; state 365 content/common/page_state_serialization_unittest.cc PopulatePageStateForBackwardsCompatTest(&state); state 368 content/common/page_state_serialization_unittest.cc EXPECT_TRUE(EncodePageState(state, &encoded)); state 35 content/common/ssl_status_serialization.cc const std::string& state, state 43 content/common/ssl_status_serialization.cc if (state.empty()) { state 54 content/common/ssl_status_serialization.cc Pickle pickle(state.data(), static_cast<int>(state.size())); state 26 content/common/ssl_status_serialization.h const std::string& state, state 497 content/public/android/java/src/org/chromium/content/browser/ContentView.java public void setAccessibilityState(boolean state) { state 498 content/public/android/java/src/org/chromium/content/browser/ContentView.java mContentViewCore.setAccessibilityState(state); state 2978 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java public void setAccessibilityState(boolean state) { state 2979 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java if (!state) { state 125 content/public/android/java/src/org/chromium/content/browser/TracingControllerAndroid.java String state = Environment.getExternalStorageState(); state 126 content/public/android/java/src/org/chromium/content/browser/TracingControllerAndroid.java if (!Environment.MEDIA_MOUNTED.equals(state)) { state 126 content/public/android/javatests/src/org/chromium/content/browser/input/AdapterInputConnectionTest.java ImeState state = mUpdates.get(index); state 127 content/public/android/javatests/src/org/chromium/content/browser/input/AdapterInputConnectionTest.java assertEquals("Selection start did not match", selectionStart, state.selectionStart); state 128 content/public/android/javatests/src/org/chromium/content/browser/input/AdapterInputConnectionTest.java assertEquals("Selection end did not match", selectionEnd, state.selectionEnd); state 130 content/public/android/javatests/src/org/chromium/content/browser/input/AdapterInputConnectionTest.java state.compositionStart); state 131 content/public/android/javatests/src/org/chromium/content/browser/input/AdapterInputConnectionTest.java assertEquals("Composition end did not match", compositionEnd, state.compositionEnd); state 151 content/public/browser/download_manager.h DownloadItem::DownloadState state, state 31 content/public/browser/media_observer.h MediaRequestState state) = 0; state 29 content/public/browser/native_web_keyboard_event.h int state, state 37 content/public/browser/native_web_keyboard_event.h int state, state 87 content/public/browser/navigation_entry.h virtual void SetPageState(const PageState& state) = 0; state 30 content/public/common/page_state.cc PageState ToPageState(const ExplodedPageState& state) { state 32 content/public/common/page_state.cc if (!EncodePageState(state, &encoded_data)) state 38 content/public/common/page_state.cc void RecursivelyRemovePasswordData(ExplodedFrameState* state) { state 39 content/public/common/page_state.cc if (state->http_body.contains_passwords) state 40 content/public/common/page_state.cc state->http_body = ExplodedHttpBody(); state 43 content/public/common/page_state.cc void RecursivelyRemoveScrollOffset(ExplodedFrameState* state) { state 44 content/public/common/page_state.cc state->scroll_offset = gfx::Point(); state 47 content/public/common/page_state.cc void RecursivelyRemoveReferrer(ExplodedFrameState* state) { state 48 content/public/common/page_state.cc state->referrer = base::NullableString16(); state 49 content/public/common/page_state.cc state->referrer_policy = blink::WebReferrerPolicyDefault; state 50 content/public/common/page_state.cc for (std::vector<ExplodedFrameState>::iterator it = state->children.begin(); state 51 content/public/common/page_state.cc it != state->children.end(); state 66 content/public/common/page_state.cc ExplodedPageState state; state 68 content/public/common/page_state.cc state.top.url_string = ToNullableString16(url.possibly_invalid_spec()); state 70 content/public/common/page_state.cc return ToPageState(state); state 79 content/public/common/page_state.cc ExplodedPageState state; state 81 content/public/common/page_state.cc state.top.url_string = ToNullableString16(url.possibly_invalid_spec()); state 84 content/public/common/page_state.cc state.top.http_body.is_null = false; state 89 content/public/common/page_state.cc state.top.http_body.elements.push_back(element); state 96 content/public/common/page_state.cc state.top.http_body.elements.push_back(element); state 97 content/public/common/page_state.cc state.referenced_files.push_back(element.file_path); state 99 content/public/common/page_state.cc state.top.http_body.contains_passwords = state 103 content/public/common/page_state.cc return ToPageState(state); state 124 content/public/common/page_state.cc ExplodedPageState state; state 125 content/public/common/page_state.cc if (DecodePageState(data_, &state)) state 126 content/public/common/page_state.cc ToFilePathVector(state.referenced_files, &results); state 132 content/public/common/page_state.cc ExplodedPageState state; state 133 content/public/common/page_state.cc if (!DecodePageState(data_, &state)) state 136 content/public/common/page_state.cc RecursivelyRemovePasswordData(&state.top); state 138 content/public/common/page_state.cc return ToPageState(state); state 142 content/public/common/page_state.cc ExplodedPageState state; state 143 content/public/common/page_state.cc if (!DecodePageState(data_, &state)) state 146 content/public/common/page_state.cc RecursivelyRemoveScrollOffset(&state.top); state 148 content/public/common/page_state.cc return ToPageState(state); state 155 content/public/common/page_state.cc ExplodedPageState state; state 156 content/public/common/page_state.cc if (!DecodePageState(data_, &state)) state 159 content/public/common/page_state.cc RecursivelyRemoveReferrer(&state.top); state 161 content/public/common/page_state.cc return ToPageState(state); state 83 content/public/renderer/history_item_serialization.cc ExplodedFrameState* state) { state 84 content/public/renderer/history_item_serialization.cc state->url_string = item.urlString(); state 85 content/public/renderer/history_item_serialization.cc state->referrer = item.referrer(); state 86 content/public/renderer/history_item_serialization.cc state->referrer_policy = item.referrerPolicy(); state 87 content/public/renderer/history_item_serialization.cc state->target = item.target(); state 89 content/public/renderer/history_item_serialization.cc state->state_object = item.stateObject().toString(); state 90 content/public/renderer/history_item_serialization.cc state->scroll_offset = item.scrollOffset(); state 91 content/public/renderer/history_item_serialization.cc state->item_sequence_number = item.itemSequenceNumber(); state 92 content/public/renderer/history_item_serialization.cc state->document_sequence_number = state 94 content/public/renderer/history_item_serialization.cc state->page_scale_factor = item.pageScaleFactor(); state 95 content/public/renderer/history_item_serialization.cc ToNullableString16Vector(item.documentState(), &state->document_state); state 97 content/public/renderer/history_item_serialization.cc state->http_body.http_content_type = item.httpContentType(); state 99 content/public/renderer/history_item_serialization.cc if (!(state->http_body.is_null = http_body.isNull())) { state 100 content/public/renderer/history_item_serialization.cc state->http_body.identifier = http_body.identifier(); state 101 content/public/renderer/history_item_serialization.cc state->http_body.elements.resize(http_body.elementCount()); state 105 content/public/renderer/history_item_serialization.cc ToExplodedHttpBodyElement(element, &state->http_body.elements[i]); state 107 content/public/renderer/history_item_serialization.cc state->http_body.contains_passwords = http_body.containsPasswordData(); state 111 content/public/renderer/history_item_serialization.cc state->children.resize(children.size()); state 113 content/public/renderer/history_item_serialization.cc if (!RecursivelyGenerateFrameState(children[i], &state->children[i])) state 120 content/public/renderer/history_item_serialization.cc bool RecursivelyGenerateHistoryItem(const ExplodedFrameState& state, state 122 content/public/renderer/history_item_serialization.cc item->setURLString(state.url_string); state 123 content/public/renderer/history_item_serialization.cc item->setReferrer(state.referrer, state.referrer_policy); state 124 content/public/renderer/history_item_serialization.cc item->setTarget(state.target); state 125 content/public/renderer/history_item_serialization.cc if (!state.state_object.is_null()) { state 127 content/public/renderer/history_item_serialization.cc WebSerializedScriptValue::fromString(state.state_object)); state 129 content/public/renderer/history_item_serialization.cc item->setDocumentState(state.document_state); state 130 content/public/renderer/history_item_serialization.cc item->setScrollOffset(state.scroll_offset); state 131 content/public/renderer/history_item_serialization.cc item->setPageScaleFactor(state.page_scale_factor); state 136 content/public/renderer/history_item_serialization.cc if (state.item_sequence_number) state 137 content/public/renderer/history_item_serialization.cc item->setItemSequenceNumber(state.item_sequence_number); state 138 content/public/renderer/history_item_serialization.cc if (state.document_sequence_number) state 139 content/public/renderer/history_item_serialization.cc item->setDocumentSequenceNumber(state.document_sequence_number); state 141 content/public/renderer/history_item_serialization.cc item->setHTTPContentType(state.http_body.http_content_type); state 142 content/public/renderer/history_item_serialization.cc if (!state.http_body.is_null) { state 145 content/public/renderer/history_item_serialization.cc http_body.setIdentifier(state.http_body.identifier); state 146 content/public/renderer/history_item_serialization.cc for (size_t i = 0; i < state.http_body.elements.size(); ++i) state 147 content/public/renderer/history_item_serialization.cc AppendHTTPBodyElement(state.http_body.elements[i], &http_body); state 151 content/public/renderer/history_item_serialization.cc for (size_t i = 0; i < state.children.size(); ++i) { state 154 content/public/renderer/history_item_serialization.cc if (!RecursivelyGenerateHistoryItem(state.children[i], &child_item)) state 165 content/public/renderer/history_item_serialization.cc ExplodedPageState state; state 167 content/public/renderer/history_item_serialization.cc &state.referenced_files); state 169 content/public/renderer/history_item_serialization.cc if (!RecursivelyGenerateFrameState(item, &state.top)) state 173 content/public/renderer/history_item_serialization.cc if (!EncodePageState(state, &encoded_data)) state 180 content/public/renderer/history_item_serialization.cc ExplodedPageState state; state 181 content/public/renderer/history_item_serialization.cc if (!DecodePageState(page_state.ToEncodedData(), &state)) state 186 content/public/renderer/history_item_serialization.cc if (!RecursivelyGenerateHistoryItem(state.top, &item)) state 22 content/public/renderer/history_item_serialization.h const PageState& state); state 21 content/public/renderer/media_stream_sink.h blink::WebMediaStreamSource::ReadyState state) {} state 193 content/public/test/download_test_observer.cc DownloadItem::DownloadState state) const { state 194 content/public/test/download_test_observer.cc StateMap::const_iterator it = states_observed_.find(state); state 96 content/public/test/download_test_observer.h size_t NumDownloadsSeenInState(DownloadItem::DownloadState state) const; state 24 content/public/test/mock_download_manager.cc DownloadItem::DownloadState state, state 37 content/public/test/mock_download_manager.cc state(state), state 55 content/public/test/mock_download_manager.cc state(rhs.state), state 75 content/public/test/mock_download_manager.cc state == rhs.state && state 104 content/public/test/mock_download_manager.cc DownloadItem::DownloadState state, state 110 content/public/test/mock_download_manager.cc end_time, etag, last_modified, received_bytes, total_bytes, state, state 40 content/public/test/mock_download_manager.h DownloadItem::DownloadState state; state 57 content/public/test/mock_download_manager.h DownloadItem::DownloadState state, state 110 content/public/test/mock_download_manager.h DownloadItem::DownloadState state, state 57 content/public/test/nested_message_pump_android.cc RunState state(delegate, state_ ? state_->run_depth + 1 : 1); state 59 content/public/test/nested_message_pump_android.cc state_ = &state; state 12 content/renderer/accessibility/blink_ax_enum_conversion.cc uint32 state = 0; state 14 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_CHECKED); state 17 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_COLLAPSED); state 20 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_FOCUSABLE); state 23 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_FOCUSED); state 27 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_HASPOPUP); state 29 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_EXPANDED); state 33 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_HOVERED); state 36 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_INDETERMINATE); state 39 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_INVISIBLE); state 42 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_LINKED); state 45 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_MULTISELECTABLE); state 48 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_OFFSCREEN); state 51 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_PRESSED); state 54 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_PROTECTED); state 57 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_READ_ONLY); state 60 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_REQUIRED); state 63 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_SELECTABLE); state 66 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_SELECTED); state 69 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_VISITED); state 72 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_ENABLED); state 75 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_VERTICAL); state 78 content/renderer/accessibility/blink_ax_enum_conversion.cc state |= (1 << ui::AX_STATE_VISITED); state 80 content/renderer/accessibility/blink_ax_enum_conversion.cc return state; state 172 content/renderer/accessibility/blink_ax_tree_source.cc dst->state = AXStateFromBlink(src); state 270 content/renderer/accessibility/blink_ax_tree_source.cc dst->state |= (1 << ui::AX_STATE_FOCUSED); state 288 content/renderer/accessibility/blink_ax_tree_source.cc dst->state |= (1 << ui::AX_STATE_EXPANDED); state 116 content/renderer/accessibility/renderer_accessibility_browsertest.cc EXPECT_EQ(event.update.nodes[0].state, state 136 content/renderer/accessibility/renderer_accessibility_browsertest.cc EXPECT_EQ(event.update.nodes[0].state, state 143 content/renderer/accessibility/renderer_accessibility_browsertest.cc EXPECT_EQ(event.update.nodes[1].state, state 156 content/renderer/accessibility/renderer_accessibility_browsertest.cc EXPECT_EQ(event.update.nodes[1].state, state 168 content/renderer/accessibility/renderer_accessibility_browsertest.cc EXPECT_EQ(event.update.nodes[1].state, state 180 content/renderer/accessibility/renderer_accessibility_browsertest.cc EXPECT_EQ(event.update.nodes[1].state, state 193 content/renderer/accessibility/renderer_accessibility_browsertest.cc EXPECT_EQ(event.update.nodes[1].state, state 206 content/renderer/accessibility/renderer_accessibility_browsertest.cc EXPECT_EQ(event.update.nodes[1].state, state 108 content/renderer/accessibility/renderer_accessibility_focus_only.cc root.state = state 112 content/renderer/accessibility/renderer_accessibility_focus_only.cc root.state |= (1 << ui::AX_STATE_FOCUSED); state 129 content/renderer/accessibility/renderer_accessibility_focus_only.cc child.state = state 133 content/renderer/accessibility/renderer_accessibility_focus_only.cc child.state |= (1 << ui::AX_STATE_READ_ONLY); state 128 content/renderer/devtools/devtools_agent.cc const blink::WebString& state) { state 129 content/renderer/devtools/devtools_agent.cc Send(new DevToolsHostMsg_SaveAgentRuntimeState(routing_id(), state.utf8())); state 54 content/renderer/devtools/devtools_agent.h virtual void saveAgentRuntimeState(const blink::WebString& state); state 243 content/renderer/input/input_handler_proxy.cc if (touch_event.touches[i].state != WebTouchPoint::StatePressed) state 142 content/renderer/input/input_handler_proxy_unittest.cc WebTouchPoint CreateWebTouchPoint(WebTouchPoint::State state, float x, state 145 content/renderer/input/input_handler_proxy_unittest.cc point.state = state; state 73 content/renderer/internal_document_state_data.h void set_is_overriding_user_agent(bool state) { state 74 content/renderer/internal_document_state_data.h is_overriding_user_agent_ = state; state 82 content/renderer/internal_document_state_data.h void set_must_reset_scroll_and_scale_state(bool state) { state 83 content/renderer/internal_document_state_data.h must_reset_scroll_and_scale_state_ = state; state 798 content/renderer/media/android/webmediaplayer_android.cc WebMediaPlayer::NetworkState state) { state 801 content/renderer/media/android/webmediaplayer_android.cc (state == WebMediaPlayer::NetworkStateNetworkError || state 802 content/renderer/media/android/webmediaplayer_android.cc state == WebMediaPlayer::NetworkStateDecodeError)) { state 807 content/renderer/media/android/webmediaplayer_android.cc network_state_ = state; state 813 content/renderer/media/android/webmediaplayer_android.cc WebMediaPlayer::ReadyState state) { state 814 content/renderer/media/android/webmediaplayer_android.cc ready_state_ = state; state 243 content/renderer/media/android/webmediaplayer_android.h void UpdateNetworkState(blink::WebMediaPlayer::NetworkState state); state 244 content/renderer/media/android/webmediaplayer_android.h void UpdateReadyState(blink::WebMediaPlayer::ReadyState state); state 159 content/renderer/media/audio_input_message_filter.cc int stream_id, media::AudioInputIPCDelegate::State state) { state 167 content/renderer/media/audio_input_message_filter.cc delegate->OnStateChanged(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 204 content/renderer/media/audio_message_filter.cc << " removed audio renderer. State: " << state; state 207 content/renderer/media/audio_message_filter.cc delegate->OnStateChanged(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 26 content/renderer/media/audio_message_filter_unittest.cc state_ = state; state 111 content/renderer/media/audio_message_filter_unittest.cc EXPECT_EQ(media::AudioOutputIPCDelegate::kPlaying, delegate.state()); state 472 content/renderer/media/buffered_data_source.cc BufferedResourceLoader::LoadingState state) { state 479 content/renderer/media/buffered_data_source.cc switch (state) { state 131 content/renderer/media/buffered_data_source.h void LoadingStateChangedCallback(BufferedResourceLoader::LoadingState state); state 46 content/renderer/media/media_stream_audio_processor.cc void RecordProcessingState(AudioTrackProcessingStates state) { state 48 content/renderer/media/media_stream_audio_processor.cc state, AUDIO_PROCESSING_MAX); state 46 content/renderer/media/media_stream_audio_sink_owner.cc blink::WebMediaStreamSource::ReadyState state) { state 49 content/renderer/media/media_stream_audio_sink_owner.cc delegate_->OnReadyStateChanged(state); state 34 content/renderer/media/media_stream_audio_sink_owner.h blink::WebMediaStreamSource::ReadyState state) OVERRIDE; state 37 content/renderer/media/media_stream_audio_track_sink.h blink::WebMediaStreamSource::ReadyState state) = 0; state 227 content/renderer/media/media_stream_dependency_factory.cc if (rtc_source->state() != webrtc::MediaSourceInterface::kLive) { state 520 content/renderer/media/media_stream_video_source.cc blink::WebMediaStreamSource::ReadyState state) { state 522 content/renderer/media/media_stream_video_source.cc owner().setReadyState(state); state 526 content/renderer/media/media_stream_video_source.cc (*it)->OnReadyStateChanged(state); state 95 content/renderer/media/media_stream_video_source.h virtual void SetReadyState(blink::WebMediaStreamSource::ReadyState state); state 133 content/renderer/media/media_stream_video_source.h State state() { return state_; } state 111 content/renderer/media/media_stream_video_track.cc blink::WebMediaStreamSource::ReadyState state) { state 115 content/renderer/media/media_stream_video_track.cc (*it)->OnReadyStateChanged(state); state 68 content/renderer/media/media_stream_video_track.h void OnReadyStateChanged(blink::WebMediaStreamSource::ReadyState state); state 107 content/renderer/media/media_stream_video_track_unittest.cc EXPECT_EQ(blink::WebMediaStreamSource::ReadyStateLive, sink.state()); state 110 content/renderer/media/media_stream_video_track_unittest.cc EXPECT_EQ(blink::WebMediaStreamSource::ReadyStateEnded, sink.state()); state 43 content/renderer/media/mock_media_stream_dependency_factory.h virtual MediaSourceInterface::SourceState state() const OVERRIDE; state 81 content/renderer/media/mock_media_stream_dependency_factory.h virtual MediaSourceInterface::SourceState state() const OVERRIDE; state 117 content/renderer/media/mock_media_stream_dependency_factory.h virtual TrackState state() const OVERRIDE; state 23 content/renderer/media/mock_media_stream_video_sink.cc blink::WebMediaStreamSource::ReadyState state) { state 24 content/renderer/media/mock_media_stream_video_sink.cc state_ = state; state 21 content/renderer/media/mock_media_stream_video_sink.h blink::WebMediaStreamSource::ReadyState state) OVERRIDE; state 27 content/renderer/media/mock_media_stream_video_sink.h blink::WebMediaStreamSource::ReadyState state() const { return state_; } state 29 content/renderer/media/mock_web_rtc_peer_connection_handler_client.h MOCK_METHOD1(didChangeSignalingState, void(SignalingState state)); state 30 content/renderer/media/mock_web_rtc_peer_connection_handler_client.h MOCK_METHOD1(didChangeICEGatheringState, void(ICEGatheringState state)); state 31 content/renderer/media/mock_web_rtc_peer_connection_handler_client.h MOCK_METHOD1(didChangeICEConnectionState, void(ICEConnectionState state)); state 49 content/renderer/media/peer_connection_audio_sink_owner.cc blink::WebMediaStreamSource::ReadyState state) { state 34 content/renderer/media/peer_connection_audio_sink_owner.h blink::WebMediaStreamSource::ReadyState state) OVERRIDE; state 101 content/renderer/media/peer_connection_tracker.cc #define GET_STRING_OF_STATE(state) \ state 102 content/renderer/media/peer_connection_tracker.cc case WebRTCPeerConnectionHandlerClient::state: \ state 103 content/renderer/media/peer_connection_tracker.cc result = #state; \ state 107 content/renderer/media/peer_connection_tracker.cc WebRTCPeerConnectionHandlerClient::SignalingState state) { state 109 content/renderer/media/peer_connection_tracker.cc switch (state) { state 124 content/renderer/media/peer_connection_tracker.cc WebRTCPeerConnectionHandlerClient::ICEConnectionState state) { state 126 content/renderer/media/peer_connection_tracker.cc switch (state) { state 142 content/renderer/media/peer_connection_tracker.cc WebRTCPeerConnectionHandlerClient::ICEGatheringState state) { state 144 content/renderer/media/peer_connection_tracker.cc switch (state) { state 383 content/renderer/media/peer_connection_tracker.cc WebRTCPeerConnectionHandlerClient::SignalingState state) { state 385 content/renderer/media/peer_connection_tracker.cc pc_handler, "signalingStateChange", GetSignalingStateString(state)); state 390 content/renderer/media/peer_connection_tracker.cc WebRTCPeerConnectionHandlerClient::ICEConnectionState state) { state 393 content/renderer/media/peer_connection_tracker.cc GetIceConnectionStateString(state)); state 398 content/renderer/media/peer_connection_tracker.cc WebRTCPeerConnectionHandlerClient::ICEGatheringState state) { state 401 content/renderer/media/peer_connection_tracker.cc GetIceGatheringStateString(state)); state 124 content/renderer/media/peer_connection_tracker.h blink::WebRTCPeerConnectionHandlerClient::SignalingState state); state 130 content/renderer/media/peer_connection_tracker.h blink::WebRTCPeerConnectionHandlerClient::ICEConnectionState state); state 136 content/renderer/media/peer_connection_tracker.h blink::WebRTCPeerConnectionHandlerClient::ICEGatheringState state); state 79 content/renderer/media/remote_media_stream_impl.cc : state_(webrtc_track->state()), state 92 content/renderer/media/remote_media_stream_impl.cc webrtc::MediaStreamTrackInterface::TrackState state = webrtc_track_->state(); state 93 content/renderer/media/remote_media_stream_impl.cc if (state == state_) state 96 content/renderer/media/remote_media_stream_impl.cc state_ = state; state 97 content/renderer/media/remote_media_stream_impl.cc switch (state) { state 120 content/renderer/media/rtc_data_channel_handler.cc DVLOG(1) << "OnStateChange " << channel_->state(); state 121 content/renderer/media/rtc_data_channel_handler.cc switch (channel_->state()) { state 47 content/renderer/media/rtc_peer_connection_handler.cc webrtc::PeerConnectionInterface::IceGatheringState state) { state 49 content/renderer/media/rtc_peer_connection_handler.cc switch (state) { state 88 content/renderer/media/rtc_peer_connection_handler.cc GetWebKitSignalingState(webrtc::PeerConnectionInterface::SignalingState state) { state 90 content/renderer/media/rtc_peer_connection_handler.cc switch (state) { state 723 content/renderer/media/rtc_peer_connection_handler.cc blink::WebRTCPeerConnectionHandlerClient::SignalingState state = state 726 content/renderer/media/rtc_peer_connection_handler.cc peer_connection_tracker_->TrackSignalingStateChange(this, state); state 727 content/renderer/media/rtc_peer_connection_handler.cc client_->didChangeSignalingState(state); state 734 content/renderer/media/rtc_peer_connection_handler.cc blink::WebRTCPeerConnectionHandlerClient::ICEConnectionState state = state 737 content/renderer/media/rtc_peer_connection_handler.cc peer_connection_tracker_->TrackIceConnectionStateChange(this, state); state 738 content/renderer/media/rtc_peer_connection_handler.cc client_->didChangeICEConnectionState(state); state 751 content/renderer/media/rtc_peer_connection_handler.cc blink::WebRTCPeerConnectionHandlerClient::ICEGatheringState state = state 754 content/renderer/media/rtc_peer_connection_handler.cc peer_connection_tracker_->TrackIceGatheringStateChange(this, state); state 755 content/renderer/media/rtc_peer_connection_handler.cc client_->didChangeICEGatheringState(state); state 168 content/renderer/media/rtc_peer_connection_handler_unittest.cc WebRTCPeerConnectionHandlerClient::SignalingState state)); state 172 content/renderer/media/rtc_peer_connection_handler_unittest.cc WebRTCPeerConnectionHandlerClient::ICEConnectionState state)); state 176 content/renderer/media/rtc_peer_connection_handler_unittest.cc WebRTCPeerConnectionHandlerClient::ICEGatheringState state)); state 69 content/renderer/media/rtc_video_renderer.cc blink::WebMediaStreamSource::ReadyState state) { state 71 content/renderer/media/rtc_video_renderer.cc if (state == blink::WebMediaStreamSource::ReadyStateEnded) state 59 content/renderer/media/rtc_video_renderer.h blink::WebMediaStreamSource::ReadyState state) OVERRIDE; state 341 content/renderer/media/video_capture_impl.cc void VideoCaptureImpl::OnStateChanged(VideoCaptureState state) { state 344 content/renderer/media/video_capture_impl.cc switch (state) { state 113 content/renderer/media/video_capture_impl.h virtual void OnStateChanged(VideoCaptureState state) OVERRIDE; state 179 content/renderer/media/video_capture_message_filter.cc VideoCaptureState state) { state 186 content/renderer/media/video_capture_message_filter.cc delegate->OnStateChanged(state); state 53 content/renderer/media/video_capture_message_filter.h virtual void OnStateChanged(VideoCaptureState state) = 0; state 118 content/renderer/media/video_capture_message_filter.h void OnDeviceStateChanged(int device_id, VideoCaptureState state); state 41 content/renderer/media/video_capture_message_filter_unittest.cc MOCK_METHOD1(OnStateChanged, void(VideoCaptureState state)); state 1227 content/renderer/media/webmediaplayer_impl.cc void WebMediaPlayerImpl::SetNetworkState(WebMediaPlayer::NetworkState state) { state 1229 content/renderer/media/webmediaplayer_impl.cc DVLOG(1) << "SetNetworkState: " << state; state 1230 content/renderer/media/webmediaplayer_impl.cc network_state_ = state; state 1235 content/renderer/media/webmediaplayer_impl.cc void WebMediaPlayerImpl::SetReadyState(WebMediaPlayer::ReadyState state) { state 1237 content/renderer/media/webmediaplayer_impl.cc DVLOG(1) << "SetReadyState: " << state; state 1239 content/renderer/media/webmediaplayer_impl.cc if (state == WebMediaPlayer::ReadyStateHaveEnoughData && state 1244 content/renderer/media/webmediaplayer_impl.cc ready_state_ = state; state 204 content/renderer/media/webmediaplayer_impl.h void SetNetworkState(blink::WebMediaPlayer::NetworkState state); state 205 content/renderer/media/webmediaplayer_impl.h void SetReadyState(blink::WebMediaPlayer::ReadyState state); state 463 content/renderer/media/webmediaplayer_ms.cc void WebMediaPlayerMS::SetNetworkState(WebMediaPlayer::NetworkState state) { state 465 content/renderer/media/webmediaplayer_ms.cc network_state_ = state; state 470 content/renderer/media/webmediaplayer_ms.cc void WebMediaPlayerMS::SetReadyState(WebMediaPlayer::ReadyState state) { state 472 content/renderer/media/webmediaplayer_ms.cc ready_state_ = state; state 133 content/renderer/media/webmediaplayer_ms.h void SetNetworkState(blink::WebMediaPlayer::NetworkState state); state 134 content/renderer/media/webmediaplayer_ms.h void SetReadyState(blink::WebMediaPlayer::ReadyState state); state 35 content/renderer/media/webrtc/media_stream_track_metrics_unittest.cc MOCK_CONST_METHOD0(state, TrackState()); state 58 content/renderer/media/webrtc/media_stream_track_metrics_unittest.cc MOCK_CONST_METHOD0(state, TrackState()); state 89 content/renderer/media/webrtc/video_destination_handler.cc if (state() == MediaStreamVideoSource::RETRIEVING_CAPABILITIES) { state 96 content/renderer/media/webrtc/video_destination_handler.cc if (state() != MediaStreamVideoSource::STARTED) state 30 content/renderer/media/webrtc/webrtc_video_sink_adapter.cc state_(video_track->state()), state 86 content/renderer/media/webrtc/webrtc_video_sink_adapter.cc webrtc::MediaStreamTrackInterface::TrackState state = video_track_->state(); state 87 content/renderer/media/webrtc/webrtc_video_sink_adapter.cc if (state != state_) { state 88 content/renderer/media/webrtc/webrtc_video_sink_adapter.cc state_ = state; state 89 content/renderer/media/webrtc/webrtc_video_sink_adapter.cc switch (state) { state 538 content/renderer/media/webrtc_audio_renderer.cc PlayingState* state) { state 540 content/renderer/media/webrtc_audio_renderer.cc DCHECK(state->playing()); state 543 content/renderer/media/webrtc_audio_renderer.cc if (std::find(array.begin(), array.end(), state) != array.end()) state 546 content/renderer/media/webrtc_audio_renderer.cc array.push_back(state); state 553 content/renderer/media/webrtc_audio_renderer.cc PlayingState* state) { state 555 content/renderer/media/webrtc_audio_renderer.cc DCHECK(!state->playing()); state 562 content/renderer/media/webrtc_audio_renderer.cc std::find(array.begin(), array.end(), state); state 576 content/renderer/media/webrtc_audio_renderer.cc PlayingState* state) { state 582 content/renderer/media/webrtc_audio_renderer.cc if (!state->playing()) { state 583 content/renderer/media/webrtc_audio_renderer.cc if (RemovePlayingState(source, state)) state 585 content/renderer/media/webrtc_audio_renderer.cc } else if (AddPlayingState(source, state)) { state 167 content/renderer/media/webrtc_audio_renderer.h PlayingState* state); state 172 content/renderer/media/webrtc_audio_renderer.h PlayingState* state); state 181 content/renderer/media/webrtc_audio_renderer.h PlayingState* state); state 83 content/renderer/media/webrtc_local_audio_source_provider.cc blink::WebMediaStreamSource::ReadyState state) { state 84 content/renderer/media/webrtc_local_audio_source_provider.cc if (state == blink::WebMediaStreamSource::ReadyStateEnded) state 62 content/renderer/media/webrtc_local_audio_source_provider.h blink::WebMediaStreamSource::ReadyState state) OVERRIDE; state 270 content/renderer/pepper/event_conversion.cc pt.state = WebTouchPoint::StateStationary; state 272 content/renderer/pepper/event_conversion.cc pt.state = states_map.find(pt.id)->second; state 290 content/renderer/pepper/event_conversion.cc WebTouchPoint::State state = WebTouchPoint::StateUndefined; state 294 content/renderer/pepper/event_conversion.cc state = WebTouchPoint::StatePressed; state 298 content/renderer/pepper/event_conversion.cc state = WebTouchPoint::StateMoved; state 302 content/renderer/pepper/event_conversion.cc state = WebTouchPoint::StateReleased; state 306 content/renderer/pepper/event_conversion.cc state = WebTouchPoint::StateCancelled; state 314 content/renderer/pepper/event_conversion.cc states_map[event.changed_touches[i].id] = state; 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 74 content/renderer/pepper/pepper_platform_video_capture.cc return handler_proxy_->state().started; state 78 content/renderer/pepper/pepper_platform_video_capture.cc return handler_proxy_->state().frame_rate; state 386 content/renderer/render_view_browsertest.cc DocumentState state; state 387 content/renderer/render_view_browsertest.cc state.set_navigation_state(NavigationState::CreateContentInitiated()); state 393 content/renderer/render_view_browsertest.cc &state, state 405 content/renderer/render_view_browsertest.cc &state, state 416 content/renderer/render_view_browsertest.cc &state, state 425 content/renderer/render_view_browsertest.cc DocumentState state; state 426 content/renderer/render_view_browsertest.cc state.set_navigation_state(NavigationState::CreateContentInitiated()); state 445 content/renderer/render_view_browsertest.cc &state, state 458 content/renderer/render_view_browsertest.cc DocumentState state; state 459 content/renderer/render_view_browsertest.cc state.set_navigation_state(NavigationState::CreateContentInitiated()); state 465 content/renderer/render_view_browsertest.cc &state, state 476 content/renderer/render_view_browsertest.cc &state, state 488 content/renderer/render_view_browsertest.cc &state, state 506 content/renderer/render_view_browsertest.cc &state, state 728 content/renderer/render_view_browsertest.cc PageState state; state 729 content/renderer/render_view_browsertest.cc ViewHostMsg_UpdateState::Read(msg, &page_id, &state); state 731 content/renderer/render_view_browsertest.cc EXPECT_NE(state_A, state); state 732 content/renderer/render_view_browsertest.cc EXPECT_NE(state_B, state); state 733 content/renderer/render_view_browsertest.cc EXPECT_EQ(state_C, state); state 23 content/renderer/render_view_impl_android.cc TopControlsState state) { state 24 content/renderer/render_view_impl_android.cc return static_cast<cc::TopControlsState>(state); state 1164 content/renderer/render_widget.cc if (touch_event.touches[i].state == WebTouchPoint::StatePressed && state 166 content/renderer/shared_worker/embedded_shared_worker_stub.cc const blink::WebString& state) { state 167 content/renderer/shared_worker/embedded_shared_worker_stub.cc worker_devtools_agent_->SaveDevToolsAgentState(state); state 60 content/renderer/shared_worker/embedded_shared_worker_stub.h virtual void saveDevToolsAgentState(const blink::WebString& state) OVERRIDE; state 33 content/renderer/v8_value_converter_impl.cc explicit Level(FromV8ValueState* state) : state_(state) { state 128 content/renderer/v8_value_converter_impl.cc FromV8ValueState state(avoid_identity_hash_for_testing_); state 129 content/renderer/v8_value_converter_impl.cc return FromV8ValueImpl(val, &state, context->GetIsolate()); state 237 content/renderer/v8_value_converter_impl.cc FromV8ValueState* state, state 241 content/renderer/v8_value_converter_impl.cc FromV8ValueState::Level state_level(state); state 242 content/renderer/v8_value_converter_impl.cc if (state->HasReachedMaxRecursionDepth()) state 274 content/renderer/v8_value_converter_impl.cc return FromV8Object(val->ToObject(), state, isolate); state 282 content/renderer/v8_value_converter_impl.cc return FromV8Object(val->ToObject(), state, isolate); state 288 content/renderer/v8_value_converter_impl.cc return FromV8Array(val.As<v8::Array>(), state, isolate); state 294 content/renderer/v8_value_converter_impl.cc return FromV8Object(val->ToObject(), state, isolate); state 302 content/renderer/v8_value_converter_impl.cc return FromV8Object(val->ToObject(), state, isolate); state 312 content/renderer/v8_value_converter_impl.cc FromV8ValueState* state, state 314 content/renderer/v8_value_converter_impl.cc if (!state->UpdateAndCheckUniqueness(val)) state 344 content/renderer/v8_value_converter_impl.cc base::Value* child = FromV8ValueImpl(child_v8, state, isolate); state 382 content/renderer/v8_value_converter_impl.cc FromV8ValueState* state, state 384 content/renderer/v8_value_converter_impl.cc if (!state->UpdateAndCheckUniqueness(val)) state 441 content/renderer/v8_value_converter_impl.cc scoped_ptr<base::Value> child(FromV8ValueImpl(child_v8, state, isolate)); state 56 content/renderer/v8_value_converter_impl.h FromV8ValueState* state, state 59 content/renderer/v8_value_converter_impl.h FromV8ValueState* state, state 68 content/renderer/v8_value_converter_impl.h FromV8ValueState* state, state 24 content/renderer/web_ui_mojo.cc scoped_ptr<WebUIMojoContextState> state; state 73 content/renderer/web_ui_mojo.cc data->state.reset(new WebUIMojoContextState( state 94 content/renderer/web_ui_mojo.cc WebUIMojoContextState* state = GetContextState(); state 95 content/renderer/web_ui_mojo.cc if (state) state 96 content/renderer/web_ui_mojo.cc state->SetHandle(handle.Pass()); state 110 content/renderer/web_ui_mojo.cc return context_state ? context_state->state.get() : NULL; state 125 content/renderer/web_ui_mojo.cc WebUIMojoContextState* state = GetContextState(); state 126 content/renderer/web_ui_mojo.cc if (state && !state->module_added()) state 624 content/shell/browser/webkit_test_controller.cc PageState state = web_contents->GetController().GetEntryAtIndex(entry)-> state 626 content/shell/browser/webkit_test_controller.cc if (!state.IsValid()) { state 627 content/shell/browser/webkit_test_controller.cc state = PageState::CreateFromURL( state 630 content/shell/browser/webkit_test_controller.cc history.push_back(state); state 18 content/shell/renderer/test_runner/MockWebRTCDataChannelHandler.cpp DataChannelReadyStateTask(MockWebRTCDataChannelHandler* object, WebRTCDataChannelHandlerClient* dataChannelClient, WebRTCDataChannelHandlerClient::ReadyState state) state 21 content/shell/renderer/test_runner/MockWebRTCDataChannelHandler.cpp , m_state(state) state 72 content/shell/renderer/test_runner/TestPlugin.cpp const char* pointState(WebTouchPoint::State state) state 74 content/shell/renderer/test_runner/TestPlugin.cpp switch (state) { state 97 content/shell/renderer/test_runner/TestPlugin.cpp pointState(points[i].state)); state 23 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp SkColor bgColors(WebThemeEngine::State state) { state 24 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp switch (state) { state 227 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp void markState(SkCanvas *canvas, SkIRect irect, WebThemeEngine::State state) state 237 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp switch (state) { state 289 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp WebThemeEngine::State state, state 326 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp box(canvas, irect, bgColors(state)); state 332 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp markState(canvas, irect, state); state 336 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp box(canvas, irect, bgColors(state)); state 345 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp box(canvas, irect, bgColors(state)); state 354 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp box(canvas, irect, bgColors(state)); state 360 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp markState(canvas, irect, state); state 367 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp bgColors(state), bgColors(state)); state 382 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp markState(canvas, irect, state); state 390 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp bgColors(state), bgColors(state)); state 405 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp markState(canvas, irect, state); state 415 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp longOffset, bgColors(state), edgeColor); state 419 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp longOffset, bgColors(state), edgeColor); state 422 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp markState(canvas, irect, state); state 432 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp shortOffset, bgColors(state), edgeColor); state 436 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp noOffset, bgColors(state), edgeColor); state 439 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp markState(canvas, irect, state); state 458 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp bgColors(state), edgeColor); state 464 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp bgColors(state), edgeColor); state 467 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp box(canvas, irect, bgColors(state)); state 475 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp circle(canvas, irect, SkIntToScalar(halfHeight), bgColors(state)); state 478 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp circle(canvas, irect, SkIntToScalar(halfHeight), bgColors(state)); state 483 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp roundRect(canvas, irect, bgColors(state)); state 484 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp markState(canvas, irect, state); state 496 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp markState(canvas, irect, state); state 520 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp if (state == WebThemeEngine::StateFocused) // FIXME: draw differenty? state 521 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp state = WebThemeEngine::StateNormal; state 522 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp box(canvas, irect, bgColors(state)); state 535 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp if (state == WebThemeEngine::StateFocused) // FIXME: draw differently? state 536 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp state = WebThemeEngine::StateNormal; state 539 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp box(canvas, lirect, bgColors(state)); state 544 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp box(canvas, lirect, bgColors(state)); state 552 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp if (state == WebThemeEngine::StateFocused) // FIXME: draw differently? state 553 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp state = WebThemeEngine::StateNormal; state 554 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp oval(canvas, irect, bgColors(state)); state 562 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp state = blink::WebThemeEngine::StateDisabled; state 565 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp box(canvas, lirect, bgColors(state)); state 579 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp box(canvas, lirect, bgColors(state)); state 585 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp markState(canvas, irect, state); state 589 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp paint.setColor(bgColors(state)); state 609 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp markState(canvas, irect, state); state 1405 content/shell/renderer/test_runner/event_sender.cc touch_point->state = WebTouchPoint::StateReleased; state 1412 content/shell/renderer/test_runner/event_sender.cc touch_point->state = WebTouchPoint::StateMoved; state 1421 content/shell/renderer/test_runner/event_sender.cc touch_point->state = WebTouchPoint::StateCancelled; state 1555 content/shell/renderer/test_runner/event_sender.cc touch_point.state = WebTouchPoint::StatePressed; state 1793 content/shell/renderer/test_runner/event_sender.cc if (touch_point->state == WebTouchPoint::StateReleased) { state 1797 content/shell/renderer/test_runner/event_sender.cc touch_point->state = WebTouchPoint::StateStationary; state 118 content/worker/websharedworkerclient_proxy.cc const blink::WebString& state) { state 120 content/worker/websharedworkerclient_proxy.cc devtools_agent_->SaveDevToolsAgentState(state); state 158 device/bluetooth/bluetooth_adapter_win.cc const BluetoothTaskManagerWin::AdapterState& state) { state 160 device/bluetooth/bluetooth_adapter_win.cc name_ = state.name; state 162 device/bluetooth/bluetooth_adapter_win.cc bool is_present = !state.address.empty(); state 163 device/bluetooth/bluetooth_adapter_win.cc address_ = state.address; state 168 device/bluetooth/bluetooth_adapter_win.cc if (powered_ != state.powered) { state 169 device/bluetooth/bluetooth_adapter_win.cc powered_ = state.powered; state 64 device/bluetooth/bluetooth_adapter_win.h const BluetoothTaskManagerWin::AdapterState& state) OVERRIDE; state 24 device/bluetooth/bluetooth_adapter_win_unittest.cc device::BluetoothTaskManagerWin::DeviceState* state) { state 25 device/bluetooth/bluetooth_adapter_win_unittest.cc state->name = name; state 26 device/bluetooth/bluetooth_adapter_win_unittest.cc state->address = address; state 27 device/bluetooth/bluetooth_adapter_win_unittest.cc state->bluetooth_class = 0; state 28 device/bluetooth/bluetooth_adapter_win_unittest.cc state->authenticated = false; state 29 device/bluetooth/bluetooth_adapter_win_unittest.cc state->connected = false; state 160 device/bluetooth/bluetooth_adapter_win_unittest.cc BluetoothTaskManagerWin::AdapterState state; state 161 device/bluetooth/bluetooth_adapter_win_unittest.cc adapter_win_->AdapterStateChanged(state); state 166 device/bluetooth/bluetooth_adapter_win_unittest.cc BluetoothTaskManagerWin::AdapterState state; state 167 device/bluetooth/bluetooth_adapter_win_unittest.cc state.address = kAdapterAddress; state 168 device/bluetooth/bluetooth_adapter_win_unittest.cc state.name = kAdapterName; state 169 device/bluetooth/bluetooth_adapter_win_unittest.cc adapter_win_->AdapterStateChanged(state); state 174 device/bluetooth/bluetooth_adapter_win_unittest.cc BluetoothTaskManagerWin::AdapterState state; state 175 device/bluetooth/bluetooth_adapter_win_unittest.cc state.address = kAdapterAddress; state 176 device/bluetooth/bluetooth_adapter_win_unittest.cc state.name = kAdapterName; state 177 device/bluetooth/bluetooth_adapter_win_unittest.cc adapter_win_->AdapterStateChanged(state); state 179 device/bluetooth/bluetooth_adapter_win_unittest.cc adapter_win_->AdapterStateChanged(state); state 187 device/bluetooth/bluetooth_adapter_win_unittest.cc BluetoothTaskManagerWin::AdapterState state; state 188 device/bluetooth/bluetooth_adapter_win_unittest.cc state.powered = true; state 189 device/bluetooth/bluetooth_adapter_win_unittest.cc adapter_win_->AdapterStateChanged(state); state 191 device/bluetooth/bluetooth_adapter_win_unittest.cc adapter_win_->AdapterStateChanged(state); state 193 device/bluetooth/bluetooth_adapter_win_unittest.cc state.powered = false; state 194 device/bluetooth/bluetooth_adapter_win_unittest.cc adapter_win_->AdapterStateChanged(state); state 201 device/bluetooth/bluetooth_adapter_win_unittest.cc BluetoothTaskManagerWin::AdapterState state; state 202 device/bluetooth/bluetooth_adapter_win_unittest.cc adapter_win_->AdapterStateChanged(state); state 28 device/bluetooth/bluetooth_device_win.cc const BluetoothTaskManagerWin::DeviceState& state) state 30 device/bluetooth/bluetooth_device_win.cc name_ = state.name; state 31 device/bluetooth/bluetooth_device_win.cc address_ = state.address; state 32 device/bluetooth/bluetooth_device_win.cc bluetooth_class_ = state.bluetooth_class; state 33 device/bluetooth/bluetooth_device_win.cc visible_ = state.visible; state 34 device/bluetooth/bluetooth_device_win.cc connected_ = state.connected; state 35 device/bluetooth/bluetooth_device_win.cc paired_ = state.authenticated; state 38 device/bluetooth/bluetooth_device_win.cc iter = state.service_record_states.begin(); state 39 device/bluetooth/bluetooth_device_win.cc iter != state.service_record_states.end(); state 23 device/bluetooth/bluetooth_device_win.h const BluetoothTaskManagerWin::DeviceState& state); state 35 device/bluetooth/bluetooth_task_manager_win.cc device::BluetoothTaskManagerWin::AdapterState* state) { state 53 device/bluetooth/bluetooth_task_manager_win.cc state->name = name; state 54 device/bluetooth/bluetooth_task_manager_win.cc state->address = address; state 55 device/bluetooth/bluetooth_task_manager_win.cc state->powered = powered; state 59 device/bluetooth/bluetooth_task_manager_win.cc device::BluetoothTaskManagerWin::DeviceState* state) { state 60 device/bluetooth/bluetooth_task_manager_win.cc state->name = base::SysWideToUTF8(device_info.szName); state 61 device/bluetooth/bluetooth_task_manager_win.cc state->address = base::StringPrintf("%02X:%02X:%02X:%02X:%02X:%02X", state 68 device/bluetooth/bluetooth_task_manager_win.cc state->bluetooth_class = device_info.ulClassofDevice; state 69 device/bluetooth/bluetooth_task_manager_win.cc state->visible = true; state 70 device/bluetooth/bluetooth_task_manager_win.cc state->connected = !!device_info.fConnected; state 71 device/bluetooth/bluetooth_task_manager_win.cc state->authenticated = !!device_info.fAuthenticated; state 130 device/bluetooth/bluetooth_task_manager_win.cc AdapterState* state = new AdapterState(); state 135 device/bluetooth/bluetooth_task_manager_win.cc base::Owned(state))); state 173 device/bluetooth/bluetooth_task_manager_win.cc void BluetoothTaskManagerWin::OnAdapterStateChanged(const AdapterState* state) { state 176 device/bluetooth/bluetooth_task_manager_win.cc AdapterStateChanged(*state)); state 236 device/bluetooth/bluetooth_task_manager_win.cc AdapterState* state = new AdapterState(); state 237 device/bluetooth/bluetooth_task_manager_win.cc GetAdapterState(adapter_handle_, state); state 242 device/bluetooth/bluetooth_task_manager_win.cc base::Owned(state))); state 63 device/bluetooth/bluetooth_task_manager_win.h virtual void AdapterStateChanged(const AdapterState& state) {} state 98 device/bluetooth/bluetooth_task_manager_win.h void OnAdapterStateChanged(const AdapterState* state); state 27 device/bluetooth/bluetooth_task_manager_win_unittest.cc const device::BluetoothTaskManagerWin::AdapterState& state) OVERRIDE { state 1144 extensions/browser/extension_prefs.cc int state = -1; state 1145 extensions/browser/extension_prefs.cc if (!extension || !extension->GetInteger(kPrefState, &state)) state 1148 extensions/browser/extension_prefs.cc if (state < 0 || state >= Extension::NUM_STATES) { state 1153 extensions/browser/extension_prefs.cc return state == check_state; state 1235 extensions/browser/extension_prefs.cc Extension::State state) { state 1237 extensions/browser/extension_prefs.cc new base::FundamentalValue(state)); state 1238 extensions/browser/extension_prefs.cc bool enabled = (state == Extension::ENABLED); state 1246 extensions/browser/extension_prefs.cc BlacklistState state) { state 1247 extensions/browser/extension_prefs.cc SetExtensionBlacklisted(extension_id, state == BLACKLISTED_MALWARE); state 1249 extensions/browser/extension_prefs.cc new base::FundamentalValue(state)); state 207 extensions/browser/extension_prefs.h BlacklistState state); state 36 extensions/browser/extension_prefs_observer.h bool state) {} state 100 google_apis/drive/auth_service.cc if (error.state() == GoogleServiceAuthError::CONNECTION_FAILED) { state 105 google_apis/drive/auth_service.cc } else if (error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE) { state 387 google_apis/gaia/gaia_auth_fetcher_unittest.cc EXPECT_EQ(error.state(), GoogleServiceAuthError::CAPTCHA_REQUIRED); state 398 google_apis/gaia/gaia_auth_fetcher_unittest.cc EXPECT_EQ(error.state(), GoogleServiceAuthError::ACCOUNT_DELETED); state 406 google_apis/gaia/gaia_auth_fetcher_unittest.cc EXPECT_EQ(error.state(), GoogleServiceAuthError::ACCOUNT_DISABLED); state 414 google_apis/gaia/gaia_auth_fetcher_unittest.cc EXPECT_EQ(error.state(), GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); state 422 google_apis/gaia/gaia_auth_fetcher_unittest.cc EXPECT_EQ(error.state(), GoogleServiceAuthError::SERVICE_UNAVAILABLE); state 430 google_apis/gaia/gaia_auth_fetcher_unittest.cc EXPECT_EQ(error.state(), GoogleServiceAuthError::SERVICE_UNAVAILABLE); state 77 google_apis/gaia/google_service_auth_error.cc State state, state 79 google_apis/gaia/google_service_auth_error.cc : state_(state), state 172 google_apis/gaia/google_service_auth_error.h State state() const; state 190 google_apis/gaia/google_service_auth_error.h GoogleServiceAuthError(State state, const std::string& error_message); state 21 google_apis/gaia/google_service_auth_error_unittest.cc void TestSimpleState(GoogleServiceAuthError::State state) { state 22 google_apis/gaia/google_service_auth_error_unittest.cc GoogleServiceAuthError error(state); state 74 google_apis/gaia/oauth2_token_service.cc if (error.state() == GoogleServiceAuthError::NONE) state 303 google_apis/gaia/oauth2_token_service.cc GoogleServiceAuthError::State error_state = error.state(); state 134 google_apis/gaia/oauth_request_signer.cc ParseQueryState state; state 137 google_apis/gaia/oauth_request_signer.cc state = START_STATE; state 142 google_apis/gaia/oauth_request_signer.cc switch (state) { state 149 google_apis/gaia/oauth_request_signer.cc state = START_STATE; state 152 google_apis/gaia/oauth_request_signer.cc state = VALUE_STATE; state 165 google_apis/gaia/oauth_request_signer.cc state = KEYWORD_STATE; state 176 google_apis/gaia/oauth_request_signer.cc state = START_STATE; state 184 google_apis/gaia/oauth_request_signer.cc switch (state) { state 164 google_apis/gcm/engine/connection_handler_impl.cc void ConnectionHandlerImpl::WaitForData(ProcessingState state) { state 165 google_apis/gcm/engine/connection_handler_impl.cc DVLOG(1) << "Waiting for MCS data: state == " << state; state 191 google_apis/gcm/engine/connection_handler_impl.cc switch(state) { state 222 google_apis/gcm/engine/connection_handler_impl.cc state), state 240 google_apis/gcm/engine/connection_handler_impl.cc DVLOG(1) << "Processing MCS data: state == " << state; state 241 google_apis/gcm/engine/connection_handler_impl.cc switch(state) { state 76 google_apis/gcm/engine/connection_handler_impl.h void WaitForData(ProcessingState state); state 128 google_apis/gcm/engine/mcs_client.h State state() const { return state_; } state 111 gpu/command_buffer/client/cmd_buffer_helper.cc CommandBuffer::State state = command_buffer_->GetState(); state 115 gpu/command_buffer/client/cmd_buffer_helper.cc if (num_ring_buffer_entries > state.num_entries) { state 121 gpu/command_buffer/client/cmd_buffer_helper.cc put_ = state.put_offset; state 49 gpu/command_buffer/client/fenced_allocator.cc if (blocks_[i].state == FREE_PENDING_TOKEN) { state 76 gpu/command_buffer/client/fenced_allocator.cc if (block.state == FREE && block.size >= size) { state 84 gpu/command_buffer/client/fenced_allocator.cc if (blocks_[i].state != FREE_PENDING_TOKEN) state 97 gpu/command_buffer/client/fenced_allocator.cc DCHECK_NE(blocks_[index].state, FREE); state 100 gpu/command_buffer/client/fenced_allocator.cc if (block.state == IN_USE) state 103 gpu/command_buffer/client/fenced_allocator.cc block.state = FREE; state 112 gpu/command_buffer/client/fenced_allocator.cc if (block.state == IN_USE) state 114 gpu/command_buffer/client/fenced_allocator.cc block.state = FREE_PENDING_TOKEN; state 124 gpu/command_buffer/client/fenced_allocator.cc if (block.state == FREE) state 137 gpu/command_buffer/client/fenced_allocator.cc if (block.state == IN_USE) { state 141 gpu/command_buffer/client/fenced_allocator.cc DCHECK(block.state == FREE || block.state == FREE_PENDING_TOKEN); state 162 gpu/command_buffer/client/fenced_allocator.cc if (current.state == FREE && next.state == FREE) state 171 gpu/command_buffer/client/fenced_allocator.cc return blocks_.size() != 1 || blocks_[0].state != FREE; state 180 gpu/command_buffer/client/fenced_allocator.cc if (next.state == FREE) { state 187 gpu/command_buffer/client/fenced_allocator.cc if (prev.state == FREE) { state 200 gpu/command_buffer/client/fenced_allocator.cc DCHECK_EQ(block.state, FREE_PENDING_TOKEN); state 202 gpu/command_buffer/client/fenced_allocator.cc block.state = FREE; state 213 gpu/command_buffer/client/fenced_allocator.cc if (block.state == FREE_PENDING_TOKEN && state 215 gpu/command_buffer/client/fenced_allocator.cc block.state = FREE; state 229 gpu/command_buffer/client/fenced_allocator.cc DCHECK_EQ(block.state, FREE); state 233 gpu/command_buffer/client/fenced_allocator.cc block.state = IN_USE; state 237 gpu/command_buffer/client/fenced_allocator.cc block.state = IN_USE; state 101 gpu/command_buffer/client/fenced_allocator.h State state; state 662 gpu/command_buffer/client/gles2_implementation.cc bool state = false; state 663 gpu/command_buffer/client/gles2_implementation.cc if (!state_.GetEnabled(cap, &state)) { state 672 gpu/command_buffer/client/gles2_implementation.cc state = (*result) != 0; state 675 gpu/command_buffer/client/gles2_implementation.cc GPU_CLIENT_LOG("returned " << state); state 677 gpu/command_buffer/client/gles2_implementation.cc return state; state 3102 gpu/command_buffer/client/gles2_implementation.cc GetMultipleIntegervState state(pnames, count, results, size); state 3103 gpu/command_buffer/client/gles2_implementation.cc if (!GetMultipleIntegervSetup(&state)) { state 3106 gpu/command_buffer/client/gles2_implementation.cc state.buffer = transfer_buffer_->Alloc(state.transfer_buffer_size_needed); state 3107 gpu/command_buffer/client/gles2_implementation.cc if (!state.buffer) { state 3112 gpu/command_buffer/client/gles2_implementation.cc GetMultipleIntegervRequest(&state); state 3114 gpu/command_buffer/client/gles2_implementation.cc GetMultipleIntegervOnCompleted(&state); state 3118 gpu/command_buffer/client/gles2_implementation.cc for (int i = 0; i < state.num_results; ++i) { state 3124 gpu/command_buffer/client/gles2_implementation.cc transfer_buffer_->FreePendingToken(state.buffer, helper_->InsertToken()); state 3129 gpu/command_buffer/client/gles2_implementation.cc GetMultipleIntegervState* state) { state 3130 gpu/command_buffer/client/gles2_implementation.cc state->num_results = 0; state 3131 gpu/command_buffer/client/gles2_implementation.cc for (GLuint ii = 0; ii < state->pnames_count; ++ii) { state 3132 gpu/command_buffer/client/gles2_implementation.cc int num = util_.GLGetNumValuesReturned(state->pnames[ii]); state 3135 gpu/command_buffer/client/gles2_implementation.cc "glGetMultipleIntegervCHROMIUM", state->pnames[ii], "pname"); state 3138 gpu/command_buffer/client/gles2_implementation.cc state->num_results += num; state 3140 gpu/command_buffer/client/gles2_implementation.cc if (static_cast<size_t>(state->results_size) != state 3141 gpu/command_buffer/client/gles2_implementation.cc state->num_results * sizeof(GLint)) { state 3145 gpu/command_buffer/client/gles2_implementation.cc for (int ii = 0; ii < state->num_results; ++ii) { state 3146 gpu/command_buffer/client/gles2_implementation.cc if (state->results[ii] != 0) { state 3152 gpu/command_buffer/client/gles2_implementation.cc state->transfer_buffer_size_needed = state 3153 gpu/command_buffer/client/gles2_implementation.cc state->pnames_count * sizeof(state->pnames[0]) + state 3154 gpu/command_buffer/client/gles2_implementation.cc state->num_results * sizeof(state->results[0]); state 3159 gpu/command_buffer/client/gles2_implementation.cc GetMultipleIntegervState* state) { state 3160 gpu/command_buffer/client/gles2_implementation.cc GLenum* pnames_buffer = static_cast<GLenum*>(state->buffer); state 3161 gpu/command_buffer/client/gles2_implementation.cc state->results_buffer = pnames_buffer + state->pnames_count; state 3162 gpu/command_buffer/client/gles2_implementation.cc memcpy(pnames_buffer, state->pnames, state->pnames_count * sizeof(GLenum)); state 3163 gpu/command_buffer/client/gles2_implementation.cc memset(state->results_buffer, 0, state->num_results * sizeof(GLint)); state 3167 gpu/command_buffer/client/gles2_implementation.cc state->pnames_count, state 3169 gpu/command_buffer/client/gles2_implementation.cc transfer_buffer_->GetOffset(state->results_buffer), state 3170 gpu/command_buffer/client/gles2_implementation.cc state->results_size); state 3174 gpu/command_buffer/client/gles2_implementation.cc GetMultipleIntegervState* state) { state 3175 gpu/command_buffer/client/gles2_implementation.cc memcpy(state->results, state->results_buffer, state->results_size);; state 3179 gpu/command_buffer/client/gles2_implementation.cc GetAllShaderPrecisionFormatsState* state) { state 3180 gpu/command_buffer/client/gles2_implementation.cc state->transfer_buffer_size_needed = state 3181 gpu/command_buffer/client/gles2_implementation.cc state->precision_params_count * state 3186 gpu/command_buffer/client/gles2_implementation.cc GetAllShaderPrecisionFormatsState* state) { state 3188 gpu/command_buffer/client/gles2_implementation.cc Result* result = static_cast<Result*>(state->results_buffer); state 3190 gpu/command_buffer/client/gles2_implementation.cc for (int i = 0; i < state->precision_params_count; i++) { state 3192 gpu/command_buffer/client/gles2_implementation.cc helper_->GetShaderPrecisionFormat(state->precision_params[i][0], state 3193 gpu/command_buffer/client/gles2_implementation.cc state->precision_params[i][1], state 3201 gpu/command_buffer/client/gles2_implementation.cc GetAllShaderPrecisionFormatsState* state) { state 3203 gpu/command_buffer/client/gles2_implementation.cc Result* result = static_cast<Result*>(state->results_buffer); state 3205 gpu/command_buffer/client/gles2_implementation.cc for (int i = 0; i < state->precision_params_count; i++) { state 3208 gpu/command_buffer/client/gles2_implementation.cc state->precision_params[i][0], state->precision_params[i][1]); state 427 gpu/command_buffer/client/gles2_implementation.h GetMultipleIntegervState* state); state 429 gpu/command_buffer/client/gles2_implementation.h GetMultipleIntegervState* state); state 431 gpu/command_buffer/client/gles2_implementation.h GetMultipleIntegervState* state); state 448 gpu/command_buffer/client/gles2_implementation.h GetAllShaderPrecisionFormatsState* state); state 450 gpu/command_buffer/client/gles2_implementation.h GetAllShaderPrecisionFormatsState* state); state 452 gpu/command_buffer/client/gles2_implementation.h GetAllShaderPrecisionFormatsState* state); state 415 gpu/command_buffer/client/gles2_implementation_unittest.cc GLES2Implementation::GLStaticState state; state 416 gpu/command_buffer/client/gles2_implementation_unittest.cc GLES2Implementation::GLStaticState::IntState& int_state = state.int_state; state 2847 gpu/command_buffer/client/gles2_implementation_unittest.cc GLenum state = kStates[ii]; state 2848 gpu/command_buffer/client/gles2_implementation_unittest.cc expected.enable_cmd.Init(state); state 2849 gpu/command_buffer/client/gles2_implementation_unittest.cc GLboolean result = gl_->IsEnabled(state); state 2854 gpu/command_buffer/client/gles2_implementation_unittest.cc gl_->Enable(state); state 2858 gpu/command_buffer/client/gles2_implementation_unittest.cc result = gl_->IsEnabled(state); state 35 gpu/command_buffer/client/ring_buffer.cc DCHECK(block.state != IN_USE) state 37 gpu/command_buffer/client/ring_buffer.cc if (block.state == FREE_PENDING_TOKEN) { state 54 gpu/command_buffer/client/ring_buffer.cc DCHECK(blocks_.empty() || blocks_.back().state != IN_USE) state 89 gpu/command_buffer/client/ring_buffer.cc DCHECK(block.state == IN_USE) state 92 gpu/command_buffer/client/ring_buffer.cc block.state = FREE_PENDING_TOKEN; state 103 gpu/command_buffer/client/ring_buffer.cc if (block.token > last_token_read || block.state == IN_USE) break; state 77 gpu/command_buffer/client/ring_buffer.h state(_state) { state 82 gpu/command_buffer/client/ring_buffer.h State state; state 37 gpu/command_buffer/common/command_buffer_shared.h void Write(const T& state) { state 40 gpu/command_buffer/common/command_buffer_shared.h states_[towrite][index] = state; state 48 gpu/command_buffer/common/command_buffer_shared.h void Read(T* state) { state 54 gpu/command_buffer/common/command_buffer_shared.h if (states_[toread][index].generation - state->generation < 0x80000000U) state 55 gpu/command_buffer/common/command_buffer_shared.h *state = states_[toread][index]; state 27 gpu/command_buffer/common/command_buffer_shared_test.cc CommandBuffer::State state; state 29 gpu/command_buffer/common/command_buffer_shared_test.cc shared_state_->Read(&state); state 31 gpu/command_buffer/common/command_buffer_shared_test.cc EXPECT_LT(state.generation, 0x80000000); state 32 gpu/command_buffer/common/command_buffer_shared_test.cc EXPECT_EQ(state.get_offset, 0); state 33 gpu/command_buffer/common/command_buffer_shared_test.cc EXPECT_EQ(state.put_offset, 0); state 34 gpu/command_buffer/common/command_buffer_shared_test.cc EXPECT_EQ(state.token, -1); state 35 gpu/command_buffer/common/command_buffer_shared_test.cc EXPECT_EQ(state.error, gpu::error::kNoError); state 36 gpu/command_buffer/common/command_buffer_shared_test.cc EXPECT_EQ(state.context_lost_reason, gpu::error::kUnknown); state 43 gpu/command_buffer/common/command_buffer_shared_test.cc CommandBuffer::State state; state 45 gpu/command_buffer/common/command_buffer_shared_test.cc state.token = i - 1; state 46 gpu/command_buffer/common/command_buffer_shared_test.cc state.get_offset = i + 1; state 47 gpu/command_buffer/common/command_buffer_shared_test.cc state.generation = i + 2; state 48 gpu/command_buffer/common/command_buffer_shared_test.cc state.error = static_cast<gpu::error::Error>(i + 3); state 53 gpu/command_buffer/common/command_buffer_shared_test.cc shared_state->Write(state); state 71 gpu/command_buffer/common/command_buffer_shared_test.cc CommandBuffer::State state = last_state; state 73 gpu/command_buffer/common/command_buffer_shared_test.cc shared_state_->Read(&state); state 75 gpu/command_buffer/common/command_buffer_shared_test.cc if (state.generation < last_state.generation) state 78 gpu/command_buffer/common/command_buffer_shared_test.cc if (state.get_offset >= 1) { state 79 gpu/command_buffer/common/command_buffer_shared_test.cc buffer[state.get_offset - 1] = 1; state 81 gpu/command_buffer/common/command_buffer_shared_test.cc EXPECT_LE(last_state.token, state.token); state 82 gpu/command_buffer/common/command_buffer_shared_test.cc EXPECT_LE(last_state.generation, state.generation); state 83 gpu/command_buffer/common/command_buffer_shared_test.cc last_state = state; state 84 gpu/command_buffer/common/command_buffer_shared_test.cc EXPECT_EQ(state.token, state.get_offset - 2); state 85 gpu/command_buffer/common/command_buffer_shared_test.cc EXPECT_EQ(state.generation, state 86 gpu/command_buffer/common/command_buffer_shared_test.cc static_cast<unsigned int>(state.get_offset) + 1); state 87 gpu/command_buffer/common/command_buffer_shared_test.cc EXPECT_EQ(state.error, state.get_offset + 2); state 89 gpu/command_buffer/common/command_buffer_shared_test.cc if (state.get_offset == kSize) state 36 gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc AsyncPixelTransferManagerIdle::SharedState* state, state 395 gpu/command_buffer/service/buffer_manager.cc ContextState* state, GLenum target) { state 398 gpu/command_buffer/service/buffer_manager.cc return state->bound_array_buffer.get(); state 400 gpu/command_buffer/service/buffer_manager.cc return state->vertex_attrib_manager->element_array_buffer(); state 238 gpu/command_buffer/service/buffer_manager.h Buffer* GetBufferInfoForTarget(ContextState* state, GLenum target); state 41 gpu/command_buffer/service/command_buffer_service.cc State state; state 42 gpu/command_buffer/service/command_buffer_service.cc state.num_entries = num_entries_; state 43 gpu/command_buffer/service/command_buffer_service.cc state.get_offset = get_offset_; state 44 gpu/command_buffer/service/command_buffer_service.cc state.put_offset = put_offset_; state 45 gpu/command_buffer/service/command_buffer_service.cc state.token = token_; state 46 gpu/command_buffer/service/command_buffer_service.cc state.error = error_; state 47 gpu/command_buffer/service/command_buffer_service.cc state.context_lost_reason = context_lost_reason_; state 48 gpu/command_buffer/service/command_buffer_service.cc state.generation = ++generation_; state 50 gpu/command_buffer/service/command_buffer_service.cc return state; state 63 gpu/command_buffer/service/command_buffer_service.cc CommandBufferService::State state = GetState(); state 64 gpu/command_buffer/service/command_buffer_service.cc shared_state_->Write(state); state 66 gpu/command_buffer/service/command_buffer_service_unittest.cc CommandBuffer::State state = command_buffer_->GetState(); state 67 gpu/command_buffer/service/command_buffer_service_unittest.cc EXPECT_EQ(0, state.get_offset); state 68 gpu/command_buffer/service/command_buffer_service_unittest.cc EXPECT_EQ(0, state.put_offset); state 69 gpu/command_buffer/service/command_buffer_service_unittest.cc EXPECT_EQ(0, state.token); state 70 gpu/command_buffer/service/command_buffer_service_unittest.cc EXPECT_EQ(error::kNoError, state.error); state 309 gpu/command_buffer/service/gles2_cmd_decoder.cc explicit ScopedTextureBinder(ContextState* state, GLuint id, GLenum target); state 322 gpu/command_buffer/service/gles2_cmd_decoder.cc explicit ScopedRenderBufferBinder(ContextState* state, GLuint id); state 401 gpu/command_buffer/service/gles2_cmd_decoder.cc explicit BackTexture(MemoryTracker* memory_tracker, ContextState* state); state 444 gpu/command_buffer/service/gles2_cmd_decoder.cc ContextState* state); state 1813 gpu/command_buffer/service/gles2_cmd_decoder.cc static void RestoreCurrentTextureBindings(ContextState* state, GLenum target) { state 1814 gpu/command_buffer/service/gles2_cmd_decoder.cc TextureUnit& info = state->texture_units[0]; state 1841 gpu/command_buffer/service/gles2_cmd_decoder.cc glActiveTexture(GL_TEXTURE0 + state->active_texture_unit); state 1844 gpu/command_buffer/service/gles2_cmd_decoder.cc ScopedTextureBinder::ScopedTextureBinder(ContextState* state, state 1847 gpu/command_buffer/service/gles2_cmd_decoder.cc : state_(state), state 1864 gpu/command_buffer/service/gles2_cmd_decoder.cc ScopedRenderBufferBinder::ScopedRenderBufferBinder(ContextState* state, state 1866 gpu/command_buffer/service/gles2_cmd_decoder.cc : state_(state) { state 1966 gpu/command_buffer/service/gles2_cmd_decoder.cc ContextState* state) state 1968 gpu/command_buffer/service/gles2_cmd_decoder.cc state_(state), state 2078 gpu/command_buffer/service/gles2_cmd_decoder.cc ContextState* state) state 2081 gpu/command_buffer/service/gles2_cmd_decoder.cc state_(state), state 61 gpu/command_buffer/service/gles2_cmd_decoder_mock.h RestoreAllTextureUnitBindings, void(const ContextState* state)); state 151 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc ContextState* state, uint32 non_default_unit, uint32 active_unit); state 169 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc ContextState* state, uint32 non_default_unit, uint32 active_unit) { state 170 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc state->texture_units.resize(group().max_texture_units()); state 171 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc for (uint32 tt = 0; tt < state->texture_units.size(); ++tt) { state 174 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc state->texture_units[tt].bound_texture_cube_map = ref_cube_map; state 179 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc state->texture_units[tt].bound_texture_2d = ref_2d; state 181 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc state->active_texture_unit = active_unit; state 7145 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc GLenum state = kStates[ii]; state 7146 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc enable_cmd.Init(state); state 7151 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc is_enabled_cmd.Init(state, shared_memory_id_, shared_memory_offset_); state 7155 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc disable_cmd.Init(state); state 50 gpu/command_buffer/service/gpu_scheduler.cc CommandBuffer::State state = command_buffer_->GetState(); state 54 gpu/command_buffer/service/gpu_scheduler.cc DCHECK_EQ(state.get_offset, state.put_offset); state 58 gpu/command_buffer/service/gpu_scheduler.cc parser_->set_put(state.put_offset); state 59 gpu/command_buffer/service/gpu_scheduler.cc if (state.error != error::kNoError) state 82 gpu/command_buffer/service/gpu_scheduler_unittest.cc CommandBuffer::State state; state 84 gpu/command_buffer/service/gpu_scheduler_unittest.cc state.put_offset = 0; state 86 gpu/command_buffer/service/gpu_scheduler_unittest.cc .WillRepeatedly(Return(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 120 gpu/command_buffer/service/gpu_scheduler_unittest.cc state.put_offset = 2; state 122 gpu/command_buffer/service/gpu_scheduler_unittest.cc .WillRepeatedly(Return(state)); state 142 gpu/command_buffer/service/gpu_scheduler_unittest.cc CommandBuffer::State state; state 144 gpu/command_buffer/service/gpu_scheduler_unittest.cc state.put_offset = 3; state 146 gpu/command_buffer/service/gpu_scheduler_unittest.cc .WillRepeatedly(Return(state)); state 164 gpu/command_buffer/service/gpu_scheduler_unittest.cc CommandBuffer::State state; state 166 gpu/command_buffer/service/gpu_scheduler_unittest.cc state.put_offset = 1; state 168 gpu/command_buffer/service/gpu_scheduler_unittest.cc .WillRepeatedly(Return(state)); state 185 gpu/command_buffer/service/gpu_scheduler_unittest.cc CommandBuffer::State state; state 186 gpu/command_buffer/service/gpu_scheduler_unittest.cc state.error = error::kGenericError; state 189 gpu/command_buffer/service/gpu_scheduler_unittest.cc .WillRepeatedly(Return(state)); state 21 gpu/command_buffer/service/gpu_state_tracer.cc static scoped_refptr<Snapshot> Create(const ContextState* state); state 30 gpu/command_buffer/service/gpu_state_tracer.cc explicit Snapshot(const ContextState* state); state 43 gpu/command_buffer/service/gpu_state_tracer.cc Snapshot::Snapshot(const ContextState* state) : state_(state) {} state 45 gpu/command_buffer/service/gpu_state_tracer.cc scoped_refptr<Snapshot> Snapshot::Create(const ContextState* state) { state 46 gpu/command_buffer/service/gpu_state_tracer.cc return scoped_refptr<Snapshot>(new Snapshot(state)); state 100 gpu/command_buffer/service/gpu_state_tracer.cc scoped_ptr<GPUStateTracer> GPUStateTracer::Create(const ContextState* state) { state 101 gpu/command_buffer/service/gpu_state_tracer.cc return scoped_ptr<GPUStateTracer>(new GPUStateTracer(state)); state 104 gpu/command_buffer/service/gpu_state_tracer.cc GPUStateTracer::GPUStateTracer(const ContextState* state) : state_(state) { state 23 gpu/command_buffer/service/gpu_state_tracer.h static scoped_ptr<GPUStateTracer> Create(const ContextState* state); state 30 gpu/command_buffer/service/gpu_state_tracer.h explicit GPUStateTracer(const ContextState* state); state 1384 gpu/command_buffer/service/texture_manager.cc ContextState* state, GLenum target) { state 1385 gpu/command_buffer/service/texture_manager.cc TextureUnit& unit = state->texture_units[state->active_texture_unit]; state 1414 gpu/command_buffer/service/texture_manager.cc ContextState* state, GLenum target) { state 1415 gpu/command_buffer/service/texture_manager.cc TextureRef* texture = GetTextureInfoForTarget(state, target); state 1424 gpu/command_buffer/service/texture_manager.cc ContextState* state, state 1428 gpu/command_buffer/service/texture_manager.cc ErrorState* error_state = state->GetErrorState(); state 1461 gpu/command_buffer/service/texture_manager.cc TextureRef* local_texture_ref = GetTextureInfoForTarget(state, args.target); state 1491 gpu/command_buffer/service/texture_manager.cc ContextState* state, state 1495 gpu/command_buffer/service/texture_manager.cc if (!ValidateTexImage2D(state, "glTexImage2D", args, &texture_ref)) { state 1499 gpu/command_buffer/service/texture_manager.cc DoTexImage2D(texture_state, state->GetErrorState(), framebuffer_state, state 705 gpu/command_buffer/service/texture_manager.h ContextState* state, state 714 gpu/command_buffer/service/texture_manager.h ContextState* state, state 720 gpu/command_buffer/service/texture_manager.h TextureRef* GetTextureInfoForTarget(ContextState* state, GLenum target); state 722 gpu/command_buffer/service/texture_manager.h ContextState* state, GLenum target); state 262 gpu/command_buffer/tests/gl_manager.cc ::gpu::CommandBuffer::State state = command_buffer_->GetState(); state 264 gpu/command_buffer/tests/gl_manager.cc ASSERT_EQ(::gpu::error::kNoError, state.error); state 50 jingle/glue/chrome_async_socket.h virtual State state() OVERRIDE; state 204 jingle/glue/chrome_async_socket_unittest.cc state(ChromeAsyncSocket::STATE_CLOSED), state 210 jingle/glue/chrome_async_socket_unittest.cc ChromeAsyncSocket::State state, state 214 jingle/glue/chrome_async_socket_unittest.cc state(state), state 221 jingle/glue/chrome_async_socket_unittest.cc (state == other.state) && state 230 jingle/glue/chrome_async_socket_unittest.cc async_socket->state(), state 237 jingle/glue/chrome_async_socket_unittest.cc Signal signal, buzz::AsyncSocket::State state) { state 238 jingle/glue/chrome_async_socket_unittest.cc return SignalSocketState(signal, 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 280 jingle/glue/chrome_async_socket_unittest.cc EXPECT_EQ(state, chrome_async_socket_->state()); state 285 jingle/glue/chrome_async_socket_unittest.cc void ExpectNonErrorState(ChromeAsyncSocket::State state) { state 286 jingle/glue/chrome_async_socket_unittest.cc ExpectState(state, ChromeAsyncSocket::ERROR_NONE, net::OK); state 289 jingle/glue/chrome_async_socket_unittest.cc void ExpectErrorState(ChromeAsyncSocket::State state, state 291 jingle/glue/chrome_async_socket_unittest.cc ExpectState(state, error, net::OK); state 355 jingle/glue/chrome_async_socket_unittest.cc EXPECT_EQ(ChromeAsyncSocket::STATE_OPEN, chrome_async_socket_->state()); state 384 jingle/glue/chrome_async_socket_unittest.cc chrome_async_socket_->state()); state 136 jingle/glue/fake_ssl_client_socket.cc HandshakeState state = next_handshake_state_; state 138 jingle/glue/fake_ssl_client_socket.cc switch (state) { state 150 jingle/glue/fake_ssl_client_socket.cc LOG(DFATAL) << "unexpected state: " << state; state 20 jingle/notifier/base/fake_base_task.cc MOCK_METHOD0(state, State()); state 92 jingle/notifier/base/xmpp_connection.cc void XmppConnection::OnStateChange(buzz::XmppEngine::State state) { state 94 jingle/notifier/base/xmpp_connection.cc VLOG(1) << "XmppClient state changed to " << state; state 103 jingle/notifier/base/xmpp_connection.cc switch (state) { state 83 jingle/notifier/base/xmpp_connection.h void OnStateChange(buzz::XmppEngine::State state); state 127 jingle/notifier/communicator/single_login_attempt_unittest.cc EXPECT_EQ(CONNECTED, fake_delegate_.state()); state 136 jingle/notifier/communicator/single_login_attempt_unittest.cc EXPECT_EQ(IDLE, fake_delegate_.state()); state 139 jingle/notifier/communicator/single_login_attempt_unittest.cc EXPECT_EQ(SETTINGS_EXHAUSTED, fake_delegate_.state()); state 147 jingle/notifier/communicator/single_login_attempt_unittest.cc EXPECT_EQ(CONNECTED, fake_delegate_.state()); state 175 jingle/notifier/communicator/single_login_attempt_unittest.cc EXPECT_EQ(REDIRECTED, fake_delegate_.state()); state 190 jingle/notifier/communicator/single_login_attempt_unittest.cc EXPECT_EQ(REDIRECTED, fake_delegate_.state()); state 205 jingle/notifier/communicator/single_login_attempt_unittest.cc EXPECT_EQ(REDIRECTED, fake_delegate_.state()); state 220 jingle/notifier/communicator/single_login_attempt_unittest.cc EXPECT_EQ(REDIRECTED, fake_delegate_.state()); state 229 jingle/notifier/communicator/single_login_attempt_unittest.cc EXPECT_EQ(IDLE, fake_delegate_.state()); state 238 jingle/notifier/communicator/single_login_attempt_unittest.cc EXPECT_EQ(IDLE, fake_delegate_.state()); state 247 jingle/notifier/communicator/single_login_attempt_unittest.cc EXPECT_EQ(IDLE, fake_delegate_.state()); state 254 jingle/notifier/communicator/single_login_attempt_unittest.cc EXPECT_EQ(CREDENTIALS_REJECTED, fake_delegate_.state()); state 101 media/audio/alsa/alsa_output.cc AlsaPcmOutputStream::InternalState state) { state 102 media/audio/alsa/alsa_output.cc switch (state) { state 177 media/audio/alsa/alsa_output.cc InternalState current_state = state(); state 187 media/audio/alsa/alsa_output.cc if (state() == kInError) state 191 media/audio/alsa/alsa_output.cc NOTREACHED() << "Invalid state: " << state(); state 245 media/audio/alsa/alsa_output.cc if (state() != kIsClosed) state 403 media/audio/alsa/alsa_output.cc if (state() != kIsPlaying) state 460 media/audio/alsa/alsa_output.cc if (state() == kIsStopped) state 473 media/audio/alsa/alsa_output.cc if (stop_stream_ || state() != kIsPlaying) state 143 media/audio/alsa/alsa_output.h InternalState state(); state 213 media/audio/alsa/alsa_output_unittest.cc EXPECT_EQ(AlsaPcmOutputStream::kCreated, test_stream->state()); state 218 media/audio/alsa/alsa_output_unittest.cc EXPECT_EQ(AlsaPcmOutputStream::kCreated, test_stream->state()); state 223 media/audio/alsa/alsa_output_unittest.cc EXPECT_EQ(AlsaPcmOutputStream::kCreated, test_stream->state()); state 234 media/audio/alsa/alsa_output_unittest.cc EXPECT_EQ(AlsaPcmOutputStream::kInError, test_stream->state()); state 245 media/audio/alsa/alsa_output_unittest.cc EXPECT_EQ(AlsaPcmOutputStream::kInError, test_stream->state()); state 343 media/audio/alsa/alsa_output_unittest.cc EXPECT_EQ(AlsaPcmOutputStream::kIsOpened, test_stream->state()); state 365 media/audio/alsa/alsa_output_unittest.cc ASSERT_EQ(AlsaPcmOutputStream::kInError, test_stream->state()); state 393 media/audio/alsa/alsa_output_unittest.cc EXPECT_EQ(AlsaPcmOutputStream::kInError, test_stream->state()); state 827 media/audio/alsa/alsa_output_unittest.cc DVLOG(1) << test_stream->state(); state 831 media/audio/alsa/alsa_output_unittest.cc DVLOG(1) << test_stream->state(); state 840 media/audio/alsa/alsa_output_unittest.cc DVLOG(1) << test_stream->state(); state 842 media/audio/alsa/alsa_output_unittest.cc DVLOG(1) << test_stream->state(); state 303 media/audio/android/opensles_output.cc SLuint32 state; state 304 media/audio/android/opensles_output.cc SLresult err = (*player_)->GetPlayState(player_, &state); state 309 media/audio/android/opensles_output.cc if (state != SL_PLAYSTATE_PLAYING) { state 154 media/audio/audio_input_device.cc AudioInputIPCDelegate::State state) { state 163 media/audio/audio_input_device.cc switch (state) { state 108 media/audio/audio_input_device.h AudioInputIPCDelegate::State state) OVERRIDE; state 42 media/audio/audio_input_ipc.h virtual void OnStateChanged(State state) = 0; state 173 media/audio/audio_low_latency_input_output_unittest.cc const AudioDelayState state = delay_states_[elements_written]; state 175 media/audio/audio_low_latency_input_output_unittest.cc state.delta_time_ms, state 176 media/audio/audio_low_latency_input_output_unittest.cc state.buffer_delay_ms, state 177 media/audio/audio_low_latency_input_output_unittest.cc state.input_delay_ms, state 178 media/audio/audio_low_latency_input_output_unittest.cc state.output_delay_ms); state 179 media/audio/audio_output_device.cc void AudioOutputDevice::OnStateChanged(AudioOutputIPCDelegate::State state) { state 188 media/audio/audio_output_device.cc switch (state) { state 107 media/audio/audio_output_device.h virtual void OnStateChanged(AudioOutputIPCDelegate::State state) OVERRIDE; state 31 media/audio/audio_output_ipc.h virtual void OnStateChanged(State state) = 0; state 129 media/audio/sounds/audio_stream_handler.cc AudioBuffersState state) OVERRIDE { state 130 media/audio/sounds/audio_stream_handler.cc return OnMoreData(dest, state); state 542 media/audio/win/audio_low_latency_input_win.cc DWORD state = DEVICE_STATE_DISABLED; state 543 media/audio/win/audio_low_latency_input_win.cc hr = endpoint_device_->GetState(&state); state 547 media/audio/win/audio_low_latency_input_win.cc if (!(state & DEVICE_STATE_ACTIVE)) { state 410 media/audio/win/audio_low_latency_output_win_unittest.cc AudioBuffersState state(0, bytes_per_packet); state 413 media/audio/win/audio_low_latency_output_win_unittest.cc EXPECT_CALL(source, OnMoreData(NotNull(), HasValidDelay(state))) state 614 media/audio/win/audio_low_latency_output_win_unittest.cc AudioBuffersState state(0, bytes_per_packet); state 617 media/audio/win/audio_low_latency_output_win_unittest.cc EXPECT_CALL(source, OnMoreData(NotNull(), HasValidDelay(state))) state 655 media/audio/win/audio_low_latency_output_win_unittest.cc AudioBuffersState state(0, bytes_per_packet); state 658 media/audio/win/audio_low_latency_output_win_unittest.cc EXPECT_CALL(source, OnMoreData(NotNull(), HasValidDelay(state))) state 261 media/audio/win/core_audio_util_win.cc DWORD state = DEVICE_STATE_DISABLED; state 262 media/audio/win/core_audio_util_win.cc hr = endpoint_device->GetState(&state); state 264 media/audio/win/core_audio_util_win.cc if (!(state & DEVICE_STATE_ACTIVE)) { state 670 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java int state = intent.getIntExtra("state", STATE_UNPLUGGED); state 675 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java ", s=" + state + state 680 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java switch (state) { state 807 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java int state = intent.getIntExtra( state 812 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java ", s=" + state + state 816 media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java switch (state) { state 45 media/base/fake_audio_renderer_sink.h State state() const { return state_; } state 164 media/base/media_log.cc Pipeline::State state) { state 167 media/base/media_log.cc event->params.SetString("pipeline_state", Pipeline::GetStateString(state)); state 62 media/base/media_log.h Pipeline::State state); state 226 media/base/pipeline.cc #define RETURN_STRING(state) case state: return #state; state 228 media/base/pipeline.cc const char* Pipeline::GetStateString(State state) { state 229 media/base/pipeline.cc switch (state) { state 211 media/base/pipeline.h static const char* GetStateString(State state); state 966 media/base/pipeline_unittest.cc void RunTest(TeardownState state, StopOrError stop_or_error) { state 967 media/base/pipeline_unittest.cc switch (state) { state 971 media/base/pipeline_unittest.cc DoInitialize(state, stop_or_error); state 979 media/base/pipeline_unittest.cc DoInitialize(state, stop_or_error); state 980 media/base/pipeline_unittest.cc DoSeek(state, stop_or_error); state 984 media/base/pipeline_unittest.cc DoInitialize(state, stop_or_error); state 994 media/base/pipeline_unittest.cc void DoInitialize(TeardownState state, StopOrError stop_or_error) { state 996 media/base/pipeline_unittest.cc SetInitializeExpectations(state, stop_or_error); state 1012 media/base/pipeline_unittest.cc PipelineStatus SetInitializeExpectations(TeardownState state, state 1018 media/base/pipeline_unittest.cc if (state == kInitDemuxer) { state 1041 media/base/pipeline_unittest.cc if (state == kInitAudioRenderer) { state 1061 media/base/pipeline_unittest.cc if (state == kInitVideoRenderer) { state 1105 media/base/pipeline_unittest.cc void DoSeek(TeardownState state, StopOrError stop_or_error) { state 1107 media/base/pipeline_unittest.cc PipelineStatus status = SetSeekExpectations(state, stop_or_error); state 1123 media/base/pipeline_unittest.cc PipelineStatus SetSeekExpectations(TeardownState state, state 1129 media/base/pipeline_unittest.cc if (state == kPausing) { state 1145 media/base/pipeline_unittest.cc if (state == kFlushing) { state 1161 media/base/pipeline_unittest.cc if (state == kSeeking) { state 1178 media/base/pipeline_unittest.cc if (state == kPrerolling) { state 1202 media/base/pipeline_unittest.cc if (state == kStarting) { state 1214 media/base/pipeline_unittest.cc NOTREACHED() << "State not supported: " << state; state 1251 media/base/pipeline_unittest.cc #define INSTANTIATE_TEARDOWN_TEST(stop_or_error, state) \ state 1252 media/base/pipeline_unittest.cc TEST_F(PipelineTeardownTest, stop_or_error##_##state) { \ state 1253 media/base/pipeline_unittest.cc RunTest(k##state, k##stop_or_error); \ state 55 media/base/text_renderer.cc TextTrackState* state = itr->second; state 56 media/base/text_renderer.cc if (state->read_state == TextTrackState::kReadPending) { state 61 media/base/text_renderer.cc Read(state, itr->first); state 142 media/base/text_renderer.cc TextTrackState* state = itr->second; state 143 media/base/text_renderer.cc DCHECK_EQ(state->read_state, TextTrackState::kReadIdle); state 144 media/base/text_renderer.cc delete state; state 170 media/base/text_renderer.cc TextTrackState* state = itr->second; state 171 media/base/text_renderer.cc DCHECK_EQ(state->read_state, TextTrackState::kReadPending); state 174 media/base/text_renderer.cc state->read_state = TextTrackState::kReadIdle; state 251 media/base/text_renderer.cc TextTrackState* state = itr->second; state 252 media/base/text_renderer.cc DCHECK_EQ(state->read_state, TextTrackState::kReadPending); state 253 media/base/text_renderer.cc DCHECK(state->text_track); state 256 media/base/text_renderer.cc state->read_state = TextTrackState::kReadIdle; state 311 media/base/text_renderer.cc if (state->text_ranges_.AddCue(start)) { state 314 media/base/text_renderer.cc state->text_track->addWebVTTCue(start, end, state 321 media/base/text_renderer.cc Read(state, text_stream); state 341 media/base/text_renderer.cc scoped_ptr<TextTrackState> state(new TextTrackState(text_track.Pass())); state 342 media/base/text_renderer.cc text_track_state_map_[text_stream] = state.release(); state 350 media/base/text_renderer.cc TextTrackState* state, state 352 media/base/text_renderer.cc DCHECK_NE(state->read_state, TextTrackState::kReadPending); state 354 media/base/text_renderer.cc state->read_state = TextTrackState::kReadPending; state 105 media/base/text_renderer.h void Read(TextTrackState* state, DemuxerStream* text_stream); state 670 media/filters/audio_renderer_impl_unittest.cc EXPECT_EQ(FakeAudioRendererSink::kPlaying, sink_->state()); state 679 media/filters/audio_renderer_impl_unittest.cc EXPECT_EQ(FakeAudioRendererSink::kPlaying, sink_->state()); state 684 media/filters/audio_renderer_impl_unittest.cc EXPECT_EQ(FakeAudioRendererSink::kPaused, sink_->state()); state 689 media/filters/audio_renderer_impl_unittest.cc EXPECT_EQ(FakeAudioRendererSink::kPaused, sink_->state()); state 694 media/filters/audio_renderer_impl_unittest.cc EXPECT_EQ(FakeAudioRendererSink::kPlaying, sink_->state()); state 706 media/filters/audio_renderer_impl_unittest.cc EXPECT_EQ(FakeAudioRendererSink::kPlaying, sink_->state()); state 715 media/filters/audio_renderer_impl_unittest.cc EXPECT_EQ(FakeAudioRendererSink::kPlaying, sink_->state()); state 725 media/filters/audio_renderer_impl_unittest.cc EXPECT_EQ(FakeAudioRendererSink::kPlaying, sink_->state()); state 916 media/filters/chunk_demuxer.cc void ChunkDemuxerStream::ChangeState_Locked(State state) { state 920 media/filters/chunk_demuxer.cc << " - " << state_ << " -> " << state; state 921 media/filters/chunk_demuxer.cc state_ = state; state 108 media/filters/chunk_demuxer.h void ChangeState_Locked(State state); state 186 media/filters/video_frame_stream_unittest.cc void EnterPendingState(PendingState state) { state 187 media/filters/video_frame_stream_unittest.cc DCHECK_NE(state, NOT_PENDING); state 188 media/filters/video_frame_stream_unittest.cc switch (state) { state 245 media/filters/video_frame_stream_unittest.cc void SatisfyPendingCallback(PendingState state) { state 246 media/filters/video_frame_stream_unittest.cc DCHECK_NE(state, NOT_PENDING); state 247 media/filters/video_frame_stream_unittest.cc switch (state) { state 155 media/formats/mpeg/mpeg_audio_stream_parser_base.cc void MPEGAudioStreamParserBase::ChangeState(State state) { state 156 media/formats/mpeg/mpeg_audio_stream_parser_base.cc DVLOG(1) << __FUNCTION__ << "() : " << state_ << " -> " << state; state 157 media/formats/mpeg/mpeg_audio_stream_parser_base.cc state_ = state; state 81 media/formats/mpeg/mpeg_audio_stream_parser_base.h void ChangeState(State state); state 18 media/video/capture/video_capture_proxy.cc media::VideoCaptureHandlerProxy::VideoCaptureState state; state 19 media/video/capture/video_capture_proxy.cc state.started = capture->CaptureStarted(); state 20 media/video/capture/video_capture_proxy.cc state.frame_rate = capture->CaptureFrameRate(); state 21 media/video/capture/video_capture_proxy.cc return state; state 93 media/video/capture/video_capture_proxy.cc const VideoCaptureState& state) { state 94 media/video/capture/video_capture_proxy.cc state_ = state; state 100 media/video/capture/video_capture_proxy.cc const VideoCaptureState& state) { state 101 media/video/capture/video_capture_proxy.cc state_ = state; state 107 media/video/capture/video_capture_proxy.cc const VideoCaptureState& state) { state 108 media/video/capture/video_capture_proxy.cc state_ = state; state 114 media/video/capture/video_capture_proxy.cc const VideoCaptureState& state, state 116 media/video/capture/video_capture_proxy.cc state_ = state; state 122 media/video/capture/video_capture_proxy.cc const VideoCaptureState& state) { state 123 media/video/capture/video_capture_proxy.cc state_ = state; state 129 media/video/capture/video_capture_proxy.cc const VideoCaptureState& state, state 131 media/video/capture/video_capture_proxy.cc state_ = state; state 43 media/video/capture/video_capture_proxy.h const VideoCaptureState& state() const { return state_; } state 58 media/video/capture/video_capture_proxy.h const VideoCaptureState& state); state 61 media/video/capture/video_capture_proxy.h const VideoCaptureState& state); state 64 media/video/capture/video_capture_proxy.h const VideoCaptureState& state); state 67 media/video/capture/video_capture_proxy.h const VideoCaptureState& state, state 71 media/video/capture/video_capture_proxy.h const VideoCaptureState& state); state 73 media/video/capture/video_capture_proxy.h const VideoCaptureState& state, state 135 media/video/capture/win/filter_base_win.cc STDMETHODIMP FilterBase::GetState(DWORD msec_timeout, FILTER_STATE* state) { state 136 media/video/capture/win/filter_base_win.cc *state = state_; state 55 media/video/capture/win/filter_base_win.h STDMETHOD(GetState)(DWORD msec_timeout, FILTER_STATE* state); state 234 mojo/gles2/command_buffer_client_impl.cc void CommandBufferClientImpl::DidMakeProgress(const CommandBufferState& state) { state 235 mojo/gles2/command_buffer_client_impl.cc if (state.generation() - last_state_.generation < 0x80000000U) state 236 mojo/gles2/command_buffer_client_impl.cc last_state_ = state; state 86 mojo/gles2/command_buffer_client_impl.h virtual void DidMakeProgress(const CommandBufferState& state) OVERRIDE; state 146 mojo/public/cpp/bindings/remote_ptr.h State* state = state_; state 148 mojo/public/cpp/bindings/remote_ptr.h return state; state 187 mojo/services/gles2/command_buffer_impl.cc gpu::CommandBuffer::State state = command_buffer_->GetState(); state 188 mojo/services/gles2/command_buffer_impl.cc client_->LostContext(state.context_lost_reason); state 29 mojo/services/gles2/command_buffer_type_conversions.cc gpu::CommandBuffer::State state; state 30 mojo/services/gles2/command_buffer_type_conversions.cc state.num_entries = input.num_entries(); state 31 mojo/services/gles2/command_buffer_type_conversions.cc state.get_offset = input.get_offset(); state 32 mojo/services/gles2/command_buffer_type_conversions.cc state.put_offset = input.put_offset(); state 33 mojo/services/gles2/command_buffer_type_conversions.cc state.token = input.token(); state 34 mojo/services/gles2/command_buffer_type_conversions.cc state.error = static_cast<gpu::error::Error>(input.error()); state 35 mojo/services/gles2/command_buffer_type_conversions.cc state.context_lost_reason = state 37 mojo/services/gles2/command_buffer_type_conversions.cc state.generation = input.generation(); state 38 mojo/services/gles2/command_buffer_type_conversions.cc return state; state 38 native_client_sdk/src/examples/api/network_monitor/network_monitor.cc static std::string GetNetworkStateAsString(PP_NetworkList_State state); state 102 native_client_sdk/src/examples/api/network_monitor/network_monitor.cc PP_NetworkList_State state) { state 103 native_client_sdk/src/examples/api/network_monitor/network_monitor.cc switch (state) { state 34 native_client_sdk/src/gonacl_appengine/src/common/fps.h inline void FpsInit(struct FpsState* state) { state 35 native_client_sdk/src/gonacl_appengine/src/common/fps.h state->last_time = getseconds(); state 36 native_client_sdk/src/gonacl_appengine/src/common/fps.h state->frame_count = 0; state 45 native_client_sdk/src/gonacl_appengine/src/common/fps.h inline int FpsStep(struct FpsState* state, double* out_fps) { state 49 native_client_sdk/src/gonacl_appengine/src/common/fps.h state->frame_count++; state 51 native_client_sdk/src/gonacl_appengine/src/common/fps.h if (current_time < state->last_time + kFpsUpdateSecs) state 54 native_client_sdk/src/gonacl_appengine/src/common/fps.h *out_fps = state->frame_count / (current_time - state->last_time); state 55 native_client_sdk/src/gonacl_appengine/src/common/fps.h state->last_time = current_time; state 56 native_client_sdk/src/gonacl_appengine/src/common/fps.h state->frame_count = 0; state 47 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc State state = FINDING_KEY; state 50 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc switch (state) { state 56 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc state = SKIPPING_WHITESPACE; state 68 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc state = FINDING_VALUE; state 77 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc state = FINDING_KEY; state 17 native_client_sdk/src/libraries/ppapi_simple/ps_event.cc void PSEventPostBool(PSEventType type, PP_Bool state) { state 18 native_client_sdk/src/libraries/ppapi_simple/ps_event.cc PSInstance::GetInstance()->PostEvent(type, state); state 87 native_client_sdk/src/libraries/ppapi_simple/ps_event.h void PSEventPostBool(PSEventType type, PP_Bool state); state 190 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c tp->state = run ? PThreadStateInitial : PThreadStateSuspended; state 161 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h volatile PThreadState state; state 959 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_setcancelstate (int state, state 133 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cancel.c && tp->state < PThreadStateCanceling) state 137 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cancel.c tp->state = PThreadStateCanceling; state 153 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cancel.c tp->state = PThreadStateCanceling; state 172 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cancel.c if (tp->state < PThreadStateCancelPending) state 174 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cancel.c tp->state = PThreadStateCancelPending; state 180 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cancel.c else if (tp->state >= PThreadStateCanceling) state 149 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_delay_np.c if (sp->state < PThreadStateCanceling) state 151 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_delay_np.c sp->state = PThreadStateCanceling; state 104 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_detach.c if (tp->state != PThreadStateLast) state 42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setcancelstate.c pthread_setcancelstate (int state, int *oldstate) state 88 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setcancelstate.c || (state != PTHREAD_CANCEL_ENABLE && state != PTHREAD_CANCEL_DISABLE)) state 103 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setcancelstate.c sp->cancelState = state; state 108 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setcancelstate.c if (state == PTHREAD_CANCEL_ENABLE state 112 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setcancelstate.c sp->state = PThreadStateCanceling; state 113 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setcanceltype.c sp->state = PThreadStateCanceling; state 85 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_testcancel.c if (sp->state != PThreadStateCancelPending) state 95 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_testcancel.c sp->state = PThreadStateCanceling; state 214 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c sp->state = PThreadStateLast; state 135 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_reuse.c tp->state = PThreadStateReuse; state 174 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_threadStart.c sp->state = PThreadStateRunning; state 185 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_threadStart.c sp->state = PThreadStateExiting; state 226 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_threadStart.c sp->state = PThreadStateExiting; state 260 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_threadStart.c sp->state = PThreadStateExiting; state 77 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_throw.c sp->state = PThreadStateExiting; state 119 native_client_sdk/src/libraries/third_party/pthreads-win32/w32_CancelableWait.c if (sp->state < PThreadStateCanceling) state 121 native_client_sdk/src/libraries/third_party/pthreads-win32/w32_CancelableWait.c sp->state = PThreadStateCanceling; state 23 net/base/auth.cc AuthData::AuthData() : state(AUTH_STATE_NEED_AUTH) { state 94 net/base/auth.h AuthState state; // whether we need, have, or gave up on authentication. state 26 net/base/load_states.h LoadState state; state 28 net/base/load_states.h LoadStateWithParam() : state(LOAD_STATE_IDLE) {} state 29 net/base/load_states.h LoadStateWithParam(LoadState state, const base::string16& param) state 30 net/base/load_states.h : state(state), param(param) {} state 2244 net/disk_cache/backend_unittest.cc entry_impl->entry()->Data()->state = 0xbad; state 2312 net/disk_cache/backend_unittest.cc entry_impl->entry()->Data()->state = 0xbad; state 2378 net/disk_cache/backend_unittest.cc entry_impl->entry()->Data()->state = 0xbad; state 2442 net/disk_cache/backend_unittest.cc entry_impl->entry()->Data()->state = 0xbad; state 461 net/disk_cache/blockfile/backend_impl.cc if (ENTRY_NORMAL == cache_entry->entry()->Data()->state) { state 478 net/disk_cache/blockfile/backend_impl.cc if (cache_entry && ENTRY_NORMAL != cache_entry->entry()->Data()->state) { state 806 net/disk_cache/blockfile/backend_impl.cc DCHECK_NE(ENTRY_NORMAL, entry->entry()->Data()->state); state 1761 net/disk_cache/blockfile/backend_impl.cc if (ENTRY_NORMAL == deleted_entry->entry()->Data()->state) { state 444 net/disk_cache/blockfile/backend_impl_v3.cc if (cache_entry && ENTRY_NORMAL != cache_entry->entry()->Data()->state) { state 720 net/disk_cache/blockfile/backend_impl_v3.cc if (ENTRY_NORMAL == cache_entry->entry()->Data()->state) { state 1188 net/disk_cache/blockfile/backend_impl_v3.cc if (ENTRY_NORMAL == deleted_entry->entry()->Data()->state) { state 107 net/disk_cache/blockfile/disk_format.h int32 state; // Current state. state 216 net/disk_cache/blockfile/disk_format_v3.h int8 state; // Current EntryState. state 235 net/disk_cache/blockfile/disk_format_v3.h int8 state; // Current EntryState. state 594 net/disk_cache/blockfile/entry_impl.cc if (stored->state > ENTRY_DOOMED || stored->state < ENTRY_NORMAL) state 356 net/disk_cache/blockfile/entry_impl_v3.cc if (stored->state > ENTRY_DOOMED || stored->state < ENTRY_NORMAL) state 299 net/disk_cache/blockfile/eviction.cc DCHECK_EQ(ENTRY_NORMAL, info->state); state 302 net/disk_cache/blockfile/eviction.cc info->state = ENTRY_EVICTED; state 406 net/disk_cache/blockfile/eviction.cc DCHECK_EQ(ENTRY_NORMAL, info->state); state 427 net/disk_cache/blockfile/eviction.cc switch (info->state) { state 442 net/disk_cache/blockfile/eviction.cc info->state = ENTRY_NORMAL; state 456 net/disk_cache/blockfile/eviction.cc if (ENTRY_NORMAL != info->state) state 460 net/disk_cache/blockfile/eviction.cc info->state = ENTRY_DOOMED; state 467 net/disk_cache/blockfile/eviction.cc info->state = ENTRY_DOOMED; state 481 net/disk_cache/blockfile/eviction.cc DCHECK_EQ(ENTRY_NORMAL, info->state); state 534 net/disk_cache/blockfile/eviction.cc bool doomed = (entry->entry()->Data()->state == ENTRY_DOOMED); state 535 net/disk_cache/blockfile/eviction.cc entry->entry()->Data()->state = ENTRY_DOOMED; state 175 net/disk_cache/blockfile/eviction_v3.cc DCHECK_EQ(ENTRY_NORMAL, info->state); state 196 net/disk_cache/blockfile/eviction_v3.cc switch (info->state) { state 211 net/disk_cache/blockfile/eviction_v3.cc info->state = ENTRY_NORMAL; state 290 net/disk_cache/blockfile/eviction_v3.cc DCHECK_EQ(ENTRY_NORMAL, info->state); state 293 net/disk_cache/blockfile/eviction_v3.cc info->state = ENTRY_EVICTED; state 138 net/disk_cache/blockfile/index_table_v3.cc void SetCellState(IndexCell* cell, disk_cache::EntryState state) { state 140 net/disk_cache/blockfile/index_table_v3.cc cell->last_part |= state; state 200 net/disk_cache/blockfile/index_table_v3.cc disk_cache::EntryState state = state 202 net/disk_cache/blockfile/index_table_v3.cc DCHECK_NE(state, disk_cache::ENTRY_FREE); state 203 net/disk_cache/blockfile/index_table_v3.cc return state != disk_cache::ENTRY_DELETED && state 204 net/disk_cache/blockfile/index_table_v3.cc state != disk_cache::ENTRY_FIXING; state 303 net/disk_cache/blockfile/index_table_v3.cc void EntryCell::SetState(EntryState state) { state 304 net/disk_cache/blockfile/index_table_v3.cc SetCellState(&cell_, state); state 682 net/disk_cache/blockfile/index_table_v3.cc void IndexTable::SetSate(uint32 hash, Addr address, EntryState state) { state 683 net/disk_cache/blockfile/index_table_v3.cc EntryCell cell = FindEntryCellImpl(hash, address, state == ENTRY_FREE); state 690 net/disk_cache/blockfile/index_table_v3.cc switch (state) { state 716 net/disk_cache/blockfile/index_table_v3.cc if (state == ENTRY_DELETED) { state 719 net/disk_cache/blockfile/index_table_v3.cc } else if (state == ENTRY_FREE) { state 725 net/disk_cache/blockfile/index_table_v3.cc cell.SetState(state); state 66 net/disk_cache/blockfile/index_table_v3.h void SetState(EntryState state); state 206 net/disk_cache/blockfile/index_table_v3.h void SetSate(uint32 hash, Addr address, EntryState state); state 155 net/disk_cache/blockfile/index_table_v3_unittest.cc disk_cache::EntryState state = disk_cache::ENTRY_MODIFIED; state 166 net/disk_cache/blockfile/index_table_v3_unittest.cc entry.SetState(state); state 176 net/disk_cache/blockfile/index_table_v3_unittest.cc EXPECT_EQ(state, entry.GetState()); state 190 net/disk_cache/blockfile/index_table_v3_unittest.cc EXPECT_EQ(state, entry2.GetState()); state 198 net/disk_cache/blockfile/index_table_v3_unittest.cc state = disk_cache::ENTRY_USED; state 459 net/disk_cache/simple/simple_index.cc base::android::ApplicationState state) { state 463 net/disk_cache/simple/simple_index.cc if (state == base::android::APPLICATION_STATE_HAS_RUNNING_ACTIVITIES) { state 465 net/disk_cache/simple/simple_index.cc } else if (state == state 152 net/disk_cache/simple/simple_index.h void OnApplicationStateChange(base::android::ApplicationState state); state 48 net/disk_cache/simple/simple_index_file.cc void UmaRecordIndexFileState(IndexFileState state, net::CacheType cache_type) { state 50 net/disk_cache/simple/simple_index_file.cc "IndexFileStateOnLoad", cache_type, state, INDEX_STATE_MAX); state 182 net/dns/dns_transaction.cc State state = next_state_; state 184 net/dns/dns_transaction.cc switch (state) { state 350 net/dns/dns_transaction.cc State state = next_state_; state 352 net/dns/dns_transaction.cc switch (state) { state 545 net/ftp/ftp_network_transaction.cc State state = next_state_; state 547 net/ftp/ftp_network_transaction.cc switch (state) { state 69 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 115 net/ftp/ftp_network_transaction_unittest.cc NOTREACHED() << "State not handled " << state(); state 120 net/ftp/ftp_network_transaction_unittest.cc void InjectFailure(State state, State next_state, const char* response) { state 122 net/ftp/ftp_network_transaction_unittest.cc DCHECK_NE(NONE, state); state 124 net/ftp/ftp_network_transaction_unittest.cc DCHECK_NE(state, next_state); state 125 net/ftp/ftp_network_transaction_unittest.cc failure_injection_state_ = state; state 211 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 238 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 264 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 284 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 318 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 354 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 377 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 404 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 434 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 459 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 485 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 507 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 542 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 571 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 595 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 620 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 654 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 682 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 707 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 734 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 761 net/ftp/ftp_network_transaction_unittest.cc switch (state()) { state 863 net/ftp/ftp_network_transaction_unittest.cc EXPECT_EQ(FtpSocketDataProvider::QUIT, ctrl_socket->state()); state 869 net/ftp/ftp_network_transaction_unittest.cc FtpSocketDataProvider::State state, state 873 net/ftp/ftp_network_transaction_unittest.cc ctrl_socket->InjectFailure(state, next_state, response); state 85 net/http/disk_cache_based_quic_server_info_unittest.cc QuicServerInfo::State* state = quic_server_info->mutable_state(); state 86 net/http/disk_cache_based_quic_server_info_unittest.cc EXPECT_TRUE(state->certs.empty()); state 93 net/http/disk_cache_based_quic_server_info_unittest.cc state->server_config = server_config_a; state 94 net/http/disk_cache_based_quic_server_info_unittest.cc state->source_address_token = source_address_token_a; state 95 net/http/disk_cache_based_quic_server_info_unittest.cc state->server_config_sig = server_config_sig_a; state 96 net/http/disk_cache_based_quic_server_info_unittest.cc state->certs.push_back(cert_a); state 110 net/http/disk_cache_based_quic_server_info_unittest.cc state = quic_server_info->mutable_state(); state 111 net/http/disk_cache_based_quic_server_info_unittest.cc state->certs.push_back(cert_b); state 126 net/http/disk_cache_based_quic_server_info_unittest.cc const QuicServerInfo::State& state1 = quic_server_info->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 242 net/http/disk_cache_based_quic_server_info_unittest.cc EXPECT_TRUE(state->certs.empty()); state 248 net/http/disk_cache_based_quic_server_info_unittest.cc state->server_config = server_config_a; state 249 net/http/disk_cache_based_quic_server_info_unittest.cc state->source_address_token = source_address_token_a; state 250 net/http/disk_cache_based_quic_server_info_unittest.cc state->server_config_sig = server_config_sig_a; state 251 net/http/disk_cache_based_quic_server_info_unittest.cc state->certs.push_back(cert_a); 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 255 net/http/http_auth_handler_negotiate.cc switch (state) { state 19 net/http/http_basic_state_unittest.cc const HttpBasicState state(handle, true); state 20 net/http/http_basic_state_unittest.cc EXPECT_EQ(handle, state.connection()); state 21 net/http/http_basic_state_unittest.cc EXPECT_TRUE(state.using_proxy()); state 25 net/http/http_basic_state_unittest.cc const HttpBasicState state(new ClientSocketHandle(), false); state 26 net/http/http_basic_state_unittest.cc EXPECT_FALSE(state.using_proxy()); state 31 net/http/http_basic_state_unittest.cc HttpBasicState state(handle, false); state 33 net/http/http_basic_state_unittest.cc state.ReleaseConnection()); state 34 net/http/http_basic_state_unittest.cc EXPECT_EQ(NULL, state.connection()); state 39 net/http/http_basic_state_unittest.cc HttpBasicState state(new ClientSocketHandle(), false); state 42 net/http/http_basic_state_unittest.cc state.Initialize( state 44 net/http/http_basic_state_unittest.cc EXPECT_TRUE(state.parser()); state 48 net/http/http_basic_state_unittest.cc HttpBasicState state(new ClientSocketHandle(), false); state 50 net/http/http_basic_state_unittest.cc state.Initialize(&request_info, LOW, BoundNetLog(), CompletionCallback()); state 51 net/http/http_basic_state_unittest.cc EXPECT_TRUE(state.parser()); state 52 net/http/http_basic_state_unittest.cc state.DeleteParser(); state 53 net/http/http_basic_state_unittest.cc EXPECT_EQ(NULL, state.parser()); state 58 net/http/http_basic_state_unittest.cc HttpBasicState state(new ClientSocketHandle(), use_proxy); state 62 net/http/http_basic_state_unittest.cc state.Initialize(&request_info, LOW, BoundNetLog(), CompletionCallback()); state 63 net/http/http_basic_state_unittest.cc EXPECT_EQ("PUT /path?foo=bar HTTP/1.1\r\n", state.GenerateRequestLine()); state 68 net/http/http_basic_state_unittest.cc HttpBasicState state(new ClientSocketHandle(), use_proxy); state 72 net/http/http_basic_state_unittest.cc state.Initialize(&request_info, LOW, BoundNetLog(), CompletionCallback()); state 74 net/http/http_basic_state_unittest.cc state.GenerateRequestLine()); state 500 net/http/http_cache_transaction.cc LoadState state = GetWriterLoadState(); state 501 net/http/http_cache_transaction.cc if (state != LOAD_STATE_WAITING_FOR_CACHE) state 502 net/http/http_cache_transaction.cc return state; state 657 net/http/http_cache_transaction.cc State state = next_state_; state 659 net/http/http_cache_transaction.cc switch (state) { state 609 net/http/http_network_transaction.cc State state = next_state_; state 611 net/http/http_network_transaction.cc switch (state) { state 1580 net/http/http_network_transaction.cc std::string HttpNetworkTransaction::DescribeState(State state) { state 1582 net/http/http_network_transaction.cc switch (state) { state 1600 net/http/http_network_transaction.cc description = base::StringPrintf("Unknown state 0x%08X (%u)", state, state 1601 net/http/http_network_transaction.cc state); state 257 net/http/http_network_transaction.h static std::string DescribeState(State state); state 132 net/http/http_pipelined_connection_impl.cc stream_info_map_[pipeline_id].state = STREAM_BOUND; state 158 net/http/http_pipelined_connection_impl.cc if (stream_info_map_[pipeline_id].state != STREAM_CREATED && state 159 net/http/http_pipelined_connection_impl.cc stream_info_map_[pipeline_id].state != STREAM_UNUSED) { state 160 net/http/http_pipelined_connection_impl.cc CHECK_EQ(stream_info_map_[pipeline_id].state, STREAM_CLOSED); state 177 net/http/http_pipelined_connection_impl.cc CHECK_EQ(stream_info_map_[pipeline_id].state, STREAM_BOUND); state 204 net/http/http_pipelined_connection_impl.cc SendRequestState state = send_next_state_; state 206 net/http/http_pipelined_connection_impl.cc switch (state) { state 223 net/http/http_pipelined_connection_impl.cc CHECK(false) << "bad send state: " << state; state 259 net/http/http_pipelined_connection_impl.cc if (stream_info_map_[next_request->pipeline_id].state != STREAM_CLOSED) { state 278 net/http/http_pipelined_connection_impl.cc stream_info_map_[active_send_request_->pipeline_id].state = STREAM_SENDING; state 286 net/http/http_pipelined_connection_impl.cc stream_info_map_[active_send_request_->pipeline_id].state); state 289 net/http/http_pipelined_connection_impl.cc stream_info_map_[active_send_request_->pipeline_id].state = STREAM_SENT; state 329 net/http/http_pipelined_connection_impl.cc stream_info_map_[evicted_send->pipeline_id].state != STREAM_CLOSED) { state 340 net/http/http_pipelined_connection_impl.cc CHECK_EQ(STREAM_SENT, stream_info_map_[pipeline_id].state); state 346 net/http/http_pipelined_connection_impl.cc stream_info_map_[pipeline_id].state = STREAM_READ_PENDING; state 366 net/http/http_pipelined_connection_impl.cc ReadHeadersState state = read_next_state_; state 368 net/http/http_pipelined_connection_impl.cc switch (state) { state 435 net/http/http_pipelined_connection_impl.cc switch (stream_info_map_[next_id].state) { state 454 net/http/http_pipelined_connection_impl.cc << stream_info_map_[next_id].state; state 463 net/http/http_pipelined_connection_impl.cc CHECK_EQ(STREAM_READ_PENDING, stream_info_map_[active_read_id_].state); state 464 net/http/http_pipelined_connection_impl.cc stream_info_map_[active_read_id_].state = STREAM_ACTIVE; state 475 net/http/http_pipelined_connection_impl.cc CHECK_EQ(STREAM_ACTIVE, stream_info_map_[active_read_id_].state); state 509 net/http/http_pipelined_connection_impl.cc CHECK_EQ(stream_info_map_[active_read_id_].state, STREAM_CLOSED); state 532 net/http/http_pipelined_connection_impl.cc if (stream_info_map_[evicted_id].state == STREAM_READ_PENDING) { state 533 net/http/http_pipelined_connection_impl.cc stream_info_map_[evicted_id].state = STREAM_READ_EVICTED; state 549 net/http/http_pipelined_connection_impl.cc switch (stream_info_map_[pipeline_id].state) { state 551 net/http/http_pipelined_connection_impl.cc stream_info_map_[pipeline_id].state = STREAM_UNUSED; state 555 net/http/http_pipelined_connection_impl.cc stream_info_map_[pipeline_id].state = STREAM_CLOSED; state 560 net/http/http_pipelined_connection_impl.cc stream_info_map_[pipeline_id].state = STREAM_CLOSED; state 569 net/http/http_pipelined_connection_impl.cc stream_info_map_[pipeline_id].state = STREAM_CLOSED; state 579 net/http/http_pipelined_connection_impl.cc stream_info_map_[pipeline_id].state = STREAM_CLOSED; state 588 net/http/http_pipelined_connection_impl.cc stream_info_map_[pipeline_id].state = STREAM_CLOSED; state 840 net/http/http_pipelined_connection_impl.cc : state(STREAM_CREATED) { state 191 net/http/http_pipelined_connection_impl.h StreamState state; state 328 net/http/http_proxy_client_socket.cc State state = next_state_; state 330 net/http/http_proxy_client_socket.cc switch (state) { state 139 net/http/http_proxy_client_socket_pool.cc State state = next_state_; state 141 net/http/http_proxy_client_socket_pool.cc switch (state) { state 66 net/http/http_response_body_drainer.cc State state = next_state_; state 68 net/http/http_response_body_drainer.cc switch (state) { state 186 net/http/http_security_headers.cc } state = START; state 194 net/http/http_security_headers.cc switch (state) { state 200 net/http/http_security_headers.cc state = AFTER_MAX_AGE_LABEL; state 204 net/http/http_security_headers.cc state = AFTER_INCLUDE_SUBDOMAINS; state 208 net/http/http_security_headers.cc state = AFTER_UNKNOWN_LABEL; state 218 net/http/http_security_headers.cc state = AFTER_MAX_AGE_EQUALS; state 227 net/http/http_security_headers.cc state = AFTER_MAX_AGE; state 235 net/http/http_security_headers.cc state = DIRECTIVE_END; state 244 net/http/http_security_headers.cc state = DIRECTIVE_END; state 255 net/http/http_security_headers.cc switch (state) { state 452 net/http/http_security_headers_unittest.cc TransportSecurityState state; state 457 net/http/http_security_headers_unittest.cc EXPECT_TRUE(state.GetDomainState(domain, true, &domain_state)); state 472 net/http/http_security_headers_unittest.cc EXPECT_TRUE(state.AddHPKPHeader(domain, header, ssl_info)); state 478 net/http/http_security_headers_unittest.cc EXPECT_TRUE(state.GetStaticDomainState(canonicalized_host, state 488 net/http/http_security_headers_unittest.cc EXPECT_TRUE(state.GetDynamicDomainState(domain, &dynamic_domain_state)); state 504 net/http/http_security_headers_unittest.cc EXPECT_TRUE(state.GetDomainState(domain, true, &domain_state)); state 549 net/http/http_stream_factory_impl_job.cc State state = next_state_; state 551 net/http/http_stream_factory_impl_job.cc switch (state) { state 113 net/http/md4.cc static void md4step(Uint32 state[4], const Uint8 *data) state 119 net/http/md4.cc A = state[0]; state 120 net/http/md4.cc B = state[1]; state 121 net/http/md4.cc C = state[2]; state 122 net/http/md4.cc D = state[3]; state 139 net/http/md4.cc state[0] += A; state 140 net/http/md4.cc state[1] += B; state 141 net/http/md4.cc state[2] += C; state 142 net/http/md4.cc state[3] += D; state 151 net/http/md4.cc Uint32 i, n, m, state[4]; state 154 net/http/md4.cc state[0] = 0x67452301; state 155 net/http/md4.cc state[1] = 0xEFCDAB89; state 156 net/http/md4.cc state[2] = 0x98BADCFE; state 157 net/http/md4.cc state[3] = 0x10325476; state 164 net/http/md4.cc md4step(state, (input + (i << 6))); state 175 net/http/md4.cc md4step(state, final); state 177 net/http/md4.cc md4step(state, final + 64); state 180 net/http/md4.cc w2b(result, state, 16); state 100 net/http/transport_security_persister.cc TransportSecurityState* state, state 104 net/http/transport_security_persister.cc : transport_security_state_(state), state 130 net/http/transport_security_persister.cc TransportSecurityState* state) { state 132 net/http/transport_security_persister.cc DCHECK_EQ(transport_security_state_, state); state 143 net/http/transport_security_persister.cc TransportSecurityState::Iterator state(*transport_security_state_); state 144 net/http/transport_security_persister.cc for (; state.HasNext(); state.Advance()) { state 145 net/http/transport_security_persister.cc const std::string& hostname = state.hostname(); state 147 net/http/transport_security_persister.cc state.domain_state(); state 201 net/http/transport_security_persister.cc TransportSecurityState* state) { state 314 net/http/transport_security_persister.cc state->AddOrUpdateEnabledHosts(hashed, domain_state); state 321 net/http/transport_security_persister.cc void TransportSecurityPersister::CompleteLoad(const std::string& state) { state 324 net/http/transport_security_persister.cc if (state.empty()) state 328 net/http/transport_security_persister.cc if (!LoadEntries(state, &dirty)) { state 329 net/http/transport_security_persister.cc LOG(ERROR) << "Failed to deserialize state: " << state; state 60 net/http/transport_security_persister.h TransportSecurityPersister(TransportSecurityState* state, state 116 net/http/transport_security_persister.h TransportSecurityState* state); state 118 net/http/transport_security_persister.h void CompleteLoad(const std::string& state); state 91 net/http/transport_security_state.cc TransportSecurityState::Iterator::Iterator(const TransportSecurityState& state) state 92 net/http/transport_security_state.cc : iterator_(state.enabled_hosts_.begin()), state 93 net/http/transport_security_state.cc end_(state.enabled_hosts_.end()) { state 105 net/http/transport_security_state.cc const DomainState& state) { state 112 net/http/transport_security_state.cc DomainState state_copy(state); state 143 net/http/transport_security_state.cc DomainState state; state 149 net/http/transport_security_state.cc &state); state 150 net/http/transport_security_state.cc std::string canonicalized_preload = CanonicalizeHost(state.domain); state 151 net/http/transport_security_state.cc GetDynamicDomainState(host, &state); state 160 net/http/transport_security_state.cc *result = state; state 176 net/http/transport_security_state.cc state = j->second; state 177 net/http/transport_security_state.cc state.domain = DNSDomainToString(host_sub_chunk); state 183 net/http/transport_security_state.cc *result = state; state 804 net/http/transport_security_state.cc DomainState state; state 826 net/http/transport_security_state.cc state = j->second; state 827 net/http/transport_security_state.cc state.domain = DNSDomainToString(host_sub_chunk); state 833 net/http/transport_security_state.cc *result = state; state 845 net/http/transport_security_state.cc const std::string& hashed_host, const DomainState& state) { state 847 net/http/transport_security_state.cc enabled_hosts_[hashed_host] = state; state 42 net/http/transport_security_state.h virtual void StateIsDirty(TransportSecurityState* state) = 0; state 152 net/http/transport_security_state.h explicit Iterator(const TransportSecurityState& state); state 186 net/http/transport_security_state.h const DomainState& state); state 296 net/http/transport_security_state.h void EnableHost(const std::string& host, const DomainState& state); state 53 net/http/transport_security_state_unittest.cc bool GetStaticDomainState(TransportSecurityState* state, state 57 net/http/transport_security_state_unittest.cc return state->GetStaticDomainState(host, sni_enabled, result); state 60 net/http/transport_security_state_unittest.cc void EnableHost(TransportSecurityState* state, state 63 net/http/transport_security_state_unittest.cc return state->EnableHost(host, domain_state); state 68 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 73 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("yahoo.com", true, &domain_state)); state 75 net/http/transport_security_state_unittest.cc state.AddHSTS("yahoo.com", expiry, include_subdomains); state 76 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("yahoo.com", true, &domain_state)); state 80 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 85 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("yahoo.com", true, &domain_state)); state 87 net/http/transport_security_state_unittest.cc state.AddHSTS("YAhoo.coM", expiry, include_subdomains); state 88 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("yahoo.com", true, &domain_state)); state 92 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 97 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("YAhoo.coM", true, &domain_state)); state 99 net/http/transport_security_state_unittest.cc state.AddHSTS("yahoo.com", expiry, include_subdomains); state 100 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("YAhoo.coM", true, &domain_state)); state 104 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 109 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("yahoo.com", true, &domain_state)); state 111 net/http/transport_security_state_unittest.cc state.AddHSTS("yahoo.com", expiry, include_subdomains); state 112 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("yahoo.com", true, &domain_state)); state 113 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("foo.yahoo.com", true, &domain_state)); state 114 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("foo.bar.yahoo.com", true, &domain_state)); state 115 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("foo.bar.baz.yahoo.com", true, state 117 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("com", true, &domain_state)); state 121 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 126 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("yahoo.com", true, &domain_state)); state 128 net/http/transport_security_state_unittest.cc state.AddHSTS("yahoo.com", expiry, include_subdomains); state 129 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("www-.foo.yahoo.com", true, &domain_state)); state 130 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("2\x01.foo.yahoo.com", true, &domain_state)); state 134 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 140 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("yahoo.com", true, &domain_state)); state 142 net/http/transport_security_state_unittest.cc state.AddHSTS("yahoo.com", expiry, include_subdomains); state 144 net/http/transport_security_state_unittest.cc state.DeleteAllDynamicDataSince(expiry); state 145 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("yahoo.com", true, &domain_state)); state 146 net/http/transport_security_state_unittest.cc state.DeleteAllDynamicDataSince(older); state 147 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("yahoo.com", true, &domain_state)); state 151 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 156 net/http/transport_security_state_unittest.cc state.AddHSTS("yahoo.com", expiry, include_subdomains); state 158 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("yahoo.com", true, &domain_state)); state 159 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("example.com", true, &domain_state)); state 160 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.DeleteDynamicDataForHost("yahoo.com")); state 161 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("yahoo.com", true, &domain_state)); state 173 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 176 net/http/transport_security_state_unittest.cc EXPECT_TRUE(GetStaticDomainState(&state, paypal, true, &domain_state)); state 177 net/http/transport_security_state_unittest.cc EXPECT_TRUE(GetStaticDomainState(&state, www_paypal, true, &domain_state)); state 180 net/http/transport_security_state_unittest.cc EXPECT_FALSE(GetStaticDomainState(&state, a_www_paypal, true, &domain_state)); state 181 net/http/transport_security_state_unittest.cc EXPECT_FALSE(GetStaticDomainState(&state, abc_paypal, true, &domain_state)); state 182 net/http/transport_security_state_unittest.cc EXPECT_FALSE(GetStaticDomainState(&state, example, true, &domain_state)); state 183 net/http/transport_security_state_unittest.cc EXPECT_FALSE(GetStaticDomainState(&state, aypal, true, &domain_state)); state 187 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 192 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("market.android.com", true, &domain_state)); state 194 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("sub.market.android.com", true, state 200 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 202 net/http/transport_security_state_unittest.cc return state.GetDomainState(hostname, true /* SNI ok */, &domain_state) && state 207 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 209 net/http/transport_security_state_unittest.cc return state.GetDomainState(hostname, true /* SNI ok */, &domain_state); state 213 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 215 net/http/transport_security_state_unittest.cc if (!state.GetDomainState(hostname, sni_enabled, &domain_state)) state 226 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 228 net/http/transport_security_state_unittest.cc if (!state.GetDomainState(hostname, true /* SNI ok */, &domain_state)) state 238 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 242 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("www.paypal.com", true, &domain_state)); state 304 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("gmail.com", false, &domain_state)); state 305 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("www.gmail.com", false, &domain_state)); state 306 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("m.gmail.com", false, &domain_state)); state 307 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("googlemail.com", false, &domain_state)); state 308 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("www.googlemail.com", false, state 310 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState("m.googlemail.com", false, &domain_state)); state 404 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("torproject.org", false, &domain_state)); state 406 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("www.torproject.org", false, state 409 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("check.torproject.org", false, state 412 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("blog.torproject.org", false, state 479 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 485 net/http/transport_security_state_unittest.cc EXPECT_FALSE(state.GetDomainState(kLongName, true, &domain_state)); state 489 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 492 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("chrome.google.com", true, &domain_state)); state 577 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 579 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("blog.torproject.org", true, &domain_state)); state 587 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 619 net/http/transport_security_state_unittest.cc TransportSecurityState state; state 624 net/http/transport_security_state_unittest.cc EnableHost(&state, "www.google.com", domain_state); state 626 net/http/transport_security_state_unittest.cc EXPECT_TRUE(state.GetDomainState("www.google.com", true, &domain_state)); state 114 net/proxy/dhcp_proxy_script_adapter_fetcher_win.h State state() const; state 111 net/proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc return state() == STATE_WAIT_URL; state 115 net/proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc return state() == STATE_CANCEL; state 179 net/proxy/proxy_script_decider.cc State state = next_state_; state 181 net/proxy/proxy_script_decider.cc switch (state) { state 441 net/proxy/proxy_service.cc State state = next_state_; state 443 net/proxy/proxy_service.cc switch (state) { state 459 net/proxy/proxy_service.cc NOTREACHED() << "bad state: " << state; state 147 net/quic/congestion_control/inter_arrival_sender.cc InterArrivalState state = state_machine_->GetInterArrivalState(); state 149 net/quic/congestion_control/inter_arrival_sender.cc if (state == kInterArrivalStatePacketLoss || state 150 net/quic/congestion_control/inter_arrival_sender.cc state == kInterArrivalStateCompetingTcpFLow) { state 175 net/quic/crypto/proof_verifier_chromium.cc State state = next_state_; state 177 net/quic/crypto/proof_verifier_chromium.cc switch (state) { state 188 net/quic/crypto/proof_verifier_chromium.cc LOG(DFATAL) << "unexpected state " << state; state 19 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; state 20 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_TRUE(state.IsEmpty()); state 24 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; state 25 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_FALSE(state.IsComplete(QuicWallTime::FromUNIXSeconds(0))); state 29 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; state 30 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(0u, state.generation_counter()); state 31 net/quic/crypto/quic_crypto_client_config_test.cc state.SetProofInvalid(); state 32 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(1u, state.generation_counter()); state 36 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; state 37 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_TRUE(state.proof_verify_details() == NULL); state 39 net/quic/crypto/quic_crypto_client_config_test.cc state.SetProofVerifyDetails(details); state 40 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(details, state.proof_verify_details()); state 44 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; state 46 net/quic/crypto/quic_crypto_client_config_test.cc state.set_source_address_token("TOKEN"); state 48 net/quic/crypto/quic_crypto_client_config_test.cc other.InitializeFrom(state); state 49 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(state.server_config(), other.server_config()); state 50 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(state.source_address_token(), other.source_address_token()); state 51 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(state.certs(), other.certs()); state 56 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; state 61 net/quic/crypto/quic_crypto_client_config_test.cc config.FillInchoateClientHello(server_id, QuicVersionMax(), &state, state 79 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; state 84 net/quic/crypto/quic_crypto_client_config_test.cc config.FillInchoateClientHello(server_id, QuicVersionMax(), &state, state 93 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; state 99 net/quic/crypto/quic_crypto_client_config_test.cc config.FillInchoateClientHello(server_id, QuicVersionMax(), &state, state 108 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; state 121 net/quic/crypto/quic_crypto_client_config_test.cc &state, state 167 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState* state = state 170 net/quic/crypto/quic_crypto_client_config_test.cc state->set_source_address_token("TOKEN"); state 171 net/quic/crypto/quic_crypto_client_config_test.cc state->SetProofValid(); state 179 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(state->server_config(), other->server_config()); state 180 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(state->source_address_token(), other->source_address_token()); state 181 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(state->certs(), other->certs()); state 192 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState* state = state 195 net/quic/crypto/quic_crypto_client_config_test.cc state->set_source_address_token("TOKEN"); state 196 net/quic/crypto/quic_crypto_client_config_test.cc state->SetProofValid(); state 201 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_TRUE(state->IsEmpty()); state 202 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(state->server_config(), other->server_config()); state 203 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(state->source_address_token(), other->source_address_token()); state 204 net/quic/crypto/quic_crypto_client_config_test.cc EXPECT_EQ(state->certs(), other->certs()); state 219 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState* state = state 222 net/quic/crypto/quic_crypto_client_config_test.cc state->set_source_address_token("TOKEN"); state 48 net/quic/crypto/quic_server_info.cc State* state = mutable_state(); state 50 net/quic/crypto/quic_server_info.cc state->Clear(); state 54 net/quic/crypto/quic_server_info.cc state->Clear(); state 59 net/quic/crypto/quic_server_info.cc State* state = mutable_state(); state 80 net/quic/crypto/quic_server_info.cc if (!p.ReadString(&iter, &state->server_config)) { state 84 net/quic/crypto/quic_server_info.cc if (!p.ReadString(&iter, &state->source_address_token)) { state 88 net/quic/crypto/quic_server_info.cc if (!p.ReadString(&iter, &state->server_config_sig)) { state 106 net/quic/crypto/quic_server_info.cc state->certs.push_back(cert); state 82 net/quic/crypto/quic_server_info.h const State& state() const; state 69 net/quic/quic_client_session.cc void RecordHandshakeState(HandshakeState state) { state 70 net/quic/quic_client_session.cc UMA_HISTOGRAM_ENUMERATION("Net.QuicHandshakeState", state, state 544 net/quic/quic_client_session.cc QuicServerInfo::State* state = server_info_->mutable_state(); state 546 net/quic/quic_client_session.cc state->server_config = cached.server_config(); state 547 net/quic/quic_client_session.cc state->source_address_token = cached.source_address_token(); state 548 net/quic/quic_client_session.cc state->server_config_sig = cached.signature(); state 549 net/quic/quic_client_session.cc state->certs = cached.certs(); state 104 net/quic/quic_crypto_client_stream.cc const State state = next_state_; state 106 net/quic/quic_crypto_client_stream.cc switch (state) { state 384 net/quic/quic_http_stream.cc State state = next_state_; state 386 net/quic/quic_http_stream.cc switch (state) { state 192 net/quic/quic_stream_factory.cc IoState state = io_state_; state 194 net/quic/quic_stream_factory.cc switch (state) { state 802 net/quic/quic_stream_factory.cc if (!cached->Initialize(server_info->state().server_config, state 803 net/quic/quic_stream_factory.cc server_info->state().source_address_token, state 804 net/quic/quic_stream_factory.cc server_info->state().certs, state 805 net/quic/quic_stream_factory.cc server_info->state().server_config_sig, state 256 net/server/http_server.cc int state = ST_METHOD; state 263 net/server/http_server.cc int next_state = parser_state[state][input]; state 265 net/server/http_server.cc bool transition = (next_state != state); state 268 net/server/http_server.cc switch (state) { state 296 net/server/http_server.cc state = next_state; state 299 net/server/http_server.cc switch (state) { state 226 net/socket/socks5_client_socket.cc State state = next_state_; state 228 net/socket/socks5_client_socket.cc switch (state) { state 255 net/socket/socks_client_socket.cc State state = next_state_; state 257 net/socket/socks_client_socket.cc switch (state) { state 89 net/socket/socks_client_socket_pool.cc State state = next_state_; state 91 net/socket/socks_client_socket_pool.cc switch (state) { state 787 net/socket/ssl_client_socket_nss.cc void OnHandshakeStateUpdated(const HandshakeState& state); state 1725 net/socket/ssl_client_socket_nss.cc State state = next_handshake_state_; state 1728 net/socket/ssl_client_socket_nss.cc switch (state) { state 1738 net/socket/ssl_client_socket_nss.cc LOG(DFATAL) << "unexpected state " << state; state 2536 net/socket/ssl_client_socket_nss.cc SSLNextProtoState state; state 2539 net/socket/ssl_client_socket_nss.cc SECStatus rv = SSL_GetNextProto(nss_fd_, &state, buf, &buf_len, sizeof(buf)); state 2545 net/socket/ssl_client_socket_nss.cc switch (state) { state 2661 net/socket/ssl_client_socket_nss.cc const HandshakeState& state) { state 2663 net/socket/ssl_client_socket_nss.cc network_handshake_state_ = state; state 2844 net/socket/ssl_client_socket_nss.cc if (core_->state().server_cert_chain.empty() || state 2845 net/socket/ssl_client_socket_nss.cc !core_->state().server_cert_chain[0]) { state 2855 net/socket/ssl_client_socket_nss.cc core_->state().ssl_connection_status; state 2864 net/socket/ssl_client_socket_nss.cc core_->state().ssl_connection_status); state 2876 net/socket/ssl_client_socket_nss.cc ssl_info->handshake_type = core_->state().resumed_handshake ? state 2887 net/socket/ssl_client_socket_nss.cc cert_request_info->cert_authorities = core_->state().cert_authorities; state 2931 net/socket/ssl_client_socket_nss.cc *proto = core_->state().next_proto; state 2932 net/socket/ssl_client_socket_nss.cc *server_protos = core_->state().server_protos; state 2933 net/socket/ssl_client_socket_nss.cc return core_->state().next_proto_status; state 3329 net/socket/ssl_client_socket_nss.cc State state = next_handshake_state_; state 3331 net/socket/ssl_client_socket_nss.cc switch (state) { state 3348 net/socket/ssl_client_socket_nss.cc LOG(DFATAL) << "unexpected state " << state; state 3375 net/socket/ssl_client_socket_nss.cc set_channel_id_sent(core_->state().channel_id_sent); state 3377 net/socket/ssl_client_socket_nss.cc !core_->state().sct_list_from_tls_extension.empty()); state 3379 net/socket/ssl_client_socket_nss.cc !core_->state().stapled_ocsp_response.empty()); state 3386 net/socket/ssl_client_socket_nss.cc DCHECK(!core_->state().server_cert_chain.empty()); state 3387 net/socket/ssl_client_socket_nss.cc DCHECK(core_->state().server_cert_chain[0]); state 3395 net/socket/ssl_client_socket_nss.cc core_->state().server_cert_chain[0]->derCert.data), state 3396 net/socket/ssl_client_socket_nss.cc core_->state().server_cert_chain[0]->derCert.len); state 3403 net/socket/ssl_client_socket_nss.cc server_cert_verify_result_.verified_cert = core_->state().server_cert; state 3409 net/socket/ssl_client_socket_nss.cc if (!core_->state().server_cert.get()) { state 3428 net/socket/ssl_client_socket_nss.cc core_->state().server_cert.get(), state 3540 net/socket/ssl_client_socket_nss.cc core_->state().stapled_ocsp_response, state 3541 net/socket/ssl_client_socket_nss.cc core_->state().sct_list_from_tls_extension, state 3557 net/socket/ssl_client_socket_nss.cc core_->state().ssl_connection_status); state 3614 net/socket/ssl_client_socket_nss.cc return core_->state().server_cert.get(); state 223 net/socket/ssl_client_socket_openssl.cc void ConfigureFlag(long flag, bool state) { state 224 net/socket/ssl_client_socket_openssl.cc (state ? set_mask : clear_mask) |= flag; state 226 net/socket/ssl_client_socket_openssl.cc DCHECK_EQ(0, set_mask & clear_mask) << flag << ":" << state; state 1142 net/socket/ssl_client_socket_openssl.cc State state = next_handshake_state_; state 1144 net/socket/ssl_client_socket_openssl.cc switch (state) { state 1158 net/socket/ssl_client_socket_openssl.cc NOTREACHED() << "unexpected state" << state; state 179 net/socket/ssl_client_socket_pool.cc State state = next_state_; state 181 net/socket/ssl_client_socket_pool.cc switch (state) { state 677 net/socket/ssl_server_socket_nss.cc State state = next_handshake_state_; state 679 net/socket/ssl_server_socket_nss.cc switch (state) { state 686 net/socket/ssl_server_socket_nss.cc LOG(DFATAL) << "unexpected state " << state; state 225 net/socket/stream_listen_socket.cc void StreamListenSocket::WatchSocket(WaitState state) { state 233 net/socket/stream_listen_socket.cc wait_state_ = state; state 100 net/socket/stream_listen_socket.h void WatchSocket(WaitState state); state 93 net/socket/tcp_client_socket.cc ConnectState state = next_connect_state_; state 95 net/socket/tcp_client_socket.cc switch (state) { state 104 net/socket/tcp_client_socket.cc NOTREACHED() << "bad state " << state; state 143 net/socket/transport_client_socket_pool.cc State state = next_state_; state 145 net/socket/transport_client_socket_pool.cc switch (state) { state 473 net/socket_stream/socket_stream.cc State state = next_state_; state 475 net/socket_stream/socket_stream.cc switch (state) { state 575 net/socket_stream/socket_stream.cc NOTREACHED() << "bad state " << state; state 579 net/socket_stream/socket_stream.cc if (state == STATE_RESOLVE_PROTOCOL && result == ERR_PROTOCOL_SWITCHED) state 583 net/socket_stream/socket_stream.cc if (state != STATE_READ_WRITE && result < ERR_IO_PENDING) { state 243 net/spdy/buffered_spdy_framer.cc return spdy_framer_.state(); state 247 net/spdy/buffered_spdy_framer.cc return state() == SpdyFramer::SPDY_AUTO_RESET; state 171 net/spdy/buffered_spdy_framer.h SpdyFramer::SpdyState state() const; state 342 net/spdy/spdy_framer.cc const char* SpdyFramer::StateToString(int state) { state 343 net/spdy/spdy_framer.cc switch (state) { state 361 net/spdy/spdy_framer.h SpdyState state() const { return state_; } state 489 net/spdy/spdy_framer.h static const char* StateToString(int state); state 60 net/spdy/spdy_framer_test.cc CHECK_EQ(SpdyFramer::SPDY_RESET, framer->state()); state 3336 net/spdy/spdy_framer_test.cc CHECK_EQ(framer.state(), SpdyFramer::SPDY_READ_PADDING_LENGTH); state 3342 net/spdy/spdy_framer_test.cc CHECK_EQ(framer.state(), SpdyFramer::SPDY_READ_PADDING_LENGTH); state 3348 net/spdy/spdy_framer_test.cc CHECK_EQ(framer.state(), SpdyFramer::SPDY_FORWARD_STREAM_FRAME); state 3355 net/spdy/spdy_framer_test.cc CHECK_EQ(framer.state(), SpdyFramer::SPDY_FORWARD_STREAM_FRAME); state 3362 net/spdy/spdy_framer_test.cc CHECK_EQ(framer.state(), SpdyFramer::SPDY_CONSUME_PADDING); state 3369 net/spdy/spdy_framer_test.cc CHECK_EQ(framer.state(), SpdyFramer::SPDY_CONSUME_PADDING); state 3376 net/spdy/spdy_framer_test.cc CHECK_EQ(framer.state(), SpdyFramer::SPDY_RESET); state 3981 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 3993 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4027 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4032 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4076 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4081 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4143 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4151 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4156 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4193 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4198 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4225 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4230 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4266 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4271 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4302 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4308 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4313 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4340 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4345 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4392 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4398 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4403 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4407 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4437 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4441 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4469 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4474 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4515 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4520 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4572 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_ERROR, framer.state()); state 4577 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4607 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4664 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4678 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4718 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 4740 net/spdy/spdy_framer_test.cc EXPECT_EQ(SpdyFramer::SPDY_RESET, framer.state()); state 285 net/spdy/spdy_proxy_client_socket.cc State state = next_state_; state 287 net/spdy/spdy_proxy_client_socket.cc switch (state) { state 880 net/spdy/spdy_stream.cc std::string SpdyStream::DescribeState(State state) { state 882 net/spdy/spdy_stream.cc switch (state) { state 889 net/spdy/spdy_stream.cc description = base::StringPrintf("Unknown state 0x%08X (%u)", state, state 890 net/spdy/spdy_stream.cc state); state 487 net/spdy/spdy_stream.h static std::string DescribeState(State state); state 264 net/third_party/nss/ssl/ssl.h SSLNextProtoState *state, state 44 net/third_party/nss/ssl/ssl3gthr.c if (gs->state == GS_INIT) { state 45 net/third_party/nss/ssl/ssl3gthr.c gs->state = GS_HEADER; state 56 net/third_party/nss/ssl/ssl3gthr.c SSL_GETPID(), ss->fd, gs->state, gs->remainder)); state 57 net/third_party/nss/ssl/ssl3gthr.c bp = ((gs->state != GS_HEADER) ? lbp : gs->hdr) + gs->offset; state 77 net/third_party/nss/ssl/ssl3gthr.c gs->state = GS_INIT; /* so we don't crash next time */ state 84 net/third_party/nss/ssl/ssl3gthr.c if (gs->state == GS_DATA) state 93 net/third_party/nss/ssl/ssl3gthr.c switch (gs->state) { state 107 net/third_party/nss/ssl/ssl3gthr.c gs->state = GS_INIT; state 112 net/third_party/nss/ssl/ssl3gthr.c gs->state = GS_DATA; state 130 net/third_party/nss/ssl/ssl3gthr.c gs->state = GS_INIT; state 170 net/third_party/nss/ssl/ssl3gthr.c gs->state = GS_HEADER; state 252 net/third_party/nss/ssl/ssl3gthr.c gs->state = GS_INIT; state 3090 net/third_party/nss/ssl/sslcon.c ss->gs.state = GS_INIT; state 3364 net/third_party/nss/ssl/sslcon.c ss->gs.state = GS_INIT; state 62 net/third_party/nss/ssl/sslgathr.c if (gs->state == GS_INIT) { state 64 net/third_party/nss/ssl/sslgathr.c gs->state = GS_HEADER; state 82 net/third_party/nss/ssl/sslgathr.c SSL_GETPID(), ss->fd, gs->state, gs->remainder)); state 83 net/third_party/nss/ssl/sslgathr.c bp = ((gs->state != GS_HEADER) ? pBuf : gs->hdr) + gs->offset; state 109 net/third_party/nss/ssl/sslgathr.c switch (gs->state) { state 195 net/third_party/nss/ssl/sslgathr.c gs->state = GS_MAC; state 199 net/third_party/nss/ssl/sslgathr.c gs->state = GS_DATA; state 309 net/third_party/nss/ssl/sslgathr.c gs->state = GS_INIT; state 332 net/third_party/nss/ssl/sslgathr.c gs->state = GS_INIT; state 382 net/third_party/nss/ssl/sslgathr.c gs->state = GS_DATA; state 401 net/third_party/nss/ssl/sslgathr.c gs->state = GS_INIT; state 379 net/third_party/nss/ssl/sslimpl.h int state; /* see GS_ values below. */ /* ssl 2 & 3 */ state 1540 net/third_party/nss/ssl/sslsock.c SSL_GetNextProto(PRFileDesc *fd, SSLNextProtoState *state, unsigned char *buf, state 1551 net/third_party/nss/ssl/sslsock.c if (!state || !buf || !bufLen) { state 1556 net/third_party/nss/ssl/sslsock.c *state = ss->ssl3.nextProtoState; state 289 net/tools/dump_cache/dump_files.cc printf("state: %d\n", entry.state); state 62 net/tools/dump_cache/simple_cache_dumper.cc State state = state_; state 64 net/tools/dump_cache/simple_cache_dumper.cc switch (state) { state 179 net/tools/dump_cache/url_to_filename_encoder.cc State state = kStart; state 184 net/tools/dump_cache/url_to_filename_encoder.cc switch (state) { state 187 net/tools/dump_cache/url_to_filename_encoder.cc state = kEscape; state 197 net/tools/dump_cache/url_to_filename_encoder.cc state = kFirstDigit; state 199 net/tools/dump_cache/url_to_filename_encoder.cc state = kTruncate; state 202 net/tools/dump_cache/url_to_filename_encoder.cc state = kEscapeDot; // Look for at most one more dot. state 207 net/tools/dump_cache/url_to_filename_encoder.cc state = kStart; state 217 net/tools/dump_cache/url_to_filename_encoder.cc state = kStart; state 226 net/tools/dump_cache/url_to_filename_encoder.cc state = kStart; state 233 net/tools/dump_cache/url_to_filename_encoder.cc state = kStart; state 239 net/tools/dump_cache/url_to_filename_encoder.cc return (state == kEscape); state 75 net/tools/dump_cache/url_utilities.cc UnescapeState state = NORMAL; state 79 net/tools/dump_cache/url_utilities.cc switch (state) { state 83 net/tools/dump_cache/url_utilities.cc state = ESCAPE1; state 92 net/tools/dump_cache/url_utilities.cc state = ESCAPE2; state 97 net/tools/dump_cache/url_utilities.cc state = NORMAL; state 106 net/tools/dump_cache/url_utilities.cc state = NORMAL; state 112 net/tools/dump_cache/url_utilities.cc state = NORMAL; state 118 net/tools/dump_cache/url_utilities.cc if (state == ESCAPE1 || state == ESCAPE2) { state 163 net/tools/flip_server/sm_connection.cc int state = 1; state 164 net/tools/flip_server/sm_connection.cc int rv = setsockopt(fd_, IPPROTO_TCP, TCP_CORK, &state, sizeof(state)); state 170 net/tools/flip_server/sm_connection.cc int state = 0; state 171 net/tools/flip_server/sm_connection.cc int rv = setsockopt(fd_, IPPROTO_TCP, TCP_CORK, &state, sizeof(state)); state 371 net/tools/flip_server/spdy_interface_test.cc ASSERT_EQ(SpdyFramer::SPDY_RESET, interface_->spdy_framer()->state()); state 374 net/tools/flip_server/spdy_interface_test.cc interface_->spdy_framer()->state()); state 394 net/tools/flip_server/spdy_interface_test.cc ASSERT_NE(SpdyFramer::SPDY_RESET, interface_->spdy_framer()->state()); state 32 net/tools/flip_server/spdy_ssl.cc void InitSSL(SSLState* state, state 44 net/tools/flip_server/spdy_ssl.cc state->ssl_method = SSLv23_method(); state 45 net/tools/flip_server/spdy_ssl.cc state->ssl_ctx = SSL_CTX_new(state->ssl_method); state 46 net/tools/flip_server/spdy_ssl.cc if (!state->ssl_ctx) { state 51 net/tools/flip_server/spdy_ssl.cc SSL_CTX_set_options(state->ssl_ctx, state 53 net/tools/flip_server/spdy_ssl.cc if (SSL_CTX_use_certificate_chain_file(state->ssl_ctx, state 59 net/tools/flip_server/spdy_ssl.cc state->ssl_ctx, ssl_key_name.c_str(), SSL_FILETYPE_PEM) <= 0) { state 63 net/tools/flip_server/spdy_ssl.cc if (!SSL_CTX_check_private_key(state->ssl_ctx)) { state 69 net/tools/flip_server/spdy_ssl.cc state->ssl_ctx, ssl_set_npn_callback, NULL); state 72 net/tools/flip_server/spdy_ssl.cc SSL_CTX_set_cipher_list(state->ssl_ctx, SSL_CIPHER_LIST); state 76 net/tools/flip_server/spdy_ssl.cc SSL_CTX_set_timeout(state->ssl_ctx, session_expiration_time); state 80 net/tools/flip_server/spdy_ssl.cc SSL_CTX_set_mode(state->ssl_ctx, SSL_MODE_RELEASE_BUFFERS); state 19 net/tools/flip_server/spdy_ssl.h void InitSSL(SSLState* state, state 358 net/tools/quic/test_tools/quic_test_client.cc QuicCryptoClientConfig::CachedState* state = state 360 net/tools/quic/test_tools/quic_test_client.cc const CryptoHandshakeMessage* handshake_msg = state->GetServerConfig(); state 411 net/url_request/url_request.cc dict->SetInteger("load_state", load_state.state); state 163 net/url_request/url_request_context.h TransportSecurityState* state) { state 164 net/url_request/url_request_context.h transport_security_state_ = state; state 259 net/url_request/url_request_ftp_job.cc DCHECK(auth_data_.get() && auth_data_->state == AUTH_STATE_HAVE_AUTH); state 294 net/url_request/url_request_ftp_job.cc return auth_data_.get() && auth_data_->state == AUTH_STATE_NEED_AUTH; state 319 net/url_request/url_request_ftp_job.cc auth_data_->state = AUTH_STATE_HAVE_AUTH; state 334 net/url_request/url_request_ftp_job.cc auth_data_->state = AUTH_STATE_CANCELED; state 382 net/url_request/url_request_ftp_job.cc if (auth_data_->state == AUTH_STATE_CANCELED) { state 387 net/url_request/url_request_ftp_job.cc if (ftp_transaction_ && auth_data_->state == AUTH_STATE_HAVE_AUTH) state 392 net/url_request/url_request_ftp_job.cc auth_data_->state = AUTH_STATE_NEED_AUTH; state 3896 net/url_request/url_request_unittest.cc EXPECT_EQ(expected_first_load_state_, load_state.state); state 3906 net/url_request/url_request_unittest.cc EXPECT_EQ(expected_second_load_state_, load_state.state); state 3920 net/url_request/url_request_unittest.cc EXPECT_EQ(expected_third_load_state_, load_state.state); state 4116 net/url_request/url_request_unittest.cc EXPECT_EQ(LOAD_STATE_IDLE, load_state.state); state 4164 net/url_request/url_request_unittest.cc EXPECT_EQ(LOAD_STATE_IDLE, load_state.state); state 4222 net/url_request/url_request_unittest.cc EXPECT_EQ(LOAD_STATE_IDLE, load_state.state); state 4305 net/url_request/url_request_unittest.cc EXPECT_EQ(LOAD_STATE_IDLE, load_state.state); state 158 net/url_request/view_cache_helper.cc State state = next_state_; state 160 net/url_request/view_cache_helper.cc switch (state) { state 96 net/websockets/websocket_basic_handshake_stream.cc void* state = NULL; state 99 net/websockets/websocket_basic_handshake_stream.cc while (headers->EnumerateHeader(&state, name, &temp_value)) { state 180 net/websockets/websocket_basic_handshake_stream.cc void* state = NULL; state 191 net/websockets/websocket_basic_handshake_stream.cc &state, websockets::kSecWebSocketProtocol, &temp_value)) state 298 net/websockets/websocket_basic_handshake_stream.cc void* state = NULL; state 305 net/websockets/websocket_basic_handshake_stream.cc &state, websockets::kSecWebSocketExtensions, &value)) { state 368 net/websockets/websocket_channel.cc StreamingUtf8Validator::State state = state 370 net/websockets/websocket_channel.cc if (state == StreamingUtf8Validator::INVALID || state 371 net/websockets/websocket_channel.cc (state == StreamingUtf8Validator::VALID_MIDPOINT && fin)) { state 381 net/websockets/websocket_channel.cc DCHECK(!fin || state == StreamingUtf8Validator::VALID_ENDPOINT); state 868 net/websockets/websocket_channel.cc StreamingUtf8Validator::State state = incoming_utf8_validator_.AddBytes( state 870 net/websockets/websocket_channel.cc if (state == StreamingUtf8Validator::INVALID || state 871 net/websockets/websocket_channel.cc (state == StreamingUtf8Validator::VALID_MIDPOINT && final)) { state 877 net/websockets/websocket_channel.cc DCHECK(!final || state == StreamingUtf8Validator::VALID_ENDPOINT); state 56 net/websockets/websocket_job.h State state() const { return state_; } state 210 net/websockets/websocket_throttle_test.cc EXPECT_EQ(WebSocketJob::OPEN, w1->state()); state 49 ppapi/proxy/network_list_resource.cc return list_.at(index).state; state 35 ppapi/proxy/ppapi_command_buffer_proxy.cc gpu::CommandBuffer::State state; state 38 ppapi/proxy/ppapi_command_buffer_proxy.cc ppapi::API_ID_PPB_GRAPHICS_3D, resource_, &state, &success))) { state 39 ppapi/proxy/ppapi_command_buffer_proxy.cc UpdateState(state, success); state 75 ppapi/proxy/ppapi_command_buffer_proxy.cc gpu::CommandBuffer::State state; state 81 ppapi/proxy/ppapi_command_buffer_proxy.cc &state, state 83 ppapi/proxy/ppapi_command_buffer_proxy.cc UpdateState(state, success); state 91 ppapi/proxy/ppapi_command_buffer_proxy.cc gpu::CommandBuffer::State state; state 97 ppapi/proxy/ppapi_command_buffer_proxy.cc &state, state 99 ppapi/proxy/ppapi_command_buffer_proxy.cc UpdateState(state, success); state 217 ppapi/proxy/ppapi_command_buffer_proxy.cc const gpu::CommandBuffer::State& state, state 222 ppapi/proxy/ppapi_command_buffer_proxy.cc if (state.generation - last_state_.generation < 0x80000000U) { state 223 ppapi/proxy/ppapi_command_buffer_proxy.cc last_state_ = state; state 65 ppapi/proxy/ppapi_command_buffer_proxy.h void UpdateState(const gpu::CommandBuffer::State& state, bool success); state 352 ppapi/proxy/ppapi_messages.h IPC_STRUCT_TRAITS_MEMBER(state) state 240 ppapi/proxy/ppb_graphics_3d_proxy.cc gpu::CommandBuffer::State* state, state 247 ppapi/proxy/ppb_graphics_3d_proxy.cc *state = enter.object()->GetState(); state 255 ppapi/proxy/ppb_graphics_3d_proxy.cc gpu::CommandBuffer::State* state, state 262 ppapi/proxy/ppb_graphics_3d_proxy.cc *state = enter.object()->WaitForTokenInRange(start, end); state 270 ppapi/proxy/ppb_graphics_3d_proxy.cc gpu::CommandBuffer::State* state, state 277 ppapi/proxy/ppb_graphics_3d_proxy.cc *state = enter.object()->WaitForGetOffsetInRange(start, end); 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 85 ppapi/proxy/serialized_structs.cc state(PP_NETWORKLIST_STATE_DOWN), state 68 ppapi/proxy/serialized_structs.h PP_NetworkList_State state; state 282 ppapi/proxy/tcp_socket_resource_base.cc if (state_.state() != TCPSocketState::LISTENING) state 298 ppapi/proxy/tcp_socket_resource_base.cc if (state_.state() == TCPSocketState::CLOSED) state 479 ppapi/proxy/tcp_socket_resource_base.cc if (state_.state() != TCPSocketState::LISTENING || state 42 ppapi/proxy/websocket_resource.cc bool InValidStateToReceive(PP_WebSocketReadyState state) { state 43 ppapi/proxy/websocket_resource.cc return state == PP_WEBSOCKETREADYSTATE_OPEN || state 44 ppapi/proxy/websocket_resource.cc state == PP_WEBSOCKETREADYSTATE_CLOSING; state 462 ppapi/proxy/websocket_resource.cc int32_t state) { state 463 ppapi/proxy/websocket_resource.cc state_ = static_cast<PP_WebSocketReadyState>(state); state 77 ppapi/proxy/websocket_resource.h int32_t state); state 117 ppapi/proxy/websocket_resource_unittest.cc PP_WebSocketReadyState state = websocket_iface->GetReadyState(res.get()); state 118 ppapi/proxy/websocket_resource_unittest.cc EXPECT_EQ(PP_WEBSOCKETREADYSTATE_CLOSING, state); state 11 ppapi/shared_impl/ppb_tcp_socket_shared.cc TCPSocketState::TCPSocketState(StateType state) state 12 ppapi/shared_impl/ppb_tcp_socket_shared.cc : state_(state), pending_transition_(NONE) { state 34 ppapi/shared_impl/ppb_tcp_socket_shared.h explicit TCPSocketState(StateType state); state 37 ppapi/shared_impl/ppb_tcp_socket_shared.h StateType state() const { return state_; } state 66 ppapi/shared_impl/var_value_conversions.cc std::stack<VarNode>* state) { state 101 ppapi/shared_impl/var_value_conversions.cc state->push(VarNode(var, value->get())); state 111 ppapi/shared_impl/var_value_conversions.cc state->push(VarNode(var, value->get())); state 140 ppapi/shared_impl/var_value_conversions.cc std::stack<ValueNode>* state) { state 200 ppapi/shared_impl/var_value_conversions.cc state->push(ValueNode(var->get(), &value)); state 206 ppapi/shared_impl/var_value_conversions.cc state->push(ValueNode(var->get(), &value)); state 219 ppapi/shared_impl/var_value_conversions.cc std::stack<VarNode> state; state 222 ppapi/shared_impl/var_value_conversions.cc if (!CreateValueFromVarHelper(parent_ids, var, &root_value, &state)) state 225 ppapi/shared_impl/var_value_conversions.cc while (!state.empty()) { state 226 ppapi/shared_impl/var_value_conversions.cc VarNode& top = state.top(); state 229 ppapi/shared_impl/var_value_conversions.cc state.pop(); state 254 ppapi/shared_impl/var_value_conversions.cc parent_ids, iter->second.get(), &child_value, &state)) { state 277 ppapi/shared_impl/var_value_conversions.cc parent_ids, iter->get(), &child_value, &state)) { state 293 ppapi/shared_impl/var_value_conversions.cc std::stack<ValueNode> state; state 296 ppapi/shared_impl/var_value_conversions.cc if (!CreateVarFromValueHelper(value, &root_var, &state)) state 299 ppapi/shared_impl/var_value_conversions.cc while (!state.empty()) { state 300 ppapi/shared_impl/var_value_conversions.cc ValueNode top = state.top(); state 301 ppapi/shared_impl/var_value_conversions.cc state.pop(); state 311 ppapi/shared_impl/var_value_conversions.cc if (!CreateVarFromValueHelper(iter.value(), &child_var, &state) || state 325 ppapi/shared_impl/var_value_conversions.cc if (!CreateVarFromValueHelper(**iter, &child_var, &state)) state 125 ppapi/tests/test_network_monitor.cc PP_NetworkList_State state = network_list.GetState(iface); state 126 ppapi/tests/test_network_monitor.cc ASSERT_TRUE(state >= PP_NETWORKLIST_STATE_DOWN); state 127 ppapi/tests/test_network_monitor.cc ASSERT_TRUE(state <= PP_NETWORKLIST_STATE_UP); state 182 printing/backend/print_backend_cups.cc const char* state = cupsGetOption(kCUPSPrinterStateOpt, state 184 printing/backend/print_backend_cups.cc if (state != NULL) state 185 printing/backend/print_backend_cups.cc base::StringToInt(state, &printer_info.printer_status); state 407 remoting/android/java/src/org/chromium/chromoting/Chromoting.java public void onConnectionState(JniInterface.ConnectionListener.State state, state 410 remoting/android/java/src/org/chromium/chromoting/Chromoting.java switch (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 75 remoting/android/java/src/org/chromium/chromoting/SessionConnector.java mConnectionCallback.onConnectionState(state, error); state 114 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java void onConnectionState(State state, Error error); state 208 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java private static void reportConnectionStatus(int state, int error) { 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 135 remoting/client/chromoting_client.cc VLOG(1) << "ChromotingClient::OnConnectionState(" << state << ")"; state 137 remoting/client/chromoting_client.cc if (state == protocol::ConnectionToHost::AUTHENTICATED) { state 139 remoting/client/chromoting_client.cc } else if (state == protocol::ConnectionToHost::CONNECTED) { state 142 remoting/client/chromoting_client.cc user_interface_->OnConnectionState(state, error); 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 216 remoting/client/jni/chromoting_jni_instance.cc EnableStatsLogging(state == protocol::ConnectionToHost::CONNECTED); state 218 remoting/client/jni/chromoting_jni_instance.cc if (create_pairing_ && state == protocol::ConnectionToHost::CONNECTED) { state 229 remoting/client/jni/chromoting_jni_instance.cc 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 229 remoting/client/jni/chromoting_jni_runtime.cc Java_JniInterface_reportConnectionStatus(env, state, error); 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 92 remoting/client/plugin/chromoting_instance.cc switch (state) { state 413 remoting/client/plugin/chromoting_instance.cc protocol::ConnectionToHost::State state, state 416 remoting/client/plugin/chromoting_instance.cc data->SetString("state", ConnectionStateToString(state)); state 1107 remoting/client/plugin/chromoting_instance.cc (host_connection_->state() == protocol::ConnectionToHost::CONNECTED); state 119 remoting/client/plugin/chromoting_instance.h virtual void OnConnectionState(protocol::ConnectionToHost::State state, state 80 remoting/host/heartbeat_sender.cc void HeartbeatSender::OnSignalStrategyStateChange(SignalStrategy::State state) { state 81 remoting/host/heartbeat_sender.cc if (state == SignalStrategy::CONNECTED) { state 86 remoting/host/heartbeat_sender.cc } else if (state == SignalStrategy::DISCONNECTED) { 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 59 remoting/host/host_status_sender.cc if (state == SignalStrategy::CONNECTED) state 61 remoting/host/host_status_sender.cc else if (state == SignalStrategy::DISCONNECTED) state 80 remoting/host/host_status_sender.cc SignalStrategy::State state = signal_strategy_->GetState(); state 81 remoting/host/host_status_sender.cc if (state == SignalStrategy::CONNECTED) { state 95 remoting/host/host_status_sender.cc << state; state 66 remoting/host/host_status_sender.h SignalStrategy::State state) OVERRIDE; state 277 remoting/host/input_injector_linux.cc XKeyboardState state; state 278 remoting/host/input_injector_linux.cc if (!XGetKeyboardControl(display_, &state)) { state 282 remoting/host/input_injector_linux.cc return state.global_auto_repeat == AutoRepeatModeOn; state 375 remoting/host/it2me/it2me_host.cc void It2MeHost::SetState(It2MeHostState state) { state 380 remoting/host/it2me/it2me_host.cc DCHECK(state == kStarting || state 381 remoting/host/it2me/it2me_host.cc state == kError) << state; state 384 remoting/host/it2me/it2me_host.cc DCHECK(state == kRequestedAccessCode || state 385 remoting/host/it2me/it2me_host.cc state == kDisconnecting || state 386 remoting/host/it2me/it2me_host.cc state == kError || state 387 remoting/host/it2me/it2me_host.cc state == kInvalidDomainError) << state; state 390 remoting/host/it2me/it2me_host.cc DCHECK(state == kReceivedAccessCode || state 391 remoting/host/it2me/it2me_host.cc state == kDisconnecting || state 392 remoting/host/it2me/it2me_host.cc state == kError) << state; state 395 remoting/host/it2me/it2me_host.cc DCHECK(state == kConnected || state 396 remoting/host/it2me/it2me_host.cc state == kDisconnecting || state 397 remoting/host/it2me/it2me_host.cc state == kError) << state; state 400 remoting/host/it2me/it2me_host.cc DCHECK(state == kDisconnecting || state 401 remoting/host/it2me/it2me_host.cc state == kDisconnected || state 402 remoting/host/it2me/it2me_host.cc state == kError) << state; state 405 remoting/host/it2me/it2me_host.cc DCHECK(state == kDisconnected) << state; state 408 remoting/host/it2me/it2me_host.cc DCHECK(state == kDisconnecting) << state; state 411 remoting/host/it2me/it2me_host.cc DCHECK(state == kDisconnecting) << state; state 415 remoting/host/it2me/it2me_host.cc state_ = state; state 420 remoting/host/it2me/it2me_host.cc observer_, state)); state 54 remoting/host/it2me/it2me_host.h virtual void OnStateChanged(It2MeHostState state) = 0; state 82 remoting/host/it2me/it2me_host.h void SetStateForTesting(It2MeHostState state) { SetState(state); } state 97 remoting/host/it2me/it2me_host.h void SetState(It2MeHostState state); state 231 remoting/host/it2me/it2me_native_messaging_host.cc void It2MeNativeMessagingHost::OnStateChanged(It2MeHostState state) { state 234 remoting/host/it2me/it2me_native_messaging_host.cc state_ = state; state 240 remoting/host/it2me/it2me_native_messaging_host.cc It2MeNativeMessagingHost::HostStateToString(state)); state 38 remoting/host/it2me/it2me_native_messaging_host.h virtual void OnStateChanged(It2MeHostState state) OVERRIDE; state 88 remoting/host/it2me/it2me_native_messaging_host_unittest.cc void RunSetState(It2MeHostState state); state 139 remoting/host/it2me/it2me_native_messaging_host_unittest.cc void MockIt2MeHost::RunSetState(It2MeHostState state) { state 142 remoting/host/it2me/it2me_native_messaging_host_unittest.cc FROM_HERE, base::Bind(&It2MeHost::SetStateForTesting, this, state)); state 144 remoting/host/it2me/it2me_native_messaging_host_unittest.cc SetStateForTesting(state); state 328 remoting/host/it2me/it2me_native_messaging_host_unittest.cc std::string state; state 329 remoting/host/it2me/it2me_native_messaging_host_unittest.cc ASSERT_TRUE(response->GetString("state", &state)); state 332 remoting/host/it2me/it2me_native_messaging_host_unittest.cc if (state == It2MeNativeMessagingHost::HostStateToString(kStarting)) { state 335 remoting/host/it2me/it2me_native_messaging_host_unittest.cc } else if (state == It2MeNativeMessagingHost::HostStateToString( state 339 remoting/host/it2me/it2me_native_messaging_host_unittest.cc } else if (state == It2MeNativeMessagingHost::HostStateToString( state 351 remoting/host/it2me/it2me_native_messaging_host_unittest.cc } else if (state == state 359 remoting/host/it2me/it2me_native_messaging_host_unittest.cc ADD_FAILURE() << "Unexpected host state: " << state; state 385 remoting/host/it2me/it2me_native_messaging_host_unittest.cc std::string state; state 386 remoting/host/it2me/it2me_native_messaging_host_unittest.cc ASSERT_TRUE(response->GetString("state", &state)); state 387 remoting/host/it2me/it2me_native_messaging_host_unittest.cc if (state == state 391 remoting/host/it2me/it2me_native_messaging_host_unittest.cc } else if (state == state 396 remoting/host/it2me/it2me_native_messaging_host_unittest.cc ADD_FAILURE() << "Unexpected host state: " << state; state 173 remoting/host/linux/x_server_clipboard.cc event->xproperty.state == PropertyNewValue) { state 57 remoting/host/log_to_server.cc void LogToServer::OnSignalStrategyStateChange(SignalStrategy::State state) { state 60 remoting/host/log_to_server.cc if (state == SignalStrategy::CONNECTED) { state 63 remoting/host/log_to_server.cc } else if (state == SignalStrategy::DISCONNECTED) { 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 61 remoting/host/pam_authorization_factory_posix.cc return underlying_->state(); state 99 remoting/host/pam_authorization_factory_posix.cc if (local_login_status_ == NOT_CHECKED && state() == ACCEPTED) { state 869 remoting/host/plugin/host_script_object.cc void HostNPScriptObject::OnStateChanged(It2MeHostState state) { state 872 remoting/host/plugin/host_script_object.cc state_ = state; state 879 remoting/host/plugin/host_script_object.cc INT32_TO_NPVARIANT(state, state_var); state 163 remoting/host/plugin/host_script_object.h virtual void OnStateChanged(It2MeHostState state) OVERRIDE; state 58 remoting/host/register_support_host_request.cc SignalStrategy::State state) { state 59 remoting/host/register_support_host_request.cc if (state == SignalStrategy::CONNECTED) { state 67 remoting/host/register_support_host_request.cc } else if (state == SignalStrategy::DISCONNECTED) { state 57 remoting/host/register_support_host_request.h SignalStrategy::State state) OVERRIDE; state 194 remoting/host/setup/daemon_installer_win.cc ScopedVariant state; state 196 remoting/host/setup/daemon_installer_win.cc DISPATCH_PROPERTYGET, state.Receive()); state 197 remoting/host/setup/daemon_installer_win.cc if (state.type() != VT_I4) { state 203 remoting/host/setup/daemon_installer_win.cc switch (V_I4(&state)) { state 259 remoting/host/setup/daemon_installer_win.cc LOG(ERROR) << "Unknown bundle state: " << V_I4(&state) << "."; state 357 remoting/host/setup/me2me_native_messaging_host.cc DaemonController::State state = daemon_controller_->GetState(); state 358 remoting/host/setup/me2me_native_messaging_host.cc switch (state) { state 53 remoting/host/signaling_connector.cc SignalStrategy::State state) { state 56 remoting/host/signaling_connector.cc if (state == SignalStrategy::CONNECTED) { state 59 remoting/host/signaling_connector.cc } else if (state == SignalStrategy::DISCONNECTED) { state 52 remoting/host/signaling_connector.h SignalStrategy::State state) OVERRIDE; state 159 remoting/host/win/launch_process_with_token.cc TOKEN_PRIVILEGES state; state 160 remoting/host/win/launch_process_with_token.cc state.PrivilegeCount = 1; state 161 remoting/host/win/launch_process_with_token.cc state.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED; state 162 remoting/host/win/launch_process_with_token.cc if (!LookupPrivilegeValue(NULL, SE_TCB_NAME, &state.Privileges[0].Luid)) { state 169 remoting/host/win/launch_process_with_token.cc if (!AdjustTokenPrivileges(privileged_token, FALSE, &state, 0, NULL, 0)) { 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 49 remoting/jingle_glue/signal_strategy.h virtual void OnSignalStrategyStateChange(State state) = 0; state 190 remoting/jingle_glue/xmpp_signal_strategy.cc buzz::XmppEngine::State state) { state 193 remoting/jingle_glue/xmpp_signal_strategy.cc if (state == buzz::XmppEngine::STATE_OPEN) { state 198 remoting/jingle_glue/xmpp_signal_strategy.cc } else if (state == buzz::XmppEngine::STATE_CLOSED) { state 91 remoting/jingle_glue/xmpp_signal_strategy.h void OnConnectionStateChanged(buzz::XmppEngine::State state); state 90 remoting/protocol/authenticator.h virtual State state() const = 0; state 74 remoting/protocol/authenticator_test_base.cc ASSERT_NE(Authenticator::WAITING_MESSAGE, sender->state()); state 75 remoting/protocol/authenticator_test_base.cc if (sender->state() == Authenticator::ACCEPTED || state 76 remoting/protocol/authenticator_test_base.cc sender->state() == Authenticator::REJECTED) state 79 remoting/protocol/authenticator_test_base.cc ASSERT_EQ(Authenticator::MESSAGE_READY, sender->state()); state 82 remoting/protocol/authenticator_test_base.cc ASSERT_NE(Authenticator::MESSAGE_READY, sender->state()); state 84 remoting/protocol/authenticator_test_base.cc ASSERT_EQ(Authenticator::WAITING_MESSAGE, receiver->state()); state 104 remoting/protocol/connection_to_client.cc void ConnectionToClient::OnSessionStateChange(Session::State state) { state 108 remoting/protocol/connection_to_client.cc switch(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 110 remoting/protocol/connection_to_host.cc if (state == SignalStrategy::CONNECTED) { state 112 remoting/protocol/connection_to_host.cc } else if (state == SignalStrategy::DISCONNECTED) { state 146 remoting/protocol/connection_to_host.cc Session::State state) { state 150 remoting/protocol/connection_to_host.cc switch (state) { state 277 remoting/protocol/connection_to_host.cc void ConnectionToHost::SetState(State state, ErrorCode error) { state 280 remoting/protocol/connection_to_host.cc DCHECK(state == FAILED || error == OK); state 282 remoting/protocol/connection_to_host.cc if (state != state_) { state 283 remoting/protocol/connection_to_host.cc state_ = state; 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 120 remoting/protocol/fake_authenticator.cc EXPECT_EQ(REJECTED, state()); state 126 remoting/protocol/fake_authenticator.cc EXPECT_EQ(WAITING_MESSAGE, state()); state 135 remoting/protocol/fake_authenticator.cc EXPECT_EQ(MESSAGE_READY, state()); state 150 remoting/protocol/fake_authenticator.cc EXPECT_EQ(ACCEPTED, state()); state 65 remoting/protocol/fake_authenticator.h virtual State state() const OVERRIDE; state 96 remoting/protocol/jingle_session.cc DCHECK_EQ(authenticator->state(), Authenticator::MESSAGE_READY); state 126 remoting/protocol/jingle_session.cc DCHECK_EQ(authenticator->state(), Authenticator::WAITING_MESSAGE); state 149 remoting/protocol/jingle_session.cc DCHECK_EQ(authenticator_->state(), Authenticator::WAITING_MESSAGE); state 157 remoting/protocol/jingle_session.cc DCHECK_NE(authenticator_->state(), Authenticator::PROCESSING_MESSAGE); state 158 remoting/protocol/jingle_session.cc if (authenticator_->state() == Authenticator::REJECTED) { state 169 remoting/protocol/jingle_session.cc if (authenticator_->state() == Authenticator::MESSAGE_READY) state 180 remoting/protocol/jingle_session.cc if (authenticator_->state() == Authenticator::ACCEPTED) { state 183 remoting/protocol/jingle_session.cc DCHECK_EQ(authenticator_->state(), Authenticator::WAITING_MESSAGE); state 475 remoting/protocol/jingle_session.cc DCHECK(authenticator_->state() == Authenticator::WAITING_MESSAGE); state 489 remoting/protocol/jingle_session.cc authenticator_->state() != Authenticator::WAITING_MESSAGE) { state 578 remoting/protocol/jingle_session.cc DCHECK_NE(authenticator_->state(), Authenticator::PROCESSING_MESSAGE); state 587 remoting/protocol/jingle_session.cc if (authenticator_->state() == Authenticator::MESSAGE_READY) { state 593 remoting/protocol/jingle_session.cc DCHECK_NE(authenticator_->state(), Authenticator::MESSAGE_READY); state 595 remoting/protocol/jingle_session.cc if (authenticator_->state() == Authenticator::ACCEPTED) { state 597 remoting/protocol/jingle_session.cc } else if (authenticator_->state() == Authenticator::REJECTED) { state 81 remoting/protocol/jingle_session_manager.cc SignalStrategy::State state) { state 82 remoting/protocol/jingle_session_manager.cc if (state == SignalStrategy::CONNECTED && !ready_) { state 62 remoting/protocol/jingle_session_manager.h SignalStrategy::State state) OVERRIDE; state 51 remoting/protocol/negotiating_authenticator_base.cc if (current_authenticator_->state() == WAITING_MESSAGE) { state 70 remoting/protocol/negotiating_authenticator_base.cc state_ = current_authenticator_->state(); state 78 remoting/protocol/negotiating_authenticator_base.cc DCHECK_EQ(state(), MESSAGE_READY); state 82 remoting/protocol/negotiating_authenticator_base.cc if (current_authenticator_->state() == MESSAGE_READY) { state 87 remoting/protocol/negotiating_authenticator_base.cc state_ = current_authenticator_->state(); state 101 remoting/protocol/negotiating_authenticator_base.cc DCHECK_EQ(state(), ACCEPTED); state 66 remoting/protocol/negotiating_authenticator_base.h virtual State state() const OVERRIDE; state 107 remoting/protocol/negotiating_authenticator_unittest.cc ASSERT_TRUE(client_->state() == Authenticator::REJECTED || state 108 remoting/protocol/negotiating_authenticator_unittest.cc host_->state() == Authenticator::REJECTED); state 109 remoting/protocol/negotiating_authenticator_unittest.cc if (client_->state() == Authenticator::REJECTED) { state 112 remoting/protocol/negotiating_authenticator_unittest.cc if (host_->state() == Authenticator::REJECTED) { state 120 remoting/protocol/negotiating_authenticator_unittest.cc ASSERT_EQ(Authenticator::ACCEPTED, host_->state()); state 121 remoting/protocol/negotiating_authenticator_unittest.cc ASSERT_EQ(Authenticator::ACCEPTED, client_->state()); state 50 remoting/protocol/negotiating_client_authenticator.cc DCHECK_EQ(state(), WAITING_MESSAGE); state 83 remoting/protocol/negotiating_client_authenticator.cc DCHECK_EQ(state(), MESSAGE_READY); state 92 remoting/protocol/negotiating_client_authenticator.cc DCHECK(current_authenticator_->state() == MESSAGE_READY); state 70 remoting/protocol/negotiating_host_authenticator.cc DCHECK_EQ(state(), WAITING_MESSAGE); state 38 remoting/protocol/pairing_authenticator_base.cc return v2_authenticator_->state(); state 52 remoting/protocol/pairing_authenticator_base.cc DCHECK_EQ(state(), WAITING_MESSAGE); state 83 remoting/protocol/pairing_authenticator_base.cc DCHECK_EQ(state(), MESSAGE_READY); state 121 remoting/protocol/pairing_authenticator_base.cc if (v2_authenticator_->state() == REJECTED && state 45 remoting/protocol/pairing_authenticator_base.h virtual State state() const OVERRIDE; state 43 remoting/protocol/pairing_host_authenticator.cc return PairingAuthenticatorBase::state(); state 30 remoting/protocol/pairing_host_authenticator.h virtual State state() const OVERRIDE; state 59 remoting/protocol/session.h virtual void OnSessionStateChange(State state) = 0; state 39 remoting/protocol/third_party_authenticator_base.cc return underlying_->state(); state 45 remoting/protocol/third_party_authenticator_base.cc DCHECK_EQ(state(), REJECTED); state 55 remoting/protocol/third_party_authenticator_base.cc DCHECK_EQ(state(), WAITING_MESSAGE); state 62 remoting/protocol/third_party_authenticator_base.cc DCHECK_EQ(underlying_->state(), WAITING_MESSAGE); state 68 remoting/protocol/third_party_authenticator_base.cc DCHECK_EQ(state(), MESSAGE_READY); state 71 remoting/protocol/third_party_authenticator_base.cc if (underlying_ && underlying_->state() == MESSAGE_READY) { state 85 remoting/protocol/third_party_authenticator_base.cc DCHECK_EQ(state(), ACCEPTED); state 38 remoting/protocol/third_party_authenticator_base.h virtual State state() const OVERRIDE; state 134 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, client_->state()); state 137 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, host_->state()); state 142 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::ACCEPTED, host_->state()); state 143 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::ACCEPTED, client_->state()); state 161 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, client_->state()); state 167 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::REJECTED, client_->state()); state 173 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, client_->state()); state 176 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, host_->state()); state 180 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::REJECTED, host_->state()); state 186 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, client_->state()); state 192 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::REJECTED, client_->state()); state 199 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, client_->state()); state 202 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, host_->state()); state 207 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::REJECTED, client_->state()); state 213 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, client_->state()); state 216 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, host_->state()); state 221 remoting/protocol/third_party_authenticator_unittest.cc ASSERT_EQ(Authenticator::REJECTED, client_->state()); state 79 remoting/protocol/v2_authenticator.cc DCHECK_EQ(state(), REJECTED); state 90 remoting/protocol/v2_authenticator.cc DCHECK_EQ(state(), WAITING_MESSAGE); state 151 remoting/protocol/v2_authenticator.cc DCHECK_EQ(state(), MESSAGE_READY); state 185 remoting/protocol/v2_authenticator.cc DCHECK_EQ(state(), ACCEPTED); state 40 remoting/protocol/v2_authenticator.h virtual State state() const OVERRIDE; state 66 remoting/protocol/v2_authenticator_unittest.cc ASSERT_EQ(Authenticator::ACCEPTED, host_->state()); state 67 remoting/protocol/v2_authenticator_unittest.cc ASSERT_EQ(Authenticator::ACCEPTED, client_->state()); state 87 remoting/protocol/v2_authenticator_unittest.cc ASSERT_EQ(Authenticator::REJECTED, client_->state()); state 96 remoting/protocol/v2_authenticator_unittest.cc ASSERT_EQ(Authenticator::WAITING_MESSAGE, client_->state()); state 99 remoting/protocol/v2_authenticator_unittest.cc ASSERT_EQ(Authenticator::REJECTED, host_->state()); state 222 sandbox/linux/seccomp-bpf/verifier.cc void Ld(State* state, const struct sock_filter& insn, const char** err) { state 229 sandbox/linux/seccomp-bpf/verifier.cc memcpy(&state->accumulator, state 230 sandbox/linux/seccomp-bpf/verifier.cc reinterpret_cast<const char*>(&state->data) + insn.k, state 236 sandbox/linux/seccomp-bpf/verifier.cc state->acc_is_valid = true; state 240 sandbox/linux/seccomp-bpf/verifier.cc void Jmp(State* state, const struct sock_filter& insn, const char** err) { state 242 sandbox/linux/seccomp-bpf/verifier.cc if (state->ip + insn.k + 1 >= state->program.size() || state 243 sandbox/linux/seccomp-bpf/verifier.cc state->ip + insn.k + 1 <= state->ip) { state 248 sandbox/linux/seccomp-bpf/verifier.cc state->ip += insn.k; state 250 sandbox/linux/seccomp-bpf/verifier.cc if (BPF_SRC(insn.code) != BPF_K || !state->acc_is_valid || state 251 sandbox/linux/seccomp-bpf/verifier.cc state->ip + insn.jt + 1 >= state->program.size() || state 252 sandbox/linux/seccomp-bpf/verifier.cc state->ip + insn.jf + 1 >= state->program.size()) { state 257 sandbox/linux/seccomp-bpf/verifier.cc if (state->accumulator == insn.k) { state 258 sandbox/linux/seccomp-bpf/verifier.cc state->ip += insn.jt; state 260 sandbox/linux/seccomp-bpf/verifier.cc state->ip += insn.jf; state 264 sandbox/linux/seccomp-bpf/verifier.cc if (state->accumulator > insn.k) { state 265 sandbox/linux/seccomp-bpf/verifier.cc state->ip += insn.jt; state 267 sandbox/linux/seccomp-bpf/verifier.cc state->ip += insn.jf; state 271 sandbox/linux/seccomp-bpf/verifier.cc if (state->accumulator >= insn.k) { state 272 sandbox/linux/seccomp-bpf/verifier.cc state->ip += insn.jt; state 274 sandbox/linux/seccomp-bpf/verifier.cc state->ip += insn.jf; state 278 sandbox/linux/seccomp-bpf/verifier.cc if (state->accumulator & insn.k) { state 279 sandbox/linux/seccomp-bpf/verifier.cc state->ip += insn.jt; state 281 sandbox/linux/seccomp-bpf/verifier.cc state->ip += insn.jf; state 298 sandbox/linux/seccomp-bpf/verifier.cc void Alu(State* state, const struct sock_filter& insn, const char** err) { state 300 sandbox/linux/seccomp-bpf/verifier.cc state->accumulator = -state->accumulator; state 309 sandbox/linux/seccomp-bpf/verifier.cc state->accumulator += insn.k; state 312 sandbox/linux/seccomp-bpf/verifier.cc state->accumulator -= insn.k; state 315 sandbox/linux/seccomp-bpf/verifier.cc state->accumulator *= insn.k; state 322 sandbox/linux/seccomp-bpf/verifier.cc state->accumulator /= insn.k; state 329 sandbox/linux/seccomp-bpf/verifier.cc state->accumulator %= insn.k; state 332 sandbox/linux/seccomp-bpf/verifier.cc state->accumulator |= insn.k; state 335 sandbox/linux/seccomp-bpf/verifier.cc state->accumulator ^= insn.k; state 338 sandbox/linux/seccomp-bpf/verifier.cc state->accumulator &= insn.k; state 345 sandbox/linux/seccomp-bpf/verifier.cc state->accumulator <<= insn.k; state 352 sandbox/linux/seccomp-bpf/verifier.cc state->accumulator >>= insn.k; state 406 sandbox/linux/seccomp-bpf/verifier.cc for (State state(program, data); !*err; ++state.ip) { state 407 sandbox/linux/seccomp-bpf/verifier.cc if (state.ip >= program.size()) { state 411 sandbox/linux/seccomp-bpf/verifier.cc const struct sock_filter& insn = program[state.ip]; state 414 sandbox/linux/seccomp-bpf/verifier.cc Ld(&state, insn, err); state 417 sandbox/linux/seccomp-bpf/verifier.cc Jmp(&state, insn, err); state 420 sandbox/linux/seccomp-bpf/verifier.cc uint32_t r = Ret(&state, insn, err); state 436 sandbox/linux/seccomp-bpf/verifier.cc Alu(&state, insn, err); state 282 sandbox/win/sandbox_poc/main_ui_window.cc void MainUIWindow::OnSize(HWND window, UINT state, int cx, int cy) { state 284 sandbox/win/sandbox_poc/main_ui_window.cc UNREFERENCED_PARAMETER(state); state 98 sandbox/win/sandbox_poc/main_ui_window.h void OnSize(HWND window, UINT state, int cx, int cy); state 63 sandbox/win/src/handle_closer_test.cc static int state = BEFORE_INIT; state 64 sandbox/win/src/handle_closer_test.cc switch (state++) { state 45 sandbox/win/src/ipc_unittest.cc channel.state = kFreeChannel; state 93 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[0].state); state 94 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[1].state); state 95 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[2].state); state 96 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[3].state); state 97 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[4].state); state 98 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[5].state); state 102 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[0].state); state 103 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[1].state); state 104 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[2].state); state 105 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[3].state); state 106 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[4].state); state 107 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[5].state); state 111 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[0].state); state 112 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[1].state); state 113 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[2].state); state 114 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[3].state); state 115 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[4].state); state 116 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[5].state); state 120 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[0].state); state 121 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[1].state); state 122 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[2].state); state 123 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[3].state); state 124 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[4].state); state 125 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[5].state); state 129 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[0].state); state 130 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[1].state); state 131 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[2].state); state 132 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[3].state); state 133 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[4].state); state 134 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[5].state); state 137 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[0].state); state 138 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[1].state); state 139 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[2].state); state 140 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[3].state); state 141 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[4].state); state 142 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[5].state); state 378 sandbox/win/src/ipc_unittest.cc volatile LONG* state; state 387 sandbox/win/src/ipc_unittest.cc ::InterlockedExchange(events->state, kAckChannel); state 423 sandbox/win/src/ipc_unittest.cc events.state = &client_control->channels[1].state; state 431 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[0].state); state 432 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[1].state); state 433 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[2].state); state 437 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[0].state); state 438 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[1].state); state 439 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[2].state); state 454 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kBusyChannel, client_control->channels[0].state); state 455 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[1].state); state 456 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[2].state); state 465 sandbox/win/src/ipc_unittest.cc events.state = &client_control->channels[0].state; state 477 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[0].state); state 478 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[1].state); state 479 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[2].state); state 494 sandbox/win/src/ipc_unittest.cc ::InterlockedExchange(events->state, kAckChannel); state 525 sandbox/win/src/ipc_unittest.cc events.state = &client_control->channels[0].state; state 553 sandbox/win/src/ipc_unittest.cc EXPECT_EQ(kFreeChannel, client_control->channels[0].state); state 153 sandbox/win/src/policy_low_level.cc uint16 parameter, int state, bool last_call, state 187 sandbox/win/src/policy_low_level.cc if (PENDING_ASTERISK == state) { state 198 sandbox/win/src/policy_low_level.cc } else if (PENDING_QMARK == state) { state 227 sandbox/win/src/policy_low_level.cc int state = PENDING_NONE; state 239 sandbox/win/src/policy_low_level.cc state, false, &skip_count, &fragment)) { state 243 sandbox/win/src/policy_low_level.cc state = PENDING_ASTERISK; state 251 sandbox/win/src/policy_low_level.cc state, false, &skip_count, &fragment)) { state 256 sandbox/win/src/policy_low_level.cc state = PENDING_QMARK; state 271 sandbox/win/src/policy_low_level.cc state, true, &skip_count, &fragment)) { state 166 sandbox/win/src/policy_low_level.h uint16 parameter, int state, bool last_call, state 33 sandbox/win/src/sharedmem_ipc_client.cc LONG result = ::InterlockedExchange(&channel[num].state, kFreeChannel); state 93 sandbox/win/src/sharedmem_ipc_client.cc ::InterlockedExchange(&channel[num].state, kAbandonnedChannel); state 125 sandbox/win/src/sharedmem_ipc_client.cc if (kFreeChannel == ::InterlockedCompareExchange(&channel[ix].state, state 77 sandbox/win/src/sharedmem_ipc_client.h volatile LONG state; state 109 sandbox/win/src/sharedmem_ipc_server.cc client_context->state = kFreeChannel; state 378 sandbox/win/src/sharedmem_ipc_server.cc ::InterlockedCompareExchange(&service_context->channel->state, state 396 sandbox/win/src/sharedmem_ipc_server.cc ::InterlockedExchange(&service_context->channel->state, kAckChannel); state 297 sandbox/win/tests/common/controller.cc SboxTestsState state = static_cast<SboxTestsState>(_wtoi(argv[2])); state 298 sandbox/win/tests/common/controller.cc if ((state <= MIN_STATE) || (state >= MAX_STATE)) state 313 sandbox/win/tests/common/controller.cc if (BEFORE_INIT == state) state 315 sandbox/win/tests/common/controller.cc else if (EVERY_STATE == state) state 323 sandbox/win/tests/common/controller.cc if (BEFORE_REVERT == state) state 325 sandbox/win/tests/common/controller.cc else if (EVERY_STATE == state) state 28 sandbox/win/tests/integration_tests/integration_tests_test.cc static SboxTestsState state = MIN_STATE; state 30 sandbox/win/tests/integration_tests/integration_tests_test.cc if (MIN_STATE == state) state 31 sandbox/win/tests/integration_tests/integration_tests_test.cc state = BEFORE_INIT; state 32 sandbox/win/tests/integration_tests/integration_tests_test.cc return state; state 36 sandbox/win/tests/integration_tests/integration_tests_test.cc if (BEFORE_INIT == state) state 37 sandbox/win/tests/integration_tests/integration_tests_test.cc state = BEFORE_REVERT; state 38 sandbox/win/tests/integration_tests/integration_tests_test.cc return state; state 41 sandbox/win/tests/integration_tests/integration_tests_test.cc if (BEFORE_REVERT == state) state 42 sandbox/win/tests/integration_tests/integration_tests_test.cc state = AFTER_REVERT; state 43 sandbox/win/tests/integration_tests/integration_tests_test.cc return state; state 173 sync/android/java/src/org/chromium/sync/notifier/InvalidationPreferences.java public void setInternalNotificationClientState(EditContext editContext, byte[] state) { state 175 sync/android/java/src/org/chromium/sync/notifier/InvalidationPreferences.java Base64.encodeToString(state, Base64.DEFAULT)); state 63 sync/engine/backoff_delay_provider.cc const sessions::ModelNeutralState& state) const { state 82 sync/engine/backoff_delay_provider.cc if (state.commit_result == NETWORK_CONNECTION_UNAVAILABLE || state 83 sync/engine/backoff_delay_provider.cc state.last_download_updates_result == NETWORK_CONNECTION_UNAVAILABLE) { state 87 sync/engine/backoff_delay_provider.cc if (SyncerErrorIsError(state.last_get_key_result)) state 95 sync/engine/backoff_delay_provider.cc if (state.last_download_updates_result == SERVER_RETURN_MIGRATION_DONE || state 96 sync/engine/backoff_delay_provider.cc state.commit_result == SERVER_RETURN_MIGRATION_DONE) { state 108 sync/engine/backoff_delay_provider.cc if (state.commit_result == SERVER_RETURN_CONFLICT) { state 41 sync/engine/backoff_delay_provider.h const sessions::ModelNeutralState& state) const; state 38 sync/engine/backoff_delay_provider_unittest.cc sessions::ModelNeutralState state; state 39 sync/engine/backoff_delay_provider_unittest.cc state.last_get_key_result = SYNC_SERVER_ERROR; state 41 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 43 sync/engine/backoff_delay_provider_unittest.cc state.last_get_key_result = UNSET; state 44 sync/engine/backoff_delay_provider_unittest.cc state.last_download_updates_result = SERVER_RETURN_MIGRATION_DONE; state 46 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 48 sync/engine/backoff_delay_provider_unittest.cc state.last_download_updates_result = NETWORK_CONNECTION_UNAVAILABLE; state 50 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 52 sync/engine/backoff_delay_provider_unittest.cc state.last_download_updates_result = SERVER_RETURN_TRANSIENT_ERROR; state 54 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 56 sync/engine/backoff_delay_provider_unittest.cc state.last_download_updates_result = SERVER_RESPONSE_VALIDATION_FAILED; state 58 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 60 sync/engine/backoff_delay_provider_unittest.cc state.last_download_updates_result = SYNCER_OK; state 64 sync/engine/backoff_delay_provider_unittest.cc state.commit_result = SERVER_RETURN_INVALID_CREDENTIAL; state 66 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 68 sync/engine/backoff_delay_provider_unittest.cc state.commit_result = SERVER_RETURN_MIGRATION_DONE; state 70 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 72 sync/engine/backoff_delay_provider_unittest.cc state.commit_result = NETWORK_CONNECTION_UNAVAILABLE; state 74 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 76 sync/engine/backoff_delay_provider_unittest.cc state.commit_result = SERVER_RETURN_CONFLICT; state 78 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 84 sync/engine/backoff_delay_provider_unittest.cc sessions::ModelNeutralState state; state 85 sync/engine/backoff_delay_provider_unittest.cc state.last_get_key_result = SYNC_SERVER_ERROR; state 87 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 89 sync/engine/backoff_delay_provider_unittest.cc state.last_get_key_result = UNSET; state 90 sync/engine/backoff_delay_provider_unittest.cc state.last_download_updates_result = SERVER_RETURN_MIGRATION_DONE; state 92 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 94 sync/engine/backoff_delay_provider_unittest.cc state.last_download_updates_result = SERVER_RETURN_TRANSIENT_ERROR; state 96 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 98 sync/engine/backoff_delay_provider_unittest.cc state.last_download_updates_result = SERVER_RESPONSE_VALIDATION_FAILED; state 100 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 102 sync/engine/backoff_delay_provider_unittest.cc state.last_download_updates_result = SYNCER_OK; state 106 sync/engine/backoff_delay_provider_unittest.cc state.commit_result = SERVER_RETURN_INVALID_CREDENTIAL; state 108 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 110 sync/engine/backoff_delay_provider_unittest.cc state.commit_result = SERVER_RETURN_MIGRATION_DONE; state 112 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 114 sync/engine/backoff_delay_provider_unittest.cc state.commit_result = SERVER_RETURN_CONFLICT; state 116 sync/engine/backoff_delay_provider_unittest.cc delay->GetInitialDelay(state).InSeconds()); state 60 sync/internal_api/public/base/ack_handle.cc AckHandle::AckHandle(const std::string& state, base::Time timestamp) state 61 sync/internal_api/public/base/ack_handle.cc : state_(state), timestamp_(timestamp) { state 39 sync/internal_api/public/base/ack_handle.h AckHandle(const std::string& state, base::Time timestamp); state 31 sync/internal_api/public/sessions/model_neutral_state.cc bool HasSyncerError(const ModelNeutralState& state) { state 32 sync/internal_api/public/sessions/model_neutral_state.cc const bool get_key_error = SyncerErrorIsError(state.last_get_key_result); state 34 sync/internal_api/public/sessions/model_neutral_state.cc SyncerErrorIsError(state.last_download_updates_result); state 35 sync/internal_api/public/sessions/model_neutral_state.cc const bool commit_error = SyncerErrorIsError(state.commit_result); state 63 sync/internal_api/public/sessions/model_neutral_state.h bool HasSyncerError(const ModelNeutralState& state); state 307 sync/internal_api/public/sync_manager.h virtual void OnInvalidatorStateChange(InvalidatorState state) = 0; state 69 sync/internal_api/public/test/fake_sync_manager.h virtual void OnInvalidatorStateChange(InvalidatorState state) OVERRIDE; state 992 sync/internal_api/sync_manager_impl.cc void SyncManagerImpl::OnInvalidatorStateChange(InvalidatorState state) { state 995 sync/internal_api/sync_manager_impl.cc const std::string& state_str = InvalidatorStateToString(state); state 996 sync/internal_api/sync_manager_impl.cc invalidator_state_ = state; state 103 sync/internal_api/sync_manager_impl.h virtual void OnInvalidatorStateChange(InvalidatorState state) OVERRIDE; state 892 sync/internal_api/sync_manager_impl_unittest.cc void SimulateInvalidatorStateChangeForTest(InvalidatorState state) { state 894 sync/internal_api/sync_manager_impl_unittest.cc sync_manager_.OnInvalidatorStateChange(state); state 260 sync/internal_api/test/fake_sync_manager.cc void FakeSyncManager::OnInvalidatorStateChange(InvalidatorState state) { state 28 sync/notifier/fake_invalidation_handler.cc void FakeInvalidationHandler::OnInvalidatorStateChange(InvalidatorState state) { state 29 sync/notifier/fake_invalidation_handler.cc state_ = state; state 27 sync/notifier/fake_invalidation_handler.h virtual void OnInvalidatorStateChange(InvalidatorState state) OVERRIDE; state 32 sync/notifier/fake_invalidator.cc void FakeInvalidator::EmitOnInvalidatorStateChange(InvalidatorState state) { state 33 sync/notifier/fake_invalidator.cc registrar_.UpdateInvalidatorState(state); state 29 sync/notifier/fake_invalidator.h void EmitOnInvalidatorStateChange(InvalidatorState state); state 44 sync/notifier/fake_invalidator_unittest.cc void TriggerOnInvalidatorStateChange(InvalidatorState state) { state 45 sync/notifier/fake_invalidator_unittest.cc invalidator_->EmitOnInvalidatorStateChange(state); state 190 sync/notifier/gcm_network_channel.cc if (error.state() != GoogleServiceAuthError::NONE) { state 198 sync/notifier/gcm_network_channel.cc if (error.state() == GoogleServiceAuthError::CONNECTION_FAILED) state 18 sync/notifier/invalidation_handler.h virtual void OnInvalidatorStateChange(InvalidatorState state) = 0; state 88 sync/notifier/invalidation_notifier.cc void InvalidationNotifier::OnInvalidatorStateChange(InvalidatorState state) { state 90 sync/notifier/invalidation_notifier.cc registrar_.UpdateInvalidatorState(state); state 68 sync/notifier/invalidation_notifier.h virtual void OnInvalidatorStateChange(InvalidatorState state) OVERRIDE; state 72 sync/notifier/invalidation_notifier_unittest.cc void TriggerOnInvalidatorStateChange(InvalidatorState state) { state 73 sync/notifier/invalidation_notifier_unittest.cc invalidator_->OnInvalidatorStateChange(state); state 112 sync/notifier/invalidator_registrar.cc void InvalidatorRegistrar::UpdateInvalidatorState(InvalidatorState state) { state 115 sync/notifier/invalidator_registrar.cc << " -> " << InvalidatorStateToString(state); state 116 sync/notifier/invalidator_registrar.cc state_ = state; state 118 sync/notifier/invalidator_registrar.cc OnInvalidatorStateChange(state)); state 67 sync/notifier/invalidator_registrar.h void UpdateInvalidatorState(InvalidatorState state); state 94 sync/notifier/invalidator_registrar_unittest.cc void TriggerOnInvalidatorStateChange(InvalidatorState state) { state 95 sync/notifier/invalidator_registrar_unittest.cc invalidator_->GetRegistrar()->UpdateInvalidatorState(state); state 11 sync/notifier/invalidator_state.cc const char* InvalidatorStateToString(InvalidatorState state) { state 12 sync/notifier/invalidator_state.cc switch (state) { state 41 sync/notifier/invalidator_state.cc InvalidatorState state) { state 42 sync/notifier/invalidator_state.cc switch (state) { state 27 sync/notifier/invalidator_state.h SYNC_EXPORT const char* InvalidatorStateToString(InvalidatorState state); state 34 sync/notifier/invalidator_state.h ToNotifierReasonForTest(InvalidatorState state); state 22 sync/notifier/invalidator_test_template.cc InvalidatorState state) { state 23 sync/notifier/invalidator_test_template.cc FakeInvalidationHandler::OnInvalidatorStateChange(state); state 343 sync/notifier/invalidator_test_template.h virtual void OnInvalidatorStateChange(InvalidatorState state) OVERRIDE; state 301 sync/notifier/non_blocking_invalidator.cc void NonBlockingInvalidator::OnInvalidatorStateChange(InvalidatorState state) { state 303 sync/notifier/non_blocking_invalidator.cc registrar_.UpdateInvalidatorState(state); state 71 sync/notifier/non_blocking_invalidator.h virtual void OnInvalidatorStateChange(InvalidatorState state) OVERRIDE; state 81 sync/notifier/non_blocking_invalidator_unittest.cc void TriggerOnInvalidatorStateChange(InvalidatorState state) { state 82 sync/notifier/non_blocking_invalidator_unittest.cc invalidator_->OnInvalidatorStateChange(state); state 59 sync/notifier/p2p_invalidator_unittest.cc void TriggerOnInvalidatorStateChange(InvalidatorState state) { state 60 sync/notifier/p2p_invalidator_unittest.cc if (state == INVALIDATIONS_ENABLED) { state 63 sync/notifier/p2p_invalidator_unittest.cc fake_push_client_->DisableNotifications(ToNotifierReasonForTest(state)); state 46 sync/notifier/registration_manager.cc state = invalidation::InvalidationListener::UNREGISTERED; state 111 sync/notifier/registration_manager.cc it->second->state = invalidation::InvalidationListener::UNREGISTERED; state 265 sync/notifier/registration_manager.cc it->second->state = invalidation::InvalidationListener::REGISTERED; state 302 sync/notifier/registration_manager.cc it->second->state == invalidation::InvalidationListener::REGISTERED; state 134 sync/notifier/registration_manager.h InvalidationListener::RegistrationState state; state 20 sync/notifier/state_writer.h virtual void WriteState(const std::string& state) = 0; state 325 sync/notifier/sync_invalidation_listener.cc void SyncInvalidationListener::WriteState(const std::string& state) { state 329 sync/notifier/sync_invalidation_listener.cc FROM_HERE, &InvalidationStateTracker::SetBootstrapData, state); state 65 sync/notifier/sync_invalidation_listener.h virtual void OnInvalidatorStateChange(InvalidatorState state) = 0; state 131 sync/notifier/sync_invalidation_listener.h virtual void WriteState(const std::string& state) OVERRIDE; state 246 sync/notifier/sync_invalidation_listener_unittest.cc virtual void OnInvalidatorStateChange(InvalidatorState state) OVERRIDE { state 247 sync/notifier/sync_invalidation_listener_unittest.cc state_ = state; state 252 sync/protocol/proto_enum_conversions.cc sync_pb::TabNavigation::BlockedState state) { state 255 sync/protocol/proto_enum_conversions.cc switch (state) { state 66 sync/protocol/proto_enum_conversions.h const char* GetBlockedStateString(sync_pb::TabNavigation::BlockedState state); state 190 sync/protocol/proto_value_conversions.cc SET_STR(state); state 56 sync/tools/sync_listen_notifications.cc virtual void OnInvalidatorStateChange(InvalidatorState state) OVERRIDE { state 58 sync/tools/sync_listen_notifications.cc << InvalidatorStateToString(state); state 902 third_party/codesighs/msmap2tsv.c int state = DEMANGLE_STATE_START; state 921 third_party/codesighs/msmap2tsv.c switch (state) { state 932 third_party/codesighs/msmap2tsv.c state = DEMANGLE_STATE_PROLOGUE_1; state 940 third_party/codesighs/msmap2tsv.c state = DEMANGLE_STATE_HAVE_TYPE; state 944 third_party/codesighs/msmap2tsv.c state = DEMANGLE_STATE_HAVE_TYPE; state 953 third_party/codesighs/msmap2tsv.c state = DEMANGLE_STATE_DEC_LENGTH; state 955 third_party/codesighs/msmap2tsv.c state = DEMANGLE_STATE_HEX_LENGTH; state 962 third_party/codesighs/msmap2tsv.c state = DEMANGLE_STATE_NORMAL; state 970 third_party/codesighs/msmap2tsv.c state = DEMANGLE_STATE_PROLOGUE_SECONDARY; state 975 third_party/codesighs/msmap2tsv.c state = DEMANGLE_STATE_NORMAL; state 981 third_party/codesighs/msmap2tsv.c state = DEMANGLE_STATE_QDECODE; state 984 third_party/codesighs/msmap2tsv.c state = DEMANGLE_STATE_STOP; state 988 third_party/codesighs/msmap2tsv.c state = DEMANGLE_STATE_NORMAL; state 995 third_party/codesighs/msmap2tsv.c state = DEMANGLE_STATE_NORMAL; state 1031 third_party/codesighs/msmap2tsv.c state = DEMANGLE_STATE_DOLLAR_1; state 1042 third_party/codesighs/msmap2tsv.c state = DEMANGLE_STATE_DOLLAR_2; state 1056 third_party/codesighs/msmap2tsv.c state = DEMANGLE_STATE_NORMAL; state 93 third_party/expat/files/lib/xmlrole.c #define setTopLevel(state) \ state 94 third_party/expat/files/lib/xmlrole.c ((state)->handler = ((state)->documentEntity \ state 98 third_party/expat/files/lib/xmlrole.c #define setTopLevel(state) ((state)->handler = internalSubset) state 101 third_party/expat/files/lib/xmlrole.c typedef int PTRCALL PROLOG_HANDLER(PROLOG_STATE *state, state 125 third_party/expat/files/lib/xmlrole.c static int FASTCALL common(PROLOG_STATE *state, int tok); state 128 third_party/expat/files/lib/xmlrole.c prolog0(PROLOG_STATE *state, state 136 third_party/expat/files/lib/xmlrole.c state->handler = prolog1; state 139 third_party/expat/files/lib/xmlrole.c state->handler = prolog1; state 142 third_party/expat/files/lib/xmlrole.c state->handler = prolog1; state 145 third_party/expat/files/lib/xmlrole.c state->handler = prolog1; state 155 third_party/expat/files/lib/xmlrole.c state->handler = doctype0; state 158 third_party/expat/files/lib/xmlrole.c state->handler = error; state 161 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 165 third_party/expat/files/lib/xmlrole.c prolog1(PROLOG_STATE *state, state 186 third_party/expat/files/lib/xmlrole.c state->handler = doctype0; state 189 third_party/expat/files/lib/xmlrole.c state->handler = error; state 192 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 196 third_party/expat/files/lib/xmlrole.c prolog2(PROLOG_STATE *state, state 210 third_party/expat/files/lib/xmlrole.c state->handler = error; state 213 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 217 third_party/expat/files/lib/xmlrole.c doctype0(PROLOG_STATE *state, state 228 third_party/expat/files/lib/xmlrole.c state->handler = doctype1; state 231 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 235 third_party/expat/files/lib/xmlrole.c doctype1(PROLOG_STATE *state, state 245 third_party/expat/files/lib/xmlrole.c state->handler = internalSubset; state 248 third_party/expat/files/lib/xmlrole.c state->handler = prolog2; state 252 third_party/expat/files/lib/xmlrole.c state->handler = doctype3; state 256 third_party/expat/files/lib/xmlrole.c state->handler = doctype2; state 261 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 265 third_party/expat/files/lib/xmlrole.c doctype2(PROLOG_STATE *state, state 275 third_party/expat/files/lib/xmlrole.c state->handler = doctype3; state 278 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 282 third_party/expat/files/lib/xmlrole.c doctype3(PROLOG_STATE *state, state 292 third_party/expat/files/lib/xmlrole.c state->handler = doctype4; state 295 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 299 third_party/expat/files/lib/xmlrole.c doctype4(PROLOG_STATE *state, state 309 third_party/expat/files/lib/xmlrole.c state->handler = internalSubset; state 312 third_party/expat/files/lib/xmlrole.c state->handler = prolog2; state 315 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 319 third_party/expat/files/lib/xmlrole.c doctype5(PROLOG_STATE *state, state 329 third_party/expat/files/lib/xmlrole.c state->handler = prolog2; state 332 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 336 third_party/expat/files/lib/xmlrole.c internalSubset(PROLOG_STATE *state, state 350 third_party/expat/files/lib/xmlrole.c state->handler = entity0; state 357 third_party/expat/files/lib/xmlrole.c state->handler = attlist0; state 364 third_party/expat/files/lib/xmlrole.c state->handler = element0; state 371 third_party/expat/files/lib/xmlrole.c state->handler = notation0; state 382 third_party/expat/files/lib/xmlrole.c state->handler = doctype5; state 387 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 393 third_party/expat/files/lib/xmlrole.c externalSubset0(PROLOG_STATE *state, state 399 third_party/expat/files/lib/xmlrole.c state->handler = externalSubset1; state 402 third_party/expat/files/lib/xmlrole.c return externalSubset1(state, tok, ptr, end, enc); state 406 third_party/expat/files/lib/xmlrole.c externalSubset1(PROLOG_STATE *state, state 414 third_party/expat/files/lib/xmlrole.c state->handler = condSect0; state 417 third_party/expat/files/lib/xmlrole.c if (state->includeLevel == 0) state 419 third_party/expat/files/lib/xmlrole.c state->includeLevel -= 1; state 426 third_party/expat/files/lib/xmlrole.c if (state->includeLevel) state 430 third_party/expat/files/lib/xmlrole.c return internalSubset(state, tok, ptr, end, enc); state 432 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 438 third_party/expat/files/lib/xmlrole.c entity0(PROLOG_STATE *state, state 448 third_party/expat/files/lib/xmlrole.c state->handler = entity1; state 451 third_party/expat/files/lib/xmlrole.c state->handler = entity2; state 454 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 458 third_party/expat/files/lib/xmlrole.c entity1(PROLOG_STATE *state, state 468 third_party/expat/files/lib/xmlrole.c state->handler = entity7; state 471 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 475 third_party/expat/files/lib/xmlrole.c entity2(PROLOG_STATE *state, state 486 third_party/expat/files/lib/xmlrole.c state->handler = entity4; state 490 third_party/expat/files/lib/xmlrole.c state->handler = entity3; state 495 third_party/expat/files/lib/xmlrole.c state->handler = declClose; state 496 third_party/expat/files/lib/xmlrole.c state->role_none = XML_ROLE_ENTITY_NONE; state 499 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 503 third_party/expat/files/lib/xmlrole.c entity3(PROLOG_STATE *state, state 513 third_party/expat/files/lib/xmlrole.c state->handler = entity4; state 516 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 520 third_party/expat/files/lib/xmlrole.c entity4(PROLOG_STATE *state, state 530 third_party/expat/files/lib/xmlrole.c state->handler = entity5; state 533 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 537 third_party/expat/files/lib/xmlrole.c entity5(PROLOG_STATE *state, state 547 third_party/expat/files/lib/xmlrole.c setTopLevel(state); state 551 third_party/expat/files/lib/xmlrole.c state->handler = entity6; state 556 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 560 third_party/expat/files/lib/xmlrole.c entity6(PROLOG_STATE *state, state 570 third_party/expat/files/lib/xmlrole.c state->handler = declClose; state 571 third_party/expat/files/lib/xmlrole.c state->role_none = XML_ROLE_ENTITY_NONE; state 574 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 578 third_party/expat/files/lib/xmlrole.c entity7(PROLOG_STATE *state, state 589 third_party/expat/files/lib/xmlrole.c state->handler = entity9; state 593 third_party/expat/files/lib/xmlrole.c state->handler = entity8; state 598 third_party/expat/files/lib/xmlrole.c state->handler = declClose; state 599 third_party/expat/files/lib/xmlrole.c state->role_none = XML_ROLE_ENTITY_NONE; state 602 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 606 third_party/expat/files/lib/xmlrole.c entity8(PROLOG_STATE *state, state 616 third_party/expat/files/lib/xmlrole.c state->handler = entity9; state 619 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 623 third_party/expat/files/lib/xmlrole.c entity9(PROLOG_STATE *state, state 633 third_party/expat/files/lib/xmlrole.c state->handler = entity10; state 636 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 640 third_party/expat/files/lib/xmlrole.c entity10(PROLOG_STATE *state, state 650 third_party/expat/files/lib/xmlrole.c setTopLevel(state); state 653 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 657 third_party/expat/files/lib/xmlrole.c notation0(PROLOG_STATE *state, state 667 third_party/expat/files/lib/xmlrole.c state->handler = notation1; state 670 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 674 third_party/expat/files/lib/xmlrole.c notation1(PROLOG_STATE *state, state 685 third_party/expat/files/lib/xmlrole.c state->handler = notation3; state 689 third_party/expat/files/lib/xmlrole.c state->handler = notation2; state 694 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 698 third_party/expat/files/lib/xmlrole.c notation2(PROLOG_STATE *state, state 708 third_party/expat/files/lib/xmlrole.c state->handler = notation4; state 711 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 715 third_party/expat/files/lib/xmlrole.c notation3(PROLOG_STATE *state, state 725 third_party/expat/files/lib/xmlrole.c state->handler = declClose; state 726 third_party/expat/files/lib/xmlrole.c state->role_none = XML_ROLE_NOTATION_NONE; state 729 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 733 third_party/expat/files/lib/xmlrole.c notation4(PROLOG_STATE *state, state 743 third_party/expat/files/lib/xmlrole.c state->handler = declClose; state 744 third_party/expat/files/lib/xmlrole.c state->role_none = XML_ROLE_NOTATION_NONE; state 747 third_party/expat/files/lib/xmlrole.c setTopLevel(state); state 750 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 754 third_party/expat/files/lib/xmlrole.c attlist0(PROLOG_STATE *state, state 765 third_party/expat/files/lib/xmlrole.c state->handler = attlist1; state 768 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 772 third_party/expat/files/lib/xmlrole.c attlist1(PROLOG_STATE *state, state 782 third_party/expat/files/lib/xmlrole.c setTopLevel(state); state 786 third_party/expat/files/lib/xmlrole.c state->handler = attlist2; state 789 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 793 third_party/expat/files/lib/xmlrole.c attlist2(PROLOG_STATE *state, state 817 third_party/expat/files/lib/xmlrole.c state->handler = attlist8; state 822 third_party/expat/files/lib/xmlrole.c state->handler = attlist5; state 827 third_party/expat/files/lib/xmlrole.c state->handler = attlist3; state 830 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 834 third_party/expat/files/lib/xmlrole.c attlist3(PROLOG_STATE *state, state 846 third_party/expat/files/lib/xmlrole.c state->handler = attlist4; state 849 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 853 third_party/expat/files/lib/xmlrole.c attlist4(PROLOG_STATE *state, state 863 third_party/expat/files/lib/xmlrole.c state->handler = attlist8; state 866 third_party/expat/files/lib/xmlrole.c state->handler = attlist3; state 869 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 873 third_party/expat/files/lib/xmlrole.c attlist5(PROLOG_STATE *state, state 883 third_party/expat/files/lib/xmlrole.c state->handler = attlist6; state 886 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 890 third_party/expat/files/lib/xmlrole.c attlist6(PROLOG_STATE *state, state 900 third_party/expat/files/lib/xmlrole.c state->handler = attlist7; state 903 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 907 third_party/expat/files/lib/xmlrole.c attlist7(PROLOG_STATE *state, state 917 third_party/expat/files/lib/xmlrole.c state->handler = attlist8; state 920 third_party/expat/files/lib/xmlrole.c state->handler = attlist6; state 923 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 928 third_party/expat/files/lib/xmlrole.c attlist8(PROLOG_STATE *state, state 942 third_party/expat/files/lib/xmlrole.c state->handler = attlist1; state 949 third_party/expat/files/lib/xmlrole.c state->handler = attlist1; state 956 third_party/expat/files/lib/xmlrole.c state->handler = attlist9; state 961 third_party/expat/files/lib/xmlrole.c state->handler = attlist1; state 964 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 968 third_party/expat/files/lib/xmlrole.c attlist9(PROLOG_STATE *state, state 978 third_party/expat/files/lib/xmlrole.c state->handler = attlist1; state 981 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 985 third_party/expat/files/lib/xmlrole.c element0(PROLOG_STATE *state, state 996 third_party/expat/files/lib/xmlrole.c state->handler = element1; state 999 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 1003 third_party/expat/files/lib/xmlrole.c element1(PROLOG_STATE *state, state 1014 third_party/expat/files/lib/xmlrole.c state->handler = declClose; state 1015 third_party/expat/files/lib/xmlrole.c state->role_none = XML_ROLE_ELEMENT_NONE; state 1019 third_party/expat/files/lib/xmlrole.c state->handler = declClose; state 1020 third_party/expat/files/lib/xmlrole.c state->role_none = XML_ROLE_ELEMENT_NONE; state 1025 third_party/expat/files/lib/xmlrole.c state->handler = element2; state 1026 third_party/expat/files/lib/xmlrole.c state->level = 1; state 1029 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 1033 third_party/expat/files/lib/xmlrole.c element2(PROLOG_STATE *state, state 1047 third_party/expat/files/lib/xmlrole.c state->handler = element3; state 1052 third_party/expat/files/lib/xmlrole.c state->level = 2; state 1053 third_party/expat/files/lib/xmlrole.c state->handler = element6; state 1057 third_party/expat/files/lib/xmlrole.c state->handler = element7; state 1060 third_party/expat/files/lib/xmlrole.c state->handler = element7; state 1063 third_party/expat/files/lib/xmlrole.c state->handler = element7; state 1066 third_party/expat/files/lib/xmlrole.c state->handler = element7; state 1069 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 1073 third_party/expat/files/lib/xmlrole.c element3(PROLOG_STATE *state, state 1083 third_party/expat/files/lib/xmlrole.c state->handler = declClose; state 1084 third_party/expat/files/lib/xmlrole.c state->role_none = XML_ROLE_ELEMENT_NONE; state 1087 third_party/expat/files/lib/xmlrole.c state->handler = declClose; state 1088 third_party/expat/files/lib/xmlrole.c state->role_none = XML_ROLE_ELEMENT_NONE; state 1091 third_party/expat/files/lib/xmlrole.c state->handler = element4; state 1094 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 1098 third_party/expat/files/lib/xmlrole.c element4(PROLOG_STATE *state, state 1109 third_party/expat/files/lib/xmlrole.c state->handler = element5; state 1112 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 1116 third_party/expat/files/lib/xmlrole.c element5(PROLOG_STATE *state, state 1126 third_party/expat/files/lib/xmlrole.c state->handler = declClose; state 1127 third_party/expat/files/lib/xmlrole.c state->role_none = XML_ROLE_ELEMENT_NONE; state 1130 third_party/expat/files/lib/xmlrole.c state->handler = element4; state 1133 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 1137 third_party/expat/files/lib/xmlrole.c element6(PROLOG_STATE *state, state 1147 third_party/expat/files/lib/xmlrole.c state->level += 1; state 1151 third_party/expat/files/lib/xmlrole.c state->handler = element7; state 1154 third_party/expat/files/lib/xmlrole.c state->handler = element7; state 1157 third_party/expat/files/lib/xmlrole.c state->handler = element7; state 1160 third_party/expat/files/lib/xmlrole.c state->handler = element7; state 1163 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 1167 third_party/expat/files/lib/xmlrole.c element7(PROLOG_STATE *state, state 1177 third_party/expat/files/lib/xmlrole.c state->level -= 1; state 1178 third_party/expat/files/lib/xmlrole.c if (state->level == 0) { state 1179 third_party/expat/files/lib/xmlrole.c state->handler = declClose; state 1180 third_party/expat/files/lib/xmlrole.c state->role_none = XML_ROLE_ELEMENT_NONE; state 1184 third_party/expat/files/lib/xmlrole.c state->level -= 1; state 1185 third_party/expat/files/lib/xmlrole.c if (state->level == 0) { state 1186 third_party/expat/files/lib/xmlrole.c state->handler = declClose; state 1187 third_party/expat/files/lib/xmlrole.c state->role_none = XML_ROLE_ELEMENT_NONE; state 1191 third_party/expat/files/lib/xmlrole.c state->level -= 1; state 1192 third_party/expat/files/lib/xmlrole.c if (state->level == 0) { state 1193 third_party/expat/files/lib/xmlrole.c state->handler = declClose; state 1194 third_party/expat/files/lib/xmlrole.c state->role_none = XML_ROLE_ELEMENT_NONE; state 1198 third_party/expat/files/lib/xmlrole.c state->level -= 1; state 1199 third_party/expat/files/lib/xmlrole.c if (state->level == 0) { state 1200 third_party/expat/files/lib/xmlrole.c state->handler = declClose; state 1201 third_party/expat/files/lib/xmlrole.c state->role_none = XML_ROLE_ELEMENT_NONE; state 1205 third_party/expat/files/lib/xmlrole.c state->handler = element6; state 1208 third_party/expat/files/lib/xmlrole.c state->handler = element6; state 1211 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 1217 third_party/expat/files/lib/xmlrole.c condSect0(PROLOG_STATE *state, state 1228 third_party/expat/files/lib/xmlrole.c state->handler = condSect1; state 1232 third_party/expat/files/lib/xmlrole.c state->handler = condSect2; state 1237 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 1241 third_party/expat/files/lib/xmlrole.c condSect1(PROLOG_STATE *state, state 1251 third_party/expat/files/lib/xmlrole.c state->handler = externalSubset1; state 1252 third_party/expat/files/lib/xmlrole.c state->includeLevel += 1; state 1255 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 1259 third_party/expat/files/lib/xmlrole.c condSect2(PROLOG_STATE *state, state 1269 third_party/expat/files/lib/xmlrole.c state->handler = externalSubset1; state 1272 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 1278 third_party/expat/files/lib/xmlrole.c declClose(PROLOG_STATE *state, state 1286 third_party/expat/files/lib/xmlrole.c return state->role_none; state 1288 third_party/expat/files/lib/xmlrole.c setTopLevel(state); state 1289 third_party/expat/files/lib/xmlrole.c return state->role_none; state 1291 third_party/expat/files/lib/xmlrole.c return common(state, tok); state 1295 third_party/expat/files/lib/xmlrole.c error(PROLOG_STATE *state, state 1305 third_party/expat/files/lib/xmlrole.c common(PROLOG_STATE *state, int tok) state 1308 third_party/expat/files/lib/xmlrole.c if (!state->documentEntity && tok == XML_TOK_PARAM_ENTITY_REF) state 1311 third_party/expat/files/lib/xmlrole.c state->handler = error; state 1316 third_party/expat/files/lib/xmlrole.c XmlPrologStateInit(PROLOG_STATE *state) state 1318 third_party/expat/files/lib/xmlrole.c state->handler = prolog0; state 1320 third_party/expat/files/lib/xmlrole.c state->documentEntity = 1; state 1321 third_party/expat/files/lib/xmlrole.c state->includeLevel = 0; state 1322 third_party/expat/files/lib/xmlrole.c state->inEntityValue = 0; state 1329 third_party/expat/files/lib/xmlrole.c XmlPrologStateInitExternalEntity(PROLOG_STATE *state) state 1331 third_party/expat/files/lib/xmlrole.c state->handler = externalSubset0; state 1332 third_party/expat/files/lib/xmlrole.c state->documentEntity = 0; state 1333 third_party/expat/files/lib/xmlrole.c state->includeLevel = 0; state 88 third_party/expat/files/lib/xmlrole.h int (PTRCALL *handler) (struct prolog_state *state, state 107 third_party/expat/files/lib/xmlrole.h #define XmlTokenRole(state, tok, ptr, end, enc) \ state 108 third_party/expat/files/lib/xmlrole.h (((state)->handler)(state, tok, ptr, end, enc)) state 1499 third_party/expat/files/lib/xmltok.c int state, state 1513 third_party/expat/files/lib/xmltok.c if (state != XML_CONTENT_STATE) state 1529 third_party/expat/files/lib/xmltok.c && state == XML_CONTENT_STATE) state 1541 third_party/expat/files/lib/xmltok.c && state == XML_CONTENT_STATE) state 1550 third_party/expat/files/lib/xmltok.c && state == XML_CONTENT_STATE) state 1553 third_party/expat/files/lib/xmltok.c return XmlTok(*encPtr, state, ptr, end, nextTokPtr); state 1556 third_party/expat/files/lib/xmltok.c && state == XML_CONTENT_STATE) state 1569 third_party/expat/files/lib/xmltok.c if (state == XML_CONTENT_STATE) { state 1591 third_party/expat/files/lib/xmltok.c if (state == XML_CONTENT_STATE && INIT_ENC_INDEX(enc) == UTF_16LE_ENC) state 1594 third_party/expat/files/lib/xmltok.c return XmlTok(*encPtr, state, ptr, end, nextTokPtr); state 1606 third_party/expat/files/lib/xmltok.c if (state == XML_CONTENT_STATE) state 1609 third_party/expat/files/lib/xmltok.c return XmlTok(*encPtr, state, ptr, end, nextTokPtr); state 1615 third_party/expat/files/lib/xmltok.c return XmlTok(*encPtr, state, ptr, end, nextTokPtr); state 198 third_party/expat/files/lib/xmltok.h #define XmlTok(enc, state, ptr, end, nextTokPtr) \ state 199 third_party/expat/files/lib/xmltok.h (((enc)->scanners[state])(enc, ptr, end, nextTokPtr)) state 1434 third_party/expat/files/lib/xmltok_impl.c enum { other, inName, inValue } state = inName; state 1442 third_party/expat/files/lib/xmltok_impl.c if (state == other) { \ state 1447 third_party/expat/files/lib/xmltok_impl.c state = inName; \ state 1460 third_party/expat/files/lib/xmltok_impl.c if (state != inValue) { state 1463 third_party/expat/files/lib/xmltok_impl.c state = inValue; state 1467 third_party/expat/files/lib/xmltok_impl.c state = other; state 1474 third_party/expat/files/lib/xmltok_impl.c if (state != inValue) { state 1477 third_party/expat/files/lib/xmltok_impl.c state = inValue; state 1481 third_party/expat/files/lib/xmltok_impl.c state = other; state 1492 third_party/expat/files/lib/xmltok_impl.c if (state == inName) state 1493 third_party/expat/files/lib/xmltok_impl.c state = other; state 1494 third_party/expat/files/lib/xmltok_impl.c else if (state == inValue state 1506 third_party/expat/files/lib/xmltok_impl.c if (state == inName) state 1507 third_party/expat/files/lib/xmltok_impl.c state = other; state 1508 third_party/expat/files/lib/xmltok_impl.c else if (state == inValue && nAtts < attsMax) state 1513 third_party/expat/files/lib/xmltok_impl.c if (state != inValue) state 252 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc unsigned int prev = (unsigned int) -1, state = 0; state 265 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc const arabic_state_table_entry *entry = &arabic_state_table[state][this_type]; state 266 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc state = entry->next_state; state 279 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc const arabic_state_table_entry *entry = &arabic_state_table[state][this_type]; state 288 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc state = entry->next_state; state 299 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc const arabic_state_table_entry *entry = &arabic_state_table[state][this_type]; state 930 third_party/jsoncpp/overrides/include/json/value.h ValueIteratorBase( const ValueInternalArray::IteratorState &state ); state 931 third_party/jsoncpp/overrides/include/json/value.h ValueIteratorBase( const ValueInternalMap::IteratorState &state ); state 1006 third_party/jsoncpp/overrides/include/json/value.h ValueConstIterator( const ValueInternalArray::IteratorState &state ); state 1007 third_party/jsoncpp/overrides/include/json/value.h ValueConstIterator( const ValueInternalMap::IteratorState &state ); state 1066 third_party/jsoncpp/overrides/include/json/value.h ValueIterator( const ValueInternalArray::IteratorState &state ); state 1067 third_party/jsoncpp/overrides/include/json/value.h ValueIterator( const ValueInternalMap::IteratorState &state ); state 54 third_party/leveldatabase/port/port_chromium.cc OnceType state = ::base::subtle::Acquire_Load(once); state 55 third_party/leveldatabase/port/port_chromium.cc if (state == ONCE_STATE_DONE) state 58 third_party/leveldatabase/port/port_chromium.cc state = ::base::subtle::NoBarrier_CompareAndSwap( state 63 third_party/leveldatabase/port/port_chromium.cc if (state == ONCE_STATE_UNINITIALIZED) { state 69 third_party/leveldatabase/port/port_chromium.cc while (state == ONCE_STATE_EXECUTING_CLOSURE) { state 71 third_party/leveldatabase/port/port_chromium.cc state = ::base::subtle::Acquire_Load(once); state 223 third_party/libevent/evdns.c char state; /* zero if we think that this server is down */ state 464 third_party/libevent/evdns.c if (ns->state == 1) { state 490 third_party/libevent/evdns.c if (!ns->state) return; state 500 third_party/libevent/evdns.c ns->state = 0; state 534 third_party/libevent/evdns.c if (ns->state) return; state 538 third_party/libevent/evdns.c ns->state = 1; state 1136 third_party/libevent/evdns.c if (server_head->state) { state 2139 third_party/libevent/evdns.c ns->state = 1; state 2393 third_party/libevent/evdns.c search_state_decref(struct search_state *const state) { state 2394 third_party/libevent/evdns.c if (!state) return; state 2395 third_party/libevent/evdns.c state->refcount--; state 2396 third_party/libevent/evdns.c if (!state->refcount) { state 2398 third_party/libevent/evdns.c for (dom = state->head; dom; dom = next) { state 2402 third_party/libevent/evdns.c free(state); state 2408 third_party/libevent/evdns.c struct search_state *state = (struct search_state *) malloc(sizeof(struct search_state)); state 2409 third_party/libevent/evdns.c if (!state) return NULL; state 2410 third_party/libevent/evdns.c memset(state, 0, sizeof(struct search_state)); state 2411 third_party/libevent/evdns.c state->refcount = 1; state 2412 third_party/libevent/evdns.c state->ndots = 1; state 2414 third_party/libevent/evdns.c return state; state 2493 third_party/libevent/evdns.c search_make_new(const struct search_state *const state, int n, const char *const base_name) { state 2498 third_party/libevent/evdns.c for (dom = state->head; dom; dom = dom->next) { state 2622 third_party/libevent/evdns.c strtok_r(char *s, const char *delim, char **state) { state 3056 third_party/libevent/evdns.c if (server->state == 0) state 78 third_party/libevent/http-internal.h enum evhttp_connection_state state; state 359 third_party/libevent/http.c switch (evcon->state) { state 728 third_party/libevent/http.c evcon->state = EVCON_IDLE; state 759 third_party/libevent/http.c evcon->state = EVCON_WRITING; state 868 third_party/libevent/http.c evcon->state = EVCON_READING_TRAILER; state 940 third_party/libevent/http.c switch (evcon->state) { state 959 third_party/libevent/http.c __func__, evcon->state); state 970 third_party/libevent/http.c assert(evcon->state == EVCON_WRITING); state 1032 third_party/libevent/http.c assert(evcon->state == EVCON_DISCONNECTED); state 1043 third_party/libevent/http.c assert(evcon->state == EVCON_DISCONNECTED); state 1060 third_party/libevent/http.c assert(evcon->state == EVCON_IDLE); state 1062 third_party/libevent/http.c evcon->state = EVCON_WRITING; state 1085 third_party/libevent/http.c evcon->state = EVCON_DISCONNECTED; state 1125 third_party/libevent/http.c evcon->state = EVCON_DISCONNECTED; state 1167 third_party/libevent/http.c evcon->state = EVCON_IDLE; state 1579 third_party/libevent/http.c evcon->state = EVCON_READING_BODY; state 1614 third_party/libevent/http.c evcon->state = EVCON_READING_HEADERS; state 1709 third_party/libevent/http.c evcon->state = EVCON_DISCONNECTED; state 1724 third_party/libevent/http.c assert(evcon->state == EVCON_DISCONNECTED); state 1761 third_party/libevent/http.c if (evcon->state == EVCON_CONNECTING) state 1787 third_party/libevent/http.c evcon->state = EVCON_CONNECTING; state 1853 third_party/libevent/http.c evcon->state = EVCON_READING_FIRSTLINE; state 2560 third_party/libevent/http.c evcon->state = EVCON_READING_FIRSTLINE; state 260 third_party/libevent/test/regress_http.c struct chunk_req_state *state = arg; state 263 third_party/libevent/test/regress_http.c evbuffer_add_printf(evb, "%s", CHUNKS[state->i]); state 264 third_party/libevent/test/regress_http.c evhttp_send_reply_chunk(state->req, evb); state 267 third_party/libevent/test/regress_http.c if (++state->i < sizeof(CHUNKS)/sizeof(CHUNKS[0])) { state 269 third_party/libevent/test/regress_http.c http_chunked_trickle_cb, state, &when); state 271 third_party/libevent/test/regress_http.c evhttp_send_reply_end(state->req); state 272 third_party/libevent/test/regress_http.c free(state); state 280 third_party/libevent/test/regress_http.c struct chunk_req_state *state = malloc(sizeof(struct chunk_req_state)); state 283 third_party/libevent/test/regress_http.c memset(state, 0, sizeof(struct chunk_req_state)); state 284 third_party/libevent/test/regress_http.c state->req = req; state 291 third_party/libevent/test/regress_http.c event_once(-1, EV_TIMEOUT, http_chunked_trickle_cb, state, &when); state 164 third_party/libjingle/overrides/talk/base/logging.cc LogMultilineState* state) { state 172 third_party/libjingle/overrides/talk/base/logging.cc if (state && state->unprintable_count_[input]) { state 174 third_party/libjingle/overrides/talk/base/logging.cc << state->unprintable_count_[input] state 176 third_party/libjingle/overrides/talk/base/logging.cc state->unprintable_count_[input] = 0; state 207 third_party/libjingle/overrides/talk/base/logging.cc size_t consecutive_unprintable = state ? state->unprintable_count_[input] : 0; state 274 third_party/libjingle/overrides/talk/base/logging.cc if (state) { state 275 third_party/libjingle/overrides/talk/base/logging.cc state->unprintable_count_[input] = consecutive_unprintable; state 151 third_party/libjingle/overrides/talk/base/logging.h LogMultilineState* state); state 270 third_party/libjpeg/jchuff.c #define emit_byte(state,val,action) \ state 271 third_party/libjpeg/jchuff.c { *(state)->next_output_byte++ = (JOCTET) (val); \ state 272 third_party/libjpeg/jchuff.c if (--(state)->free_in_buffer == 0) \ state 273 third_party/libjpeg/jchuff.c if (! dump_buffer(state)) \ state 278 third_party/libjpeg/jchuff.c dump_buffer (working_state * state) state 281 third_party/libjpeg/jchuff.c struct jpeg_destination_mgr * dest = state->cinfo->dest; state 283 third_party/libjpeg/jchuff.c if (! (*dest->empty_output_buffer) (state->cinfo)) state 286 third_party/libjpeg/jchuff.c state->next_output_byte = dest->next_output_byte; state 287 third_party/libjpeg/jchuff.c state->free_in_buffer = dest->free_in_buffer; state 302 third_party/libjpeg/jchuff.c emit_bits (working_state * state, unsigned int code, int size) state 307 third_party/libjpeg/jchuff.c register int put_bits = state->cur.put_bits; state 311 third_party/libjpeg/jchuff.c ERREXIT(state->cinfo, JERR_HUFF_MISSING_CODE); state 319 third_party/libjpeg/jchuff.c put_buffer |= state->cur.put_buffer; /* and merge with old buffer contents */ state 324 third_party/libjpeg/jchuff.c emit_byte(state, c, return FALSE); state 326 third_party/libjpeg/jchuff.c emit_byte(state, 0, return FALSE); state 332 third_party/libjpeg/jchuff.c state->cur.put_buffer = put_buffer; /* update state variables */ state 333 third_party/libjpeg/jchuff.c state->cur.put_bits = put_bits; state 340 third_party/libjpeg/jchuff.c flush_bits (working_state * state) state 342 third_party/libjpeg/jchuff.c if (! emit_bits(state, 0x7F, 7)) /* fill any partial byte with ones */ state 344 third_party/libjpeg/jchuff.c state->cur.put_buffer = 0; /* and reset bit-buffer to empty */ state 345 third_party/libjpeg/jchuff.c state->cur.put_bits = 0; state 353 third_party/libjpeg/jchuff.c encode_one_block (working_state * state, JCOEFPTR block, int last_dc_val, state 381 third_party/libjpeg/jchuff.c ERREXIT(state->cinfo, JERR_BAD_DCT_COEF); state 384 third_party/libjpeg/jchuff.c if (! emit_bits(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits])) state 390 third_party/libjpeg/jchuff.c if (! emit_bits(state, (unsigned int) temp2, nbits)) state 403 third_party/libjpeg/jchuff.c if (! emit_bits(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0])) state 421 third_party/libjpeg/jchuff.c ERREXIT(state->cinfo, JERR_BAD_DCT_COEF); state 425 third_party/libjpeg/jchuff.c if (! emit_bits(state, actbl->ehufco[i], actbl->ehufsi[i])) state 430 third_party/libjpeg/jchuff.c if (! emit_bits(state, (unsigned int) temp2, nbits)) state 439 third_party/libjpeg/jchuff.c if (! emit_bits(state, actbl->ehufco[0], actbl->ehufsi[0])) state 451 third_party/libjpeg/jchuff.c emit_restart (working_state * state, int restart_num) state 455 third_party/libjpeg/jchuff.c if (! flush_bits(state)) state 458 third_party/libjpeg/jchuff.c emit_byte(state, 0xFF, return FALSE); state 459 third_party/libjpeg/jchuff.c emit_byte(state, JPEG_RST0 + restart_num, return FALSE); state 462 third_party/libjpeg/jchuff.c for (ci = 0; ci < state->cinfo->comps_in_scan; ci++) state 463 third_party/libjpeg/jchuff.c state->cur.last_dc_val[ci] = 0; state 479 third_party/libjpeg/jchuff.c working_state state; state 484 third_party/libjpeg/jchuff.c state.next_output_byte = cinfo->dest->next_output_byte; state 485 third_party/libjpeg/jchuff.c state.free_in_buffer = cinfo->dest->free_in_buffer; state 486 third_party/libjpeg/jchuff.c ASSIGN_STATE(state.cur, entropy->saved); state 487 third_party/libjpeg/jchuff.c state.cinfo = cinfo; state 492 third_party/libjpeg/jchuff.c if (! emit_restart(&state, entropy->next_restart_num)) state 500 third_party/libjpeg/jchuff.c if (! encode_one_block(&state, state 501 third_party/libjpeg/jchuff.c MCU_data[blkn][0], state.cur.last_dc_val[ci], state 506 third_party/libjpeg/jchuff.c state.cur.last_dc_val[ci] = MCU_data[blkn][0][0]; state 510 third_party/libjpeg/jchuff.c cinfo->dest->next_output_byte = state.next_output_byte; state 511 third_party/libjpeg/jchuff.c cinfo->dest->free_in_buffer = state.free_in_buffer; state 512 third_party/libjpeg/jchuff.c ASSIGN_STATE(entropy->saved, state.cur); state 536 third_party/libjpeg/jchuff.c working_state state; state 539 third_party/libjpeg/jchuff.c state.next_output_byte = cinfo->dest->next_output_byte; state 540 third_party/libjpeg/jchuff.c state.free_in_buffer = cinfo->dest->free_in_buffer; state 541 third_party/libjpeg/jchuff.c ASSIGN_STATE(state.cur, entropy->saved); state 542 third_party/libjpeg/jchuff.c state.cinfo = cinfo; state 545 third_party/libjpeg/jchuff.c if (! flush_bits(&state)) state 549 third_party/libjpeg/jchuff.c cinfo->dest->next_output_byte = state.next_output_byte; state 550 third_party/libjpeg/jchuff.c cinfo->dest->free_in_buffer = state.free_in_buffer; state 551 third_party/libjpeg/jchuff.c ASSIGN_STATE(entropy->saved, state.cur); state 292 third_party/libjpeg/jdhuff.c jpeg_fill_bit_buffer (bitread_working_state * state, state 298 third_party/libjpeg/jdhuff.c register const JOCTET * next_input_byte = state->next_input_byte; state 299 third_party/libjpeg/jdhuff.c register size_t bytes_in_buffer = state->bytes_in_buffer; state 300 third_party/libjpeg/jdhuff.c j_decompress_ptr cinfo = state->cinfo; state 383 third_party/libjpeg/jdhuff.c state->next_input_byte = next_input_byte; state 384 third_party/libjpeg/jdhuff.c state->bytes_in_buffer = bytes_in_buffer; state 385 third_party/libjpeg/jdhuff.c state->get_buffer = get_buffer; state 386 third_party/libjpeg/jdhuff.c state->bits_left = bits_left; state 398 third_party/libjpeg/jdhuff.c jpeg_huff_decode (bitread_working_state * state, state 408 third_party/libjpeg/jdhuff.c CHECK_BIT_BUFFER(*state, l, return -1); state 416 third_party/libjpeg/jdhuff.c CHECK_BIT_BUFFER(*state, 1, return -1); state 422 third_party/libjpeg/jdhuff.c state->get_buffer = get_buffer; state 423 third_party/libjpeg/jdhuff.c state->bits_left = bits_left; state 428 third_party/libjpeg/jdhuff.c WARNMS(state->cinfo, JWRN_HUFF_BAD_CODE); state 522 third_party/libjpeg/jdhuff.c savable_state state; state 538 third_party/libjpeg/jdhuff.c ASSIGN_STATE(state, entropy->saved); state 561 third_party/libjpeg/jdhuff.c s += state.last_dc_val[ci]; state 562 third_party/libjpeg/jdhuff.c state.last_dc_val[ci] = s; state 620 third_party/libjpeg/jdhuff.c ASSIGN_STATE(entropy->saved, state); state 138 third_party/libjpeg/jdhuff.h #define CHECK_BIT_BUFFER(state,nbits,action) \ state 140 third_party/libjpeg/jdhuff.h if (! jpeg_fill_bit_buffer(&(state),get_buffer,bits_left,nbits)) \ state 142 third_party/libjpeg/jdhuff.h get_buffer = (state).get_buffer; bits_left = (state).bits_left; } } state 155 third_party/libjpeg/jdhuff.h JPP((bitread_working_state * state, register bit_buf_type get_buffer, state 176 third_party/libjpeg/jdhuff.h #define HUFF_DECODE(result,state,htbl,failaction,slowlabel) \ state 179 third_party/libjpeg/jdhuff.h if (! jpeg_fill_bit_buffer(&state,get_buffer,bits_left, 0)) {failaction;} \ state 180 third_party/libjpeg/jdhuff.h get_buffer = state.get_buffer; bits_left = state.bits_left; \ state 192 third_party/libjpeg/jdhuff.h if ((result=jpeg_huff_decode(&state,get_buffer,bits_left,htbl,nb)) < 0) \ state 194 third_party/libjpeg/jdhuff.h get_buffer = state.get_buffer; bits_left = state.bits_left; \ state 200 third_party/libjpeg/jdhuff.h JPP((bitread_working_state * state, register bit_buf_type get_buffer, state 294 third_party/libjpeg/jdphuff.c savable_state state; state 312 third_party/libjpeg/jdphuff.c ASSIGN_STATE(state, entropy->saved); state 333 third_party/libjpeg/jdphuff.c s += state.last_dc_val[ci]; state 334 third_party/libjpeg/jdphuff.c state.last_dc_val[ci] = s; state 341 third_party/libjpeg/jdphuff.c ASSIGN_STATE(entropy->saved, state); state 707 third_party/libwebp/demux/demux.c WebPDemuxState* state, int version) { state 714 third_party/libwebp/demux/demux.c if (state != NULL) *state = WEBP_DEMUX_PARSE_ERROR; state 722 third_party/libwebp/demux/demux.c if (state != NULL) { state 723 third_party/libwebp/demux/demux.c *state = (status == PARSE_NEED_MORE_DATA) ? WEBP_DEMUX_PARSING_HEADER state 747 third_party/libwebp/demux/demux.c if (state != NULL) *state = dmux->state_; state 103 third_party/libwebp/webp/demux.h const WebPData* data, WebPDemuxState* state) { state 104 third_party/libwebp/webp/demux.h return WebPDemuxInternal(data, 1, state, WEBP_DEMUX_ABI_VERSION); state 3065 third_party/libxml/src/HTMLparser.c xmlParserInputState state; state 3069 third_party/libxml/src/HTMLparser.c state = ctxt->instate; state 3093 third_party/libxml/src/HTMLparser.c ctxt->instate = state; state 3099 third_party/libxml/src/HTMLparser.c ctxt->instate = state; state 3118 third_party/libxml/src/HTMLparser.c ctxt->instate = state; state 3157 third_party/libxml/src/HTMLparser.c ctxt->instate = state; state 3177 third_party/libxml/src/HTMLparser.c xmlParserInputState state; state 3185 third_party/libxml/src/HTMLparser.c state = ctxt->instate; state 3192 third_party/libxml/src/HTMLparser.c ctxt->instate = state; state 3212 third_party/libxml/src/HTMLparser.c ctxt->instate = state; state 3242 third_party/libxml/src/HTMLparser.c ctxt->instate = state; state 80 third_party/libxml/src/c14n.c xmlC14NVisibleNsStackPtr state); state 82 third_party/libxml/src/c14n.c xmlC14NVisibleNsStackPtr state); state 358 third_party/libxml/src/c14n.c xmlC14NVisibleNsStackSave(xmlC14NVisibleNsStackPtr cur, xmlC14NVisibleNsStackPtr state) { state 359 third_party/libxml/src/c14n.c if((cur == NULL) || (state == NULL)) { state 364 third_party/libxml/src/c14n.c state->nsCurEnd = cur->nsCurEnd; state 365 third_party/libxml/src/c14n.c state->nsPrevStart = cur->nsPrevStart; state 366 third_party/libxml/src/c14n.c state->nsPrevEnd = cur->nsPrevEnd; state 370 third_party/libxml/src/c14n.c xmlC14NVisibleNsStackRestore(xmlC14NVisibleNsStackPtr cur, xmlC14NVisibleNsStackPtr state) { state 371 third_party/libxml/src/c14n.c if((cur == NULL) || (state == NULL)) { state 375 third_party/libxml/src/c14n.c cur->nsCurEnd = state->nsCurEnd; state 376 third_party/libxml/src/c14n.c cur->nsPrevStart = state->nsPrevStart; state 377 third_party/libxml/src/c14n.c cur->nsPrevEnd = state->nsPrevEnd; state 1416 third_party/libxml/src/c14n.c xmlC14NVisibleNsStack state; state 1438 third_party/libxml/src/c14n.c memset(&state, 0, sizeof(state)); state 1439 third_party/libxml/src/c14n.c xmlC14NVisibleNsStackSave(ctx->ns_rendered, &state); state 1507 third_party/libxml/src/c14n.c xmlC14NVisibleNsStackRestore(ctx->ns_rendered, &state); state 105 third_party/libxml/src/include/libxml/valid.h xmlAutomataStatePtr state; /* used to build the automata */ state 108 third_party/libxml/src/include/libxml/valid.h void *state; state 52 third_party/libxml/src/include/libxml/xmlautomata.h xmlAutomataStatePtr state); state 136 third_party/libxml/src/nanoftp.c int state; /* WRITE / READ / CLOSED */ state 143 third_party/libxml/src/nanohttp.c int state; /* WRITE / READ / CLOSED */ state 432 third_party/libxml/src/nanohttp.c ctxt->state = XML_NANO_HTTP_NONE; state 457 third_party/libxml/src/nanohttp.c if ((ctxt->state & XML_NANO_HTTP_WRITE) && (xmt_ptr != NULL)) { state 531 third_party/libxml/src/nanohttp.c while (ctxt->state & XML_NANO_HTTP_READ) { state 1477 third_party/libxml/src/nanohttp.c ctxt->state = XML_NANO_HTTP_WRITE; state 1506 third_party/libxml/src/nanohttp.c ctxt->state = XML_NANO_HTTP_READ; state 3927 third_party/libxml/src/parser.c int state = ctxt->instate; state 3958 third_party/libxml/src/parser.c ctxt->instate = (xmlParserInputState) state; state 3982 third_party/libxml/src/parser.c ctxt->instate = (xmlParserInputState) state; state 4585 third_party/libxml/src/parser.c xmlParserInputState state; state 4595 third_party/libxml/src/parser.c state = ctxt->instate; state 4645 third_party/libxml/src/parser.c ctxt->instate = state; state 4657 third_party/libxml/src/parser.c ctxt->instate = state; state 4707 third_party/libxml/src/parser.c ctxt->instate = state; state 4726 third_party/libxml/src/parser.c ctxt->instate = state; state 4857 third_party/libxml/src/parser.c xmlParserInputState state; state 4862 third_party/libxml/src/parser.c state = ctxt->instate; state 4891 third_party/libxml/src/parser.c ctxt->instate = state; state 4897 third_party/libxml/src/parser.c ctxt->instate = state; state 4917 third_party/libxml/src/parser.c ctxt->instate = state; state 4952 third_party/libxml/src/parser.c if (((state == XML_PARSER_MISC) || state 4953 third_party/libxml/src/parser.c (state == XML_PARSER_START)) && state 4976 third_party/libxml/src/parser.c ctxt->instate = state; state 6447 third_party/libxml/src/parser.c int state; state 6476 third_party/libxml/src/parser.c state = ctxt->disableSAX; state 6496 third_party/libxml/src/parser.c ctxt->disableSAX = state; state 251 third_party/libxml/src/relaxng.c xmlAutomataStatePtr state; /* used to build the automata */ state 372 third_party/libxml/src/relaxng.c xmlRelaxNGValidStatePtr state; /* the current validation state */ state 670 third_party/libxml/src/relaxng.c xmlRelaxNGValidStatePtr state); state 1055 third_party/libxml/src/relaxng.c xmlRelaxNGValidStatePtr state) state 1057 third_party/libxml/src/relaxng.c if (state == NULL) { state 1076 third_party/libxml/src/relaxng.c states->tabState[states->nbState++] = state; state 1093 third_party/libxml/src/relaxng.c xmlRelaxNGValidStatePtr state) state 1097 third_party/libxml/src/relaxng.c if (state == NULL) { state 1117 third_party/libxml/src/relaxng.c if (xmlRelaxNGEqualValidState(ctxt, state, states->tabState[i])) { state 1118 third_party/libxml/src/relaxng.c xmlRelaxNGFreeValidState(ctxt, state); state 1122 third_party/libxml/src/relaxng.c states->tabState[states->nbState++] = state; state 1278 third_party/libxml/src/relaxng.c xmlRelaxNGValidStatePtr state) state 1284 third_party/libxml/src/relaxng.c if (state == NULL) state 1301 third_party/libxml/src/relaxng.c memcpy(ret, state, sizeof(xmlRelaxNGValidState)); state 1304 third_party/libxml/src/relaxng.c if (state->nbAttrs > 0) { state 1306 third_party/libxml/src/relaxng.c ret->maxAttrs = state->maxAttrs; state 1314 third_party/libxml/src/relaxng.c } else if (ret->maxAttrs < state->nbAttrs) { state 1317 third_party/libxml/src/relaxng.c tmp = (xmlAttrPtr *) xmlRealloc(ret->attrs, state->maxAttrs * state 1324 third_party/libxml/src/relaxng.c ret->maxAttrs = state->maxAttrs; state 1327 third_party/libxml/src/relaxng.c memcpy(ret->attrs, state->attrs, state 1328 third_party/libxml/src/relaxng.c state->nbAttrs * sizeof(xmlAttrPtr)); state 1382 third_party/libxml/src/relaxng.c xmlRelaxNGValidStatePtr state) state 1384 third_party/libxml/src/relaxng.c if (state == NULL) state 1391 third_party/libxml/src/relaxng.c if (state->attrs != NULL) state 1392 third_party/libxml/src/relaxng.c xmlFree(state->attrs); state 1393 third_party/libxml/src/relaxng.c xmlFree(state); state 1395 third_party/libxml/src/relaxng.c xmlRelaxNGAddStatesUniq(ctxt, ctxt->freeState, state); state 1796 third_party/libxml/src/relaxng.c if ((ctxt->err != NULL) && (ctxt->state != NULL) && state 1797 third_party/libxml/src/relaxng.c (ctxt->err->node == ctxt->state->node) && (ctxt->err->err == err)) state 1810 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) { state 1811 third_party/libxml/src/relaxng.c cur->node = ctxt->state->node; state 1812 third_party/libxml/src/relaxng.c cur->seq = ctxt->state->seq; state 2372 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) { state 2373 third_party/libxml/src/relaxng.c node = ctxt->state->node; state 2374 third_party/libxml/src/relaxng.c seq = ctxt->state->seq; state 3037 third_party/libxml/src/relaxng.c xmlAutomataStatePtr oldstate = ctxt->state; state 3056 third_party/libxml/src/relaxng.c ctxt->state = xmlAutomataGetInitState(ctxt->am); state 3061 third_party/libxml/src/relaxng.c xmlAutomataSetFinalState(ctxt->am, ctxt->state); state 3066 third_party/libxml/src/relaxng.c ctxt->state = oldstate; state 3072 third_party/libxml/src/relaxng.c ctxt->state = xmlAutomataNewTransition2(ctxt->am, state 3073 third_party/libxml/src/relaxng.c ctxt->state, NULL, state 3079 third_party/libxml/src/relaxng.c xmlAutomataStatePtr oldstate = ctxt->state; state 3088 third_party/libxml/src/relaxng.c ctxt->state = xmlAutomataGetInitState(ctxt->am); state 3093 third_party/libxml/src/relaxng.c xmlAutomataSetFinalState(ctxt->am, ctxt->state); state 3108 third_party/libxml/src/relaxng.c ctxt->state = oldstate; state 3126 third_party/libxml/src/relaxng.c xmlAutomataStatePtr oldstate = ctxt->state; state 3133 third_party/libxml/src/relaxng.c xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); state 3139 third_party/libxml/src/relaxng.c ctxt->state = state 3140 third_party/libxml/src/relaxng.c xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); state 3141 third_party/libxml/src/relaxng.c oldstate = ctxt->state; state 3147 third_party/libxml/src/relaxng.c xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); state 3148 third_party/libxml/src/relaxng.c ctxt->state = state 3160 third_party/libxml/src/relaxng.c oldstate = ctxt->state; state 3166 third_party/libxml/src/relaxng.c xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); state 3167 third_party/libxml/src/relaxng.c ctxt->state = state 3173 third_party/libxml/src/relaxng.c xmlAutomataStatePtr oldstate = ctxt->state; state 3177 third_party/libxml/src/relaxng.c ctxt->state = oldstate; state 3182 third_party/libxml/src/relaxng.c target = ctxt->state; state 3184 third_party/libxml/src/relaxng.c xmlAutomataNewEpsilon(ctxt->am, ctxt->state, state 3189 third_party/libxml/src/relaxng.c ctxt->state = target; state 3209 third_party/libxml/src/relaxng.c ctxt->state = state 3210 third_party/libxml/src/relaxng.c xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); state 3211 third_party/libxml/src/relaxng.c oldstate = ctxt->state; state 3213 third_party/libxml/src/relaxng.c xmlAutomataNewTransition(ctxt->am, ctxt->state, state 3214 third_party/libxml/src/relaxng.c ctxt->state, BAD_CAST "#text", state 3216 third_party/libxml/src/relaxng.c ctxt->state = state 3221 third_party/libxml/src/relaxng.c ctxt->state = state 3222 third_party/libxml/src/relaxng.c xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); state 7986 third_party/libxml/src/relaxng.c ctxt->state->seq = cur; state 8022 third_party/libxml/src/relaxng.c ctxt->state->seq = NULL; state 8138 third_party/libxml/src/relaxng.c xmlRelaxNGValidStatePtr state, oldstate; state 8205 third_party/libxml/src/relaxng.c state = xmlRelaxNGNewValidState(ctxt, node); state 8206 third_party/libxml/src/relaxng.c if (state == NULL) { state 8210 third_party/libxml/src/relaxng.c oldstate = ctxt->state; state 8211 third_party/libxml/src/relaxng.c ctxt->state = state; state 8219 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) { state 8220 third_party/libxml/src/relaxng.c ctxt->state->seq = NULL; state 8225 third_party/libxml/src/relaxng.c xmlRelaxNGFreeValidState(ctxt, ctxt->state); state 8232 third_party/libxml/src/relaxng.c state = ctxt->states->tabState[i]; state 8233 third_party/libxml/src/relaxng.c ctxt->state = state; state 8234 third_party/libxml/src/relaxng.c ctxt->state->seq = NULL; state 8262 third_party/libxml/src/relaxng.c ctxt->state = oldstate; state 8453 third_party/libxml/src/relaxng.c xmlRelaxNGValidStatePtr state; state 8460 third_party/libxml/src/relaxng.c state = xmlRelaxNGNewValidState(ctxt, elem->parent); state 8461 third_party/libxml/src/relaxng.c if (state == NULL) { state 8464 third_party/libxml/src/relaxng.c state->seq = elem; state 8465 third_party/libxml/src/relaxng.c ctxt->state = state; state 8472 third_party/libxml/src/relaxng.c xmlRelaxNGFreeValidState(ctxt, ctxt->state); state 8473 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 8627 third_party/libxml/src/relaxng.c oldvalue = ctxt->state->value; state 8628 third_party/libxml/src/relaxng.c oldendvalue = ctxt->state->endvalue; state 8629 third_party/libxml/src/relaxng.c ctxt->state->value = (xmlChar *) value; state 8630 third_party/libxml/src/relaxng.c ctxt->state->endvalue = NULL; state 8632 third_party/libxml/src/relaxng.c ctxt->state->value = (xmlChar *) oldvalue; state 8633 third_party/libxml/src/relaxng.c ctxt->state->endvalue = (xmlChar *) oldendvalue; state 8653 third_party/libxml/src/relaxng.c cur = ctxt->state->value; state 8654 third_party/libxml/src/relaxng.c if ((cur == NULL) || (ctxt->state->endvalue == NULL)) { state 8655 third_party/libxml/src/relaxng.c ctxt->state->value = NULL; state 8656 third_party/libxml/src/relaxng.c ctxt->state->endvalue = NULL; state 8661 third_party/libxml/src/relaxng.c while ((cur != ctxt->state->endvalue) && (*cur == 0)) state 8663 third_party/libxml/src/relaxng.c if (cur == ctxt->state->endvalue) state 8664 third_party/libxml/src/relaxng.c ctxt->state->value = NULL; state 8666 third_party/libxml/src/relaxng.c ctxt->state->value = cur; state 8710 third_party/libxml/src/relaxng.c value = ctxt->state->value; state 8735 third_party/libxml/src/relaxng.c value, ctxt->state->node); state 8772 third_party/libxml/src/relaxng.c ctxt->state->seq); state 8785 third_party/libxml/src/relaxng.c oldvalue = ctxt->state->value; state 8791 third_party/libxml/src/relaxng.c ctxt->state->value = oldvalue; state 8812 third_party/libxml/src/relaxng.c oldvalue = ctxt->state->value; state 8813 third_party/libxml/src/relaxng.c oldend = ctxt->state->endvalue; state 8842 third_party/libxml/src/relaxng.c ctxt->state->endvalue = cur; state 8844 third_party/libxml/src/relaxng.c while ((*cur == 0) && (cur != ctxt->state->endvalue)) state 8847 third_party/libxml/src/relaxng.c ctxt->state->value = cur; state 8850 third_party/libxml/src/relaxng.c if (ctxt->state->value == ctxt->state->endvalue) state 8851 third_party/libxml/src/relaxng.c ctxt->state->value = NULL; state 8857 third_party/libxml/src/relaxng.c ctxt->state->value, nb_values); state 8867 third_party/libxml/src/relaxng.c if ((ret == 0) && (ctxt->state->value != NULL) && state 8868 third_party/libxml/src/relaxng.c (ctxt->state->value != ctxt->state->endvalue)) { state 8870 third_party/libxml/src/relaxng.c ctxt->state->value); state 8874 third_party/libxml/src/relaxng.c ctxt->state->value = oldvalue; state 8875 third_party/libxml/src/relaxng.c ctxt->state->endvalue = oldend; state 8889 third_party/libxml/src/relaxng.c cur = ctxt->state->value; state 8891 third_party/libxml/src/relaxng.c while ((cur != NULL) && (cur != ctxt->state->endvalue) && state 8897 third_party/libxml/src/relaxng.c ctxt->state->value = temp; state 8901 third_party/libxml/src/relaxng.c cur = ctxt->state->value; state 9046 third_party/libxml/src/relaxng.c if (ctxt->state->nbAttrLeft <= 0) state 9049 third_party/libxml/src/relaxng.c for (i = 0; i < ctxt->state->nbAttrs; i++) { state 9050 third_party/libxml/src/relaxng.c tmp = ctxt->state->attrs[i]; state 9063 third_party/libxml/src/relaxng.c oldvalue = ctxt->state->value; state 9064 third_party/libxml/src/relaxng.c oldseq = ctxt->state->seq; state 9065 third_party/libxml/src/relaxng.c ctxt->state->seq = (xmlNodePtr) prop; state 9066 third_party/libxml/src/relaxng.c ctxt->state->value = value; state 9067 third_party/libxml/src/relaxng.c ctxt->state->endvalue = NULL; state 9069 third_party/libxml/src/relaxng.c if (ctxt->state->value != NULL) state 9070 third_party/libxml/src/relaxng.c value = ctxt->state->value; state 9073 third_party/libxml/src/relaxng.c ctxt->state->value = oldvalue; state 9074 third_party/libxml/src/relaxng.c ctxt->state->seq = oldseq; state 9079 third_party/libxml/src/relaxng.c ctxt->state->attrs[i] = NULL; state 9080 third_party/libxml/src/relaxng.c ctxt->state->nbAttrLeft--; state 9091 third_party/libxml/src/relaxng.c for (i = 0; i < ctxt->state->nbAttrs; i++) { state 9092 third_party/libxml/src/relaxng.c tmp = ctxt->state->attrs[i]; state 9101 third_party/libxml/src/relaxng.c oldvalue = ctxt->state->value; state 9102 third_party/libxml/src/relaxng.c oldseq = ctxt->state->seq; state 9103 third_party/libxml/src/relaxng.c ctxt->state->seq = (xmlNodePtr) prop; state 9104 third_party/libxml/src/relaxng.c ctxt->state->value = value; state 9106 third_party/libxml/src/relaxng.c if (ctxt->state->value != NULL) state 9107 third_party/libxml/src/relaxng.c value = ctxt->state->value; state 9110 third_party/libxml/src/relaxng.c ctxt->state->value = oldvalue; state 9111 third_party/libxml/src/relaxng.c ctxt->state->seq = oldseq; state 9116 third_party/libxml/src/relaxng.c ctxt->state->attrs[i] = NULL; state 9117 third_party/libxml/src/relaxng.c ctxt->state->nbAttrLeft--; state 9169 third_party/libxml/src/relaxng.c if ((ctxt->state != NULL) || (ctxt->states != NULL)) { state 9261 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) state 9262 third_party/libxml/src/relaxng.c ctxt->state->seq = xmlRelaxNGSkipIgnored(ctxt, state 9263 third_party/libxml/src/relaxng.c ctxt->state->seq); state 9273 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) state 9274 third_party/libxml/src/relaxng.c ctxt->state->seq = xmlRelaxNGSkipIgnored(ctxt, state 9275 third_party/libxml/src/relaxng.c ctxt->state-> state 9304 third_party/libxml/src/relaxng.c cur = ctxt->state->seq; state 9308 third_party/libxml/src/relaxng.c ctxt->state->seq = cur; state 9379 third_party/libxml/src/relaxng.c oldstate = ctxt->state; state 9381 third_party/libxml/src/relaxng.c ctxt->state = xmlRelaxNGCopyValidState(ctxt, oldstate); state 9387 third_party/libxml/src/relaxng.c ctxt->state->seq = list[i]; state 9391 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) { state 9392 third_party/libxml/src/relaxng.c cur = ctxt->state->seq; state 9395 third_party/libxml/src/relaxng.c oldstate = ctxt->state; state 9396 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 9400 third_party/libxml/src/relaxng.c ctxt->state = oldstate; state 9469 third_party/libxml/src/relaxng.c ctxt->state = oldstate; state 9480 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) state 9481 third_party/libxml/src/relaxng.c xmlRelaxNGFreeValidState(ctxt, ctxt->state); state 9482 third_party/libxml/src/relaxng.c ctxt->state = oldstate; state 9483 third_party/libxml/src/relaxng.c ctxt->state->seq = lastelem; state 9534 third_party/libxml/src/relaxng.c if ((ctxt->state != NULL) || (ctxt->states != NULL)) { state 9677 third_party/libxml/src/relaxng.c xmlRelaxNGValidStatePtr state; state 9687 third_party/libxml/src/relaxng.c state = ctxt->states->tabState[i]; state 9688 third_party/libxml/src/relaxng.c if (state == NULL) state 9690 third_party/libxml/src/relaxng.c if (state->seq != NULL) { state 9696 third_party/libxml/src/relaxng.c tmp = state->nbAttrLeft; state 9724 third_party/libxml/src/relaxng.c ctxt->state = ctxt->states->tabState[best]; state 9745 third_party/libxml/src/relaxng.c xmlRelaxNGValidStatePtr state; state 9747 third_party/libxml/src/relaxng.c state = ctxt->state; state 9748 third_party/libxml/src/relaxng.c if (state->seq != NULL) { state 9749 third_party/libxml/src/relaxng.c state->seq = xmlRelaxNGSkipIgnored(ctxt, state->seq); state 9750 third_party/libxml/src/relaxng.c if (state->seq != NULL) { state 9753 third_party/libxml/src/relaxng.c state->node->name, state->seq->name); state 9758 third_party/libxml/src/relaxng.c for (i = 0; i < state->nbAttrs; i++) { state 9759 third_party/libxml/src/relaxng.c if (state->attrs[i] != NULL) { state 9762 third_party/libxml/src/relaxng.c state->attrs[i]->name, state->node->name); state 9785 third_party/libxml/src/relaxng.c xmlRelaxNGValidStatePtr oldstate = NULL, state; state 9792 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) { state 9793 third_party/libxml/src/relaxng.c node = ctxt->state->seq; state 9825 third_party/libxml/src/relaxng.c ctxt->state->seq = node; state 9849 third_party/libxml/src/relaxng.c ctxt->state->seq = xmlRelaxNGSkipIgnored(ctxt, node->next); state 9894 third_party/libxml/src/relaxng.c state = xmlRelaxNGNewValidState(ctxt, node); state 9895 third_party/libxml/src/relaxng.c if (state == NULL) { state 9902 third_party/libxml/src/relaxng.c oldstate = ctxt->state; state 9903 third_party/libxml/src/relaxng.c ctxt->state = state; state 9912 third_party/libxml/src/relaxng.c xmlRelaxNGValidStatePtr nstate, tmpstate = ctxt->state; state 9917 third_party/libxml/src/relaxng.c ctxt->state = nstate; state 9922 third_party/libxml/src/relaxng.c ctxt->state->seq); state 9923 third_party/libxml/src/relaxng.c nseq = ctxt->state->seq; state 9924 third_party/libxml/src/relaxng.c ctxt->state = tmpstate; state 9940 third_party/libxml/src/relaxng.c state = ctxt->states->tabState[i]; state 9941 third_party/libxml/src/relaxng.c ctxt->state = state; state 9942 third_party/libxml/src/relaxng.c ctxt->state->seq = nseq; state 9967 third_party/libxml/src/relaxng.c state = ctxt->state; state 9968 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) state 9969 third_party/libxml/src/relaxng.c ctxt->state->seq = nseq; state 9972 third_party/libxml/src/relaxng.c xmlRelaxNGFreeValidState(ctxt, state); state 9981 third_party/libxml/src/relaxng.c if (ctxt->state == NULL) { state 9982 third_party/libxml/src/relaxng.c ctxt->state = oldstate; state 9985 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 9997 third_party/libxml/src/relaxng.c state = ctxt->states->tabState[i]; state 9998 third_party/libxml/src/relaxng.c ctxt->state = state; state 10023 third_party/libxml/src/relaxng.c state = ctxt->state; state 10026 third_party/libxml/src/relaxng.c xmlRelaxNGFreeValidState(ctxt, state); state 10033 third_party/libxml/src/relaxng.c ctxt->state = oldstate; state 10070 third_party/libxml/src/relaxng.c oldstate = xmlRelaxNGCopyValidState(ctxt, ctxt->state); state 10075 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) state 10076 third_party/libxml/src/relaxng.c xmlRelaxNGFreeValidState(ctxt, ctxt->state); state 10077 third_party/libxml/src/relaxng.c ctxt->state = oldstate; state 10097 third_party/libxml/src/relaxng.c xmlRelaxNGAddStates(ctxt, ctxt->states, ctxt->state); state 10098 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 10129 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) { state 10133 third_party/libxml/src/relaxng.c state)); state 10150 third_party/libxml/src/relaxng.c ctxt->state = states->tabState[i]; state 10156 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) { state 10158 third_party/libxml/src/relaxng.c ctxt->state); state 10159 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 10176 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) { state 10178 third_party/libxml/src/relaxng.c ctxt->state); state 10179 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 10188 third_party/libxml/src/relaxng.c xmlRelaxNGFreeValidState(ctxt, ctxt->state); state 10189 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 10192 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) { state 10194 third_party/libxml/src/relaxng.c ctxt->state); state 10195 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 10221 third_party/libxml/src/relaxng.c ctxt->state = xmlRelaxNGCopyValidState(ctxt, state 10316 third_party/libxml/src/relaxng.c oldstate = xmlRelaxNGCopyValidState(ctxt, ctxt->state); state 10322 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) { state 10323 third_party/libxml/src/relaxng.c xmlRelaxNGAddStates(ctxt, states, ctxt->state); state 10334 third_party/libxml/src/relaxng.c xmlRelaxNGFreeValidState(ctxt, ctxt->state); state 10336 third_party/libxml/src/relaxng.c ctxt->state = oldstate; state 10342 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 10407 third_party/libxml/src/relaxng.c ctxt->state->seq); state 10411 third_party/libxml/src/relaxng.c ctxt->state->seq = NULL; state 10449 third_party/libxml/src/relaxng.c oldvalue = ctxt->state->value; state 10450 third_party/libxml/src/relaxng.c ctxt->state->value = content; state 10452 third_party/libxml/src/relaxng.c ctxt->state->value = oldvalue; state 10456 third_party/libxml/src/relaxng.c ctxt->state->seq = NULL; state 10501 third_party/libxml/src/relaxng.c oldvalue = ctxt->state->value; state 10502 third_party/libxml/src/relaxng.c oldendvalue = ctxt->state->endvalue; state 10503 third_party/libxml/src/relaxng.c ctxt->state->value = content; state 10504 third_party/libxml/src/relaxng.c ctxt->state->endvalue = content + len; state 10506 third_party/libxml/src/relaxng.c ctxt->state->value = oldvalue; state 10507 third_party/libxml/src/relaxng.c ctxt->state->endvalue = oldendvalue; state 10511 third_party/libxml/src/relaxng.c ctxt->state->seq = node->next; state 10557 third_party/libxml/src/relaxng.c if ((ctxt->state != NULL) && (ctxt->states != NULL)) { state 10558 third_party/libxml/src/relaxng.c TODO xmlRelaxNGFreeValidState(ctxt, ctxt->state); state 10559 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 10564 third_party/libxml/src/relaxng.c ctxt->state = ctxt->states->tabState[0]; state 10569 third_party/libxml/src/relaxng.c if ((ctxt->state != NULL) && (ctxt->states != NULL)) { state 10570 third_party/libxml/src/relaxng.c TODO xmlRelaxNGFreeValidState(ctxt, ctxt->state); state 10571 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 10574 third_party/libxml/src/relaxng.c ctxt->state = ctxt->states->tabState[0]; state 10588 third_party/libxml/src/relaxng.c ctxt->state = states->tabState[i]; state 10594 third_party/libxml/src/relaxng.c if ((ctxt->state != NULL) && (ctxt->states != NULL)) { state 10595 third_party/libxml/src/relaxng.c TODO xmlRelaxNGFreeValidState(ctxt, ctxt->state); state 10596 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 10602 third_party/libxml/src/relaxng.c xmlRelaxNGAddStates(ctxt, res, ctxt->state); state 10603 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 10606 third_party/libxml/src/relaxng.c states->tabState[j++] = ctxt->state; state 10607 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 10627 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) { state 10628 third_party/libxml/src/relaxng.c xmlRelaxNGFreeValidState(ctxt, ctxt->state); state 10629 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 10649 third_party/libxml/src/relaxng.c ctxt->state = states->tabState[0]; state 10660 third_party/libxml/src/relaxng.c if ((ctxt->state != NULL) && (ctxt->states != NULL)) { state 10661 third_party/libxml/src/relaxng.c TODO xmlRelaxNGFreeValidState(ctxt, ctxt->state); state 10662 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 10682 third_party/libxml/src/relaxng.c xmlRelaxNGValidStatePtr state; state 10695 third_party/libxml/src/relaxng.c state = xmlRelaxNGNewValidState(ctxt, NULL); state 10696 third_party/libxml/src/relaxng.c ctxt->state = state; state 10698 third_party/libxml/src/relaxng.c if ((ctxt->state != NULL) && (state->seq != NULL)) { state 10699 third_party/libxml/src/relaxng.c state = ctxt->state; state 10700 third_party/libxml/src/relaxng.c node = state->seq; state 10713 third_party/libxml/src/relaxng.c state = ctxt->states->tabState[i]; state 10714 third_party/libxml/src/relaxng.c node = state->seq; state 10718 third_party/libxml/src/relaxng.c xmlRelaxNGFreeValidState(ctxt, state); state 10727 third_party/libxml/src/relaxng.c if (ctxt->state != NULL) { state 10728 third_party/libxml/src/relaxng.c xmlRelaxNGFreeValidState(ctxt, ctxt->state); state 10729 third_party/libxml/src/relaxng.c ctxt->state = NULL; state 121 third_party/libxml/src/testAutomata.c int state; state 123 third_party/libxml/src/testAutomata.c state = scanNumber(&ptr); state 124 third_party/libxml/src/testAutomata.c if (states[state] == NULL) { state 126 third_party/libxml/src/testAutomata.c "Bad state %d : %s\n", state, expr); state 129 third_party/libxml/src/testAutomata.c xmlAutomataSetFinalState(am, states[state]); state 29246 third_party/libxml/src/testapi.c xmlAutomataStatePtr state; /* a state in this automata */ state 29253 third_party/libxml/src/testapi.c state = gen_xmlAutomataStatePtr(n_state, 1); state 29255 third_party/libxml/src/testapi.c ret_val = xmlAutomataSetFinalState(am, state); state 29259 third_party/libxml/src/testapi.c des_xmlAutomataStatePtr(n_state, state, 1); state 559 third_party/libxml/src/threads.c xmlFreeGlobalState(void *state) state 561 third_party/libxml/src/threads.c xmlGlobalState *gs = (xmlGlobalState *) state; state 565 third_party/libxml/src/threads.c free(state); state 356 third_party/libxml/src/valid.c unsigned char state; /* ROLLBACK_XXX */ state 365 third_party/libxml/src/valid.c #define STATE ctxt->vstate->state state 376 third_party/libxml/src/valid.c unsigned char state) { state 411 third_party/libxml/src/valid.c (ctxt->vstateTab[i].state == state)) state 417 third_party/libxml/src/valid.c ctxt->vstateTab[ctxt->vstateNr].state = state; state 430 third_party/libxml/src/valid.c ctxt->vstate->state = ctxt->vstateTab[ctxt->vstateNr].state; state 581 third_party/libxml/src/valid.c xmlValidDebugState(xmlValidStatePtr state) { state 583 third_party/libxml/src/valid.c if (state->cont == NULL) state 586 third_party/libxml/src/valid.c switch (state->cont->type) { state 592 third_party/libxml/src/valid.c state->cont->name); state 601 third_party/libxml/src/valid.c xmlValidPrintNode(state->node); state 603 third_party/libxml/src/valid.c state->depth, state->occurs, state->state); state 676 third_party/libxml/src/valid.c xmlAutomataStatePtr oldstate = ctxt->state; state 688 third_party/libxml/src/valid.c ctxt->state = xmlAutomataNewTransition(ctxt->am, state 689 third_party/libxml/src/valid.c ctxt->state, NULL, fullname, NULL); state 692 third_party/libxml/src/valid.c ctxt->state = xmlAutomataNewTransition(ctxt->am, state 693 third_party/libxml/src/valid.c ctxt->state, NULL, fullname, NULL); state 694 third_party/libxml/src/valid.c xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); state 697 third_party/libxml/src/valid.c ctxt->state = xmlAutomataNewTransition(ctxt->am, state 698 third_party/libxml/src/valid.c ctxt->state, NULL, fullname, NULL); state 699 third_party/libxml/src/valid.c xmlAutomataNewTransition(ctxt->am, ctxt->state, state 700 third_party/libxml/src/valid.c ctxt->state, fullname, NULL); state 703 third_party/libxml/src/valid.c ctxt->state = xmlAutomataNewEpsilon(ctxt->am, state 704 third_party/libxml/src/valid.c ctxt->state, NULL); state 706 third_party/libxml/src/valid.c ctxt->state, ctxt->state, fullname, NULL); state 720 third_party/libxml/src/valid.c oldstate = ctxt->state; state 723 third_party/libxml/src/valid.c ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); state 724 third_party/libxml/src/valid.c oldstate = ctxt->state; state 732 third_party/libxml/src/valid.c oldend = ctxt->state; state 733 third_party/libxml/src/valid.c ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL); state 738 third_party/libxml/src/valid.c xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); state 741 third_party/libxml/src/valid.c xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); state 757 third_party/libxml/src/valid.c ctxt->state = xmlAutomataNewEpsilon(ctxt->am, state 758 third_party/libxml/src/valid.c ctxt->state, NULL); state 760 third_party/libxml/src/valid.c oldstate = ctxt->state; state 768 third_party/libxml/src/valid.c ctxt->state = oldstate; state 770 third_party/libxml/src/valid.c xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend); state 774 third_party/libxml/src/valid.c ctxt->state = oldstate; state 776 third_party/libxml/src/valid.c xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend); state 777 third_party/libxml/src/valid.c ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL); state 782 third_party/libxml/src/valid.c xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); state 785 third_party/libxml/src/valid.c xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); state 838 third_party/libxml/src/valid.c ctxt->state = xmlAutomataGetInitState(ctxt->am); state 840 third_party/libxml/src/valid.c xmlAutomataSetFinalState(ctxt->am, ctxt->state); state 854 third_party/libxml/src/valid.c ctxt->state = NULL; state 859 third_party/libxml/src/valid.c ctxt->state = NULL; state 5722 third_party/libxml/src/valid.c xmlValidStatePtr state = ctxt->vstate; state 5728 third_party/libxml/src/valid.c if (state->elemDecl != NULL) { state 5729 third_party/libxml/src/valid.c elemDecl = state->elemDecl; state 5736 third_party/libxml/src/valid.c xmlErrValidNode(ctxt, state->node, state 5739 third_party/libxml/src/valid.c state->node->name, NULL, NULL); state 5750 third_party/libxml/src/valid.c xmlErrValidNode(ctxt, state->node, state 5753 third_party/libxml/src/valid.c state->node->name, NULL, NULL); state 5759 third_party/libxml/src/valid.c xmlErrValidNode(ctxt, state->node, state 5762 third_party/libxml/src/valid.c qname, state->node->name, NULL); state 5773 third_party/libxml/src/valid.c if (state->exec != NULL) { state 5774 third_party/libxml/src/valid.c ret = xmlRegExecPushString(state->exec, qname, NULL); state 5776 third_party/libxml/src/valid.c xmlErrValidNode(ctxt, state->node, state 5779 third_party/libxml/src/valid.c state->node->name, qname, NULL); state 5814 third_party/libxml/src/valid.c xmlValidStatePtr state = ctxt->vstate; state 5820 third_party/libxml/src/valid.c if (state->elemDecl != NULL) { state 5821 third_party/libxml/src/valid.c elemDecl = state->elemDecl; state 5828 third_party/libxml/src/valid.c xmlErrValidNode(ctxt, state->node, state 5831 third_party/libxml/src/valid.c state->node->name, NULL, NULL); state 5844 third_party/libxml/src/valid.c xmlErrValidNode(ctxt, state->node, state 5847 third_party/libxml/src/valid.c state->node->name, NULL, NULL); state 5888 third_party/libxml/src/valid.c xmlValidStatePtr state = ctxt->vstate; state 5894 third_party/libxml/src/valid.c if (state->elemDecl != NULL) { state 5895 third_party/libxml/src/valid.c elemDecl = state->elemDecl; state 5898 third_party/libxml/src/valid.c if (state->exec != NULL) { state 5899 third_party/libxml/src/valid.c ret = xmlRegExecPushString(state->exec, NULL, NULL); state 5901 third_party/libxml/src/valid.c xmlErrValidNode(ctxt, state->node, state 5904 third_party/libxml/src/valid.c state->node->name, NULL,NULL); state 121 third_party/libxml/src/xmlreader.c xmlTextReaderState state; state 552 third_party/libxml/src/xmlreader.c reader->state, reader->depth); state 659 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_ELEMENT; state 724 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_ELEMENT; state 816 third_party/libxml/src/xmlreader.c oldstate = reader->state; state 817 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_NONE; state 820 third_party/libxml/src/xmlreader.c while (reader->state == XML_TEXTREADER_NONE) { state 831 third_party/libxml/src/xmlreader.c reader->state = oldstate; state 835 third_party/libxml/src/xmlreader.c reader->state = oldstate; state 891 third_party/libxml/src/xmlreader.c if (reader->state != XML_TEXTREADER_DONE) { state 897 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_DONE; state 902 third_party/libxml/src/xmlreader.c reader->state = oldstate; state 1283 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_ERROR; state 1288 third_party/libxml/src/xmlreader.c (reader->state != XML_TEXTREADER_DONE))); state 1295 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_ERROR; state 1298 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_ELEMENT; state 1305 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_ELEMENT; state 1311 third_party/libxml/src/xmlreader.c oldstate = reader->state; state 1346 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_ERROR; state 1359 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_ELEMENT; state 1372 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_END; state 1384 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_ELEMENT; state 1409 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_END; state 1428 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_DONE; state 1463 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_BACKTRACK; state 1550 third_party/libxml/src/xmlreader.c ((reader->state != XML_TEXTREADER_END) && state 1551 third_party/libxml/src/xmlreader.c (reader->state != XML_TEXTREADER_BACKTRACK))) { state 1561 third_party/libxml/src/xmlreader.c if ((reader->patternNr > 0) && (reader->state != XML_TEXTREADER_END) && state 1562 third_party/libxml/src/xmlreader.c (reader->state != XML_TEXTREADER_BACKTRACK)) { state 1581 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_DONE; state 1645 third_party/libxml/src/xmlreader.c if (reader->state == XML_TEXTREADER_END || reader->state == XML_TEXTREADER_BACKTRACK) state 1854 third_party/libxml/src/xmlreader.c if (reader->state == XML_TEXTREADER_END) state 1859 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_END; state 1864 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_START; state 1868 third_party/libxml/src/xmlreader.c if (reader->state != XML_TEXTREADER_BACKTRACK) { state 1874 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_START; state 1882 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_BACKTRACK; state 1890 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_START; state 1896 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_END; state 1902 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_BACKTRACK; state 1907 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_END; state 1924 third_party/libxml/src/xmlreader.c if (reader->state == XML_TEXTREADER_END) state 1930 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_END; state 1935 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_START; state 1939 third_party/libxml/src/xmlreader.c if ((reader->state != XML_TEXTREADER_BACKTRACK) && state 1946 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_START; state 1951 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_BACKTRACK; state 1958 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_START; state 1965 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_END; state 1971 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_BACKTRACK; state 1975 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_END; state 2005 third_party/libxml/src/xmlreader.c if (reader->state == XML_TEXTREADER_END) state 2013 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_START; state 2939 third_party/libxml/src/xmlreader.c if ((reader->state == XML_TEXTREADER_END) || state 2940 third_party/libxml/src/xmlreader.c (reader->state == XML_TEXTREADER_BACKTRACK)) state 2980 third_party/libxml/src/xmlreader.c if ((reader->state == XML_TEXTREADER_END) || state 2981 third_party/libxml/src/xmlreader.c (reader->state == XML_TEXTREADER_BACKTRACK)) state 3048 third_party/libxml/src/xmlreader.c if (reader->state == XML_TEXTREADER_END) state 5175 third_party/libxml/src/xmlreader.c ret->state = XML_TEXTREADER_START; state 5374 third_party/libxml/src/xmlreader.c reader->state = XML_TEXTREADER_START; state 247 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state; state 292 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state;/* the current state */ state 313 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state;/* the current state */ state 353 third_party/libxml/src/xmlregexp.c static void xmlRegFreeState(xmlRegStatePtr state); state 558 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state; state 564 third_party/libxml/src/xmlregexp.c state = ret->states[i]; state 566 third_party/libxml/src/xmlregexp.c transitions[stateno * (nbatoms + 1)] = state->type; state 568 third_party/libxml/src/xmlregexp.c for (j = 0;j < state->nbTrans;j++) { state 569 third_party/libxml/src/xmlregexp.c trans = &(state->trans[j]); state 893 third_party/libxml/src/xmlregexp.c xmlRegFreeState(xmlRegStatePtr state) { state 894 third_party/libxml/src/xmlregexp.c if (state == NULL) state 897 third_party/libxml/src/xmlregexp.c if (state->trans != NULL) state 898 third_party/libxml/src/xmlregexp.c xmlFree(state->trans); state 899 third_party/libxml/src/xmlregexp.c if (state->transTo != NULL) state 900 third_party/libxml/src/xmlregexp.c xmlFree(state->transTo); state 901 third_party/libxml/src/xmlregexp.c xmlFree(state); state 1145 third_party/libxml/src/xmlregexp.c xmlRegPrintState(FILE *output, xmlRegStatePtr state) { state 1149 third_party/libxml/src/xmlregexp.c if (state == NULL) { state 1153 third_party/libxml/src/xmlregexp.c if (state->type == XML_REGEXP_START_STATE) state 1155 third_party/libxml/src/xmlregexp.c if (state->type == XML_REGEXP_FINAL_STATE) state 1158 third_party/libxml/src/xmlregexp.c fprintf(output, "%d, %d transitions:\n", state->no, state->nbTrans); state 1159 third_party/libxml/src/xmlregexp.c for (i = 0;i < state->nbTrans; i++) { state 1160 third_party/libxml/src/xmlregexp.c xmlRegPrintTrans(output, &(state->trans[i])); state 1344 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, state 1350 third_party/libxml/src/xmlregexp.c if (state == NULL) { state 1364 third_party/libxml/src/xmlregexp.c for (nrtrans = state->nbTrans - 1; nrtrans >= 0; nrtrans--) { state 1365 third_party/libxml/src/xmlregexp.c xmlRegTransPtr trans = &(state->trans[nrtrans]); state 1372 third_party/libxml/src/xmlregexp.c state->no, target->no); state 1378 third_party/libxml/src/xmlregexp.c if (state->maxTrans == 0) { state 1379 third_party/libxml/src/xmlregexp.c state->maxTrans = 8; state 1380 third_party/libxml/src/xmlregexp.c state->trans = (xmlRegTrans *) xmlMalloc(state->maxTrans * state 1382 third_party/libxml/src/xmlregexp.c if (state->trans == NULL) { state 1384 third_party/libxml/src/xmlregexp.c state->maxTrans = 0; state 1387 third_party/libxml/src/xmlregexp.c } else if (state->nbTrans >= state->maxTrans) { state 1389 third_party/libxml/src/xmlregexp.c state->maxTrans *= 2; state 1390 third_party/libxml/src/xmlregexp.c tmp = (xmlRegTrans *) xmlRealloc(state->trans, state->maxTrans * state 1394 third_party/libxml/src/xmlregexp.c state->maxTrans /= 2; state 1397 third_party/libxml/src/xmlregexp.c state->trans = tmp; state 1400 third_party/libxml/src/xmlregexp.c printf("Add trans from %d to %d ", state->no, target->no); state 1413 third_party/libxml/src/xmlregexp.c state->trans[state->nbTrans].atom = atom; state 1414 third_party/libxml/src/xmlregexp.c state->trans[state->nbTrans].to = target->no; state 1415 third_party/libxml/src/xmlregexp.c state->trans[state->nbTrans].counter = counter; state 1416 third_party/libxml/src/xmlregexp.c state->trans[state->nbTrans].count = count; state 1417 third_party/libxml/src/xmlregexp.c state->trans[state->nbTrans].nd = 0; state 1418 third_party/libxml/src/xmlregexp.c state->nbTrans++; state 1419 third_party/libxml/src/xmlregexp.c xmlRegStateAddTransTo(ctxt, target, state->no); state 1423 third_party/libxml/src/xmlregexp.c xmlRegStatePush(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state) { state 1424 third_party/libxml/src/xmlregexp.c if (state == NULL) return(-1); state 1446 third_party/libxml/src/xmlregexp.c state->no = ctxt->nbStates; state 1447 third_party/libxml/src/xmlregexp.c ctxt->states[ctxt->nbStates++] = state; state 1466 third_party/libxml/src/xmlregexp.c ctxt->state = to; state 1487 third_party/libxml/src/xmlregexp.c ctxt->state = to; state 1506 third_party/libxml/src/xmlregexp.c ctxt->state = to; state 1525 third_party/libxml/src/xmlregexp.c ctxt->state = to; state 1567 third_party/libxml/src/xmlregexp.c ctxt->state = to; state 1582 third_party/libxml/src/xmlregexp.c ctxt->state); state 1637 third_party/libxml/src/xmlregexp.c inter = ctxt->state; state 1674 third_party/libxml/src/xmlregexp.c ctxt->state = newstate; state 1695 third_party/libxml/src/xmlregexp.c ctxt->state = to; state 1730 third_party/libxml/src/xmlregexp.c ctxt->state = end; state 1858 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state, tmp; state 1861 third_party/libxml/src/xmlregexp.c state = ctxt->states[statenr]; state 1862 third_party/libxml/src/xmlregexp.c if (state == NULL) state 1864 third_party/libxml/src/xmlregexp.c if (state->nbTrans != 1) state 1866 third_party/libxml/src/xmlregexp.c if (state->type == XML_REGEXP_UNREACH_STATE) state 1869 third_party/libxml/src/xmlregexp.c if ((state->trans[0].atom == NULL) && state 1870 third_party/libxml/src/xmlregexp.c (state->trans[0].to >= 0) && state 1871 third_party/libxml/src/xmlregexp.c (state->trans[0].to != statenr) && state 1872 third_party/libxml/src/xmlregexp.c (state->trans[0].counter < 0) && state 1873 third_party/libxml/src/xmlregexp.c (state->trans[0].count < 0)) { state 1874 third_party/libxml/src/xmlregexp.c newto = state->trans[0].to; state 1876 third_party/libxml/src/xmlregexp.c if (state->type == XML_REGEXP_START_STATE) { state 1886 third_party/libxml/src/xmlregexp.c for (i = 0;i < state->nbTransTo;i++) { state 1887 third_party/libxml/src/xmlregexp.c tmp = ctxt->states[state->transTo[i]]; state 1902 third_party/libxml/src/xmlregexp.c if (state->type == XML_REGEXP_FINAL_STATE) state 1905 third_party/libxml/src/xmlregexp.c state->nbTrans = 0; state 1907 third_party/libxml/src/xmlregexp.c state->type = XML_REGEXP_UNREACH_STATE; state 1922 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state; state 1933 third_party/libxml/src/xmlregexp.c state = ctxt->states[statenr]; state 1934 third_party/libxml/src/xmlregexp.c if ((state != NULL) && (state->type == XML_REGEXP_UNREACH_STATE)) { state 1938 third_party/libxml/src/xmlregexp.c xmlRegFreeState(state); state 1954 third_party/libxml/src/xmlregexp.c state = ctxt->states[statenr]; state 1955 third_party/libxml/src/xmlregexp.c if (state == NULL) state 1957 third_party/libxml/src/xmlregexp.c if ((state->nbTrans == 0) && state 1958 third_party/libxml/src/xmlregexp.c (state->type != XML_REGEXP_FINAL_STATE)) { state 1959 third_party/libxml/src/xmlregexp.c state->type = XML_REGEXP_SINK_STATE; state 1961 third_party/libxml/src/xmlregexp.c for (transnr = 0;transnr < state->nbTrans;transnr++) { state 1962 third_party/libxml/src/xmlregexp.c if ((state->trans[transnr].atom == NULL) && state 1963 third_party/libxml/src/xmlregexp.c (state->trans[transnr].to >= 0)) { state 1964 third_party/libxml/src/xmlregexp.c if (state->trans[transnr].to == statenr) { state 1965 third_party/libxml/src/xmlregexp.c state->trans[transnr].to = -1; state 1970 third_party/libxml/src/xmlregexp.c } else if (state->trans[transnr].count < 0) { state 1971 third_party/libxml/src/xmlregexp.c int newto = state->trans[transnr].to; state 1978 third_party/libxml/src/xmlregexp.c state->trans[transnr].to = -2; state 1979 third_party/libxml/src/xmlregexp.c state->mark = XML_REGEXP_MARK_START; state 1981 third_party/libxml/src/xmlregexp.c newto, state->trans[transnr].counter); state 1982 third_party/libxml/src/xmlregexp.c state->mark = XML_REGEXP_MARK_NORMAL; state 1997 third_party/libxml/src/xmlregexp.c state = ctxt->states[statenr]; state 1998 third_party/libxml/src/xmlregexp.c if (state == NULL) state 2000 third_party/libxml/src/xmlregexp.c for (transnr = 0;transnr < state->nbTrans;transnr++) { state 2001 third_party/libxml/src/xmlregexp.c xmlRegTransPtr trans = &(state->trans[transnr]); state 2015 third_party/libxml/src/xmlregexp.c state = ctxt->states[statenr]; state 2016 third_party/libxml/src/xmlregexp.c if (state != NULL) state 2017 third_party/libxml/src/xmlregexp.c state->reached = XML_REGEXP_MARK_NORMAL; state 2019 third_party/libxml/src/xmlregexp.c state = ctxt->states[0]; state 2020 third_party/libxml/src/xmlregexp.c if (state != NULL) state 2021 third_party/libxml/src/xmlregexp.c state->reached = XML_REGEXP_MARK_START; state 2022 third_party/libxml/src/xmlregexp.c while (state != NULL) { state 2024 third_party/libxml/src/xmlregexp.c state->reached = XML_REGEXP_MARK_VISITED; state 2028 third_party/libxml/src/xmlregexp.c for (transnr = 0;transnr < state->nbTrans;transnr++) { state 2029 third_party/libxml/src/xmlregexp.c if ((state->trans[transnr].to >= 0) && state 2030 third_party/libxml/src/xmlregexp.c ((state->trans[transnr].atom != NULL) || state 2031 third_party/libxml/src/xmlregexp.c (state->trans[transnr].count >= 0))) { state 2032 third_party/libxml/src/xmlregexp.c int newto = state->trans[transnr].to; state 2048 third_party/libxml/src/xmlregexp.c state = ctxt->states[statenr]; state 2049 third_party/libxml/src/xmlregexp.c if ((state != NULL) && (state->reached == state 2051 third_party/libxml/src/xmlregexp.c target = state; state 2056 third_party/libxml/src/xmlregexp.c state = target; state 2059 third_party/libxml/src/xmlregexp.c state = ctxt->states[statenr]; state 2060 third_party/libxml/src/xmlregexp.c if ((state != NULL) && (state->reached == XML_REGEXP_MARK_NORMAL)) { state 2064 third_party/libxml/src/xmlregexp.c xmlRegFreeState(state); state 2579 third_party/libxml/src/xmlregexp.c xmlFARecurseDeterminism(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, state 2587 third_party/libxml/src/xmlregexp.c if (state == NULL) state 2597 third_party/libxml/src/xmlregexp.c nbTrans = state->nbTrans; state 2599 third_party/libxml/src/xmlregexp.c t1 = &(state->trans[transnr]); state 2636 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state; state 2656 third_party/libxml/src/xmlregexp.c state = ctxt->states[statenr]; state 2657 third_party/libxml/src/xmlregexp.c if (state == NULL) state 2659 third_party/libxml/src/xmlregexp.c if (state->nbTrans < 2) state 2661 third_party/libxml/src/xmlregexp.c for (transnr = 0;transnr < state->nbTrans;transnr++) { state 2662 third_party/libxml/src/xmlregexp.c t1 = &(state->trans[transnr]); state 2674 third_party/libxml/src/xmlregexp.c t2 = &(state->trans[i]); state 2698 third_party/libxml/src/xmlregexp.c state = ctxt->states[statenr]; state 2699 third_party/libxml/src/xmlregexp.c if (state == NULL) state 2701 third_party/libxml/src/xmlregexp.c if (state->nbTrans < 2) state 2704 third_party/libxml/src/xmlregexp.c for (transnr = 0;transnr < state->nbTrans;transnr++) { state 2705 third_party/libxml/src/xmlregexp.c t1 = &(state->trans[transnr]); state 2716 third_party/libxml/src/xmlregexp.c t2 = &(state->trans[i]); state 3063 third_party/libxml/src/xmlregexp.c printf("state: %d:%d:idx %d", exec->state->no, exec->transno, exec->index); state 3119 third_party/libxml/src/xmlregexp.c exec->rollbacks[exec->nbRollbacks].state = exec->state; state 3148 third_party/libxml/src/xmlregexp.c exec->state = exec->rollbacks[exec->nbRollbacks].state; state 3188 third_party/libxml/src/xmlregexp.c exec->state = comp->states[0]; state 3204 third_party/libxml/src/xmlregexp.c ((exec->state != NULL) && state 3205 third_party/libxml/src/xmlregexp.c (exec->state->type != XML_REGEXP_FINAL_STATE)))) { state 3222 third_party/libxml/src/xmlregexp.c if (exec->transno < exec->state->nbTrans) { state 3223 third_party/libxml/src/xmlregexp.c trans = &exec->state->trans[exec->transno]; state 3234 third_party/libxml/src/xmlregexp.c for (;exec->transno < exec->state->nbTrans;exec->transno++) { state 3235 third_party/libxml/src/xmlregexp.c trans = &exec->state->trans[exec->transno]; state 3297 third_party/libxml/src/xmlregexp.c if (exec->state->nbTrans > exec->transno + 1) { state 3318 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state = exec->state; state 3324 third_party/libxml/src/xmlregexp.c exec->state = to; state 3327 third_party/libxml/src/xmlregexp.c exec->state = state; state 3375 third_party/libxml/src/xmlregexp.c (exec->state->nbTrans > exec->transno + 1))) { state 3419 third_party/libxml/src/xmlregexp.c exec->state = comp->states[trans->to]; state 3430 third_party/libxml/src/xmlregexp.c if ((exec->transno != 0) || (exec->state->nbTrans == 0)) { state 3437 third_party/libxml/src/xmlregexp.c printf("rollback from state %d on %d:%c\n", exec->state->no, state 3511 third_party/libxml/src/xmlregexp.c exec->state = comp->states[0]; state 3682 third_party/libxml/src/xmlregexp.c int state = exec->index; state 3692 third_party/libxml/src/xmlregexp.c if (comp->compact[state * (comp->nbstrings + 1)] == state 3706 third_party/libxml/src/xmlregexp.c target = comp->compact[state * (comp->nbstrings + 1) + i + 1]; state 3713 third_party/libxml/src/xmlregexp.c comp->transdata[state * comp->nbstrings + i], data); state 3734 third_party/libxml/src/xmlregexp.c printf("failed to find a transition for %s on state %d\n", value, state); state 3740 third_party/libxml/src/xmlregexp.c exec->errStateNo = state; state 3780 third_party/libxml/src/xmlregexp.c if (exec->state->type == XML_REGEXP_FINAL_STATE) state 3804 third_party/libxml/src/xmlregexp.c (exec->state->type != XML_REGEXP_FINAL_STATE)))) { state 3815 third_party/libxml/src/xmlregexp.c for (;exec->transno < exec->state->nbTrans;exec->transno++) { state 3816 third_party/libxml/src/xmlregexp.c trans = &exec->state->trans[exec->transno]; state 3838 third_party/libxml/src/xmlregexp.c for (i = 0;i < exec->state->nbTrans;i++) { state 3839 third_party/libxml/src/xmlregexp.c t = &exec->state->trans[i]; state 3873 third_party/libxml/src/xmlregexp.c for (i = 0;i < exec->state->nbTrans;i++) { state 3874 third_party/libxml/src/xmlregexp.c t = &exec->state->trans[i]; state 3926 third_party/libxml/src/xmlregexp.c if (exec->state->nbTrans > exec->transno + 1) { state 3956 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state = exec->state; state 3962 third_party/libxml/src/xmlregexp.c exec->state = to; state 3968 third_party/libxml/src/xmlregexp.c exec->state = state; state 3993 third_party/libxml/src/xmlregexp.c if (exec->state->nbTrans > exec->transno + 1) { state 4026 third_party/libxml/src/xmlregexp.c exec->errState = exec->state; state 4030 third_party/libxml/src/xmlregexp.c exec->state = exec->comp->states[trans->to]; state 4062 third_party/libxml/src/xmlregexp.c if ((exec->transno != 0) || (exec->state->nbTrans == 0)) { state 4068 third_party/libxml/src/xmlregexp.c if ((progress) && (exec->state != NULL) && state 4069 third_party/libxml/src/xmlregexp.c (exec->state->type != XML_REGEXP_SINK_STATE)) { state 4074 third_party/libxml/src/xmlregexp.c exec->errState = exec->state; state 4098 third_party/libxml/src/xmlregexp.c return(exec->state->type == XML_REGEXP_FINAL_STATE); state 4211 third_party/libxml/src/xmlregexp.c int target, i, state; state 4217 third_party/libxml/src/xmlregexp.c state = exec->errStateNo; state 4219 third_party/libxml/src/xmlregexp.c state = exec->index; state 4222 third_party/libxml/src/xmlregexp.c if (comp->compact[state * (comp->nbstrings + 1)] == state 4229 third_party/libxml/src/xmlregexp.c target = comp->compact[state * (comp->nbstrings + 1) + i + 1]; state 4238 third_party/libxml/src/xmlregexp.c target = comp->compact[state * (comp->nbstrings + 1) + i + 1]; state 4250 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state; state 4253 third_party/libxml/src/xmlregexp.c if (exec->state->type == XML_REGEXP_FINAL_STATE) state 4261 third_party/libxml/src/xmlregexp.c state = exec->errState; state 4263 third_party/libxml/src/xmlregexp.c if (exec->state == NULL) return(-1); state 4264 third_party/libxml/src/xmlregexp.c state = exec->state; state 4267 third_party/libxml/src/xmlregexp.c (transno < state->nbTrans) && (nb < maxval); state 4269 third_party/libxml/src/xmlregexp.c trans = &state->trans[transno]; state 4311 third_party/libxml/src/xmlregexp.c (transno < state->nbTrans) && (nb < maxval); state 4313 third_party/libxml/src/xmlregexp.c trans = &state->trans[transno]; state 4423 third_party/libxml/src/xmlregexp.c (exec->state->type != XML_REGEXP_FINAL_STATE))) { state 4434 third_party/libxml/src/xmlregexp.c for (;exec->transno < exec->state->nbTrans;exec->transno++) { state 4435 third_party/libxml/src/xmlregexp.c trans = &exec->state->trans[exec->transno]; state 4468 third_party/libxml/src/xmlregexp.c if (exec->state->nbTrans > exec->transno + 1) { state 4489 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state = exec->state; state 4495 third_party/libxml/src/xmlregexp.c exec->state = to; state 4498 third_party/libxml/src/xmlregexp.c exec->state = state; state 4520 third_party/libxml/src/xmlregexp.c if (exec->state->nbTrans > exec->transno + 1) { state 4541 third_party/libxml/src/xmlregexp.c exec->state = exec->comp->states[trans->to]; state 4552 third_party/libxml/src/xmlregexp.c if ((exec->transno != 0) || (exec->state->nbTrans == 0)) { state 5259 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, ctxt->state, NULL); state 5260 third_party/libxml/src/xmlregexp.c start0 = ctxt->state; state 5261 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, ctxt->state, NULL); state 5262 third_party/libxml/src/xmlregexp.c start = ctxt->state; state 5277 third_party/libxml/src/xmlregexp.c ctxt->atom->stop = ctxt->state; state 5323 third_party/libxml/src/xmlregexp.c previous = ctxt->state; state 5329 third_party/libxml/src/xmlregexp.c previous = ctxt->state; state 5338 third_party/libxml/src/xmlregexp.c previous = ctxt->state; state 5357 third_party/libxml/src/xmlregexp.c start = ctxt->state; state 5362 third_party/libxml/src/xmlregexp.c printf("State %d is final\n", ctxt->state->no); state 5364 third_party/libxml/src/xmlregexp.c ctxt->state->type = XML_REGEXP_FINAL_STATE; state 5367 third_party/libxml/src/xmlregexp.c ctxt->end = ctxt->state; state 5370 third_party/libxml/src/xmlregexp.c end = ctxt->state; state 5373 third_party/libxml/src/xmlregexp.c ctxt->state = start; state 5378 third_party/libxml/src/xmlregexp.c ctxt->state = end; state 5447 third_party/libxml/src/xmlregexp.c ctxt->start = ctxt->state = xmlRegNewState(ctxt); state 5459 third_party/libxml/src/xmlregexp.c ctxt->end = ctxt->state; state 5595 third_party/libxml/src/xmlregexp.c ctxt->start = ctxt->state = xmlRegNewState(ctxt); state 5663 third_party/libxml/src/xmlregexp.c xmlAutomataSetFinalState(xmlAutomataPtr am, xmlAutomataStatePtr state) { state 5664 third_party/libxml/src/xmlregexp.c if ((am == NULL) || (state == NULL)) state 5666 third_party/libxml/src/xmlregexp.c state->type = XML_REGEXP_FINAL_STATE; state 5705 third_party/libxml/src/xmlregexp.c return(am->state); state 5763 third_party/libxml/src/xmlregexp.c return(am->state); state 5829 third_party/libxml/src/xmlregexp.c return(am->state); state 5910 third_party/libxml/src/xmlregexp.c am->state = to; state 5913 third_party/libxml/src/xmlregexp.c to = am->state; state 5976 third_party/libxml/src/xmlregexp.c am->state = to; state 5979 third_party/libxml/src/xmlregexp.c to = am->state; state 6062 third_party/libxml/src/xmlregexp.c am->state = to; state 6121 third_party/libxml/src/xmlregexp.c am->state = to; state 6163 third_party/libxml/src/xmlregexp.c return(am->state); state 6188 third_party/libxml/src/xmlregexp.c return(am->state); state 6237 third_party/libxml/src/xmlregexp.c return(am->state); state 6261 third_party/libxml/src/xmlregexp.c return(am->state); state 618 third_party/libxml/src/xmlschemas.c xmlAutomataStatePtr state; state 951 third_party/libxml/src/xmlschemas.c int state; state 12547 third_party/libxml/src/xmlschemas.c start = pctxt->state; state 12641 third_party/libxml/src/xmlschemas.c pctxt->state = end; state 12671 third_party/libxml/src/xmlschemas.c start = ctxt->state; state 12672 third_party/libxml/src/xmlschemas.c ctxt->state = xmlAutomataNewTransition2(ctxt->am, start, NULL, state 12677 third_party/libxml/src/xmlschemas.c start = ctxt->state; state 12678 third_party/libxml/src/xmlschemas.c ctxt->state = xmlAutomataNewTransition2(ctxt->am, start, NULL, state 12680 third_party/libxml/src/xmlschemas.c ctxt->state = xmlAutomataNewTransition2(ctxt->am, ctxt->state, ctxt->state, state 12689 third_party/libxml/src/xmlschemas.c start = xmlAutomataNewEpsilon(ctxt->am, ctxt->state, NULL); state 12691 third_party/libxml/src/xmlschemas.c ctxt->state = xmlAutomataNewTransition2(ctxt->am, start, NULL, state 12693 third_party/libxml/src/xmlschemas.c xmlAutomataNewCountedTrans(ctxt->am, ctxt->state, start, counter); state 12694 third_party/libxml/src/xmlschemas.c ctxt->state = xmlAutomataNewCounterTrans(ctxt->am, ctxt->state, state 12698 third_party/libxml/src/xmlschemas.c xmlAutomataNewEpsilon(ctxt->am, start, ctxt->state); state 12741 third_party/libxml/src/xmlschemas.c start = pctxt->state; state 12751 third_party/libxml/src/xmlschemas.c pctxt->state = state 12754 third_party/libxml/src/xmlschemas.c xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); state 12758 third_party/libxml/src/xmlschemas.c pctxt->state = state 12761 third_party/libxml/src/xmlschemas.c xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); state 12766 third_party/libxml/src/xmlschemas.c pctxt->state = start; state 12767 third_party/libxml/src/xmlschemas.c pctxt->state = xmlAutomataNewTransition2(pctxt->am, state 12768 third_party/libxml/src/xmlschemas.c pctxt->state, NULL, BAD_CAST "*", ns->value, wild); state 12769 third_party/libxml/src/xmlschemas.c xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); state 12774 third_party/libxml/src/xmlschemas.c pctxt->state = xmlAutomataNewNegTrans(pctxt->am, state 12790 third_party/libxml/src/xmlschemas.c pctxt->state = state 12793 third_party/libxml/src/xmlschemas.c xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); state 12794 third_party/libxml/src/xmlschemas.c pctxt->state = state 12797 third_party/libxml/src/xmlschemas.c xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); state 12801 third_party/libxml/src/xmlschemas.c pctxt->state = state 12804 third_party/libxml/src/xmlschemas.c xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); state 12809 third_party/libxml/src/xmlschemas.c pctxt->state = xmlAutomataNewNegTrans(pctxt->am, state 12820 third_party/libxml/src/xmlschemas.c pctxt->state = end; state 12844 third_party/libxml/src/xmlschemas.c xmlAutomataStatePtr oldstate = pctxt->state; state 12851 third_party/libxml/src/xmlschemas.c pctxt->state = xmlAutomataNewEpsilon(pctxt->am, state 12853 third_party/libxml/src/xmlschemas.c oldstate = pctxt->state; state 12865 third_party/libxml/src/xmlschemas.c tmp = pctxt->state; state 12868 third_party/libxml/src/xmlschemas.c pctxt->state = state 12873 third_party/libxml/src/xmlschemas.c oldstate, pctxt->state); state 12876 third_party/libxml/src/xmlschemas.c pctxt->state = xmlAutomataNewEpsilon(pctxt->am, state 12878 third_party/libxml/src/xmlschemas.c oldstate = pctxt->state; state 12887 third_party/libxml/src/xmlschemas.c xmlAutomataNewEpsilon(pctxt->am, pctxt->state, state 12894 third_party/libxml/src/xmlschemas.c pctxt->state = xmlAutomataNewEpsilon(pctxt->am, state 12895 third_party/libxml/src/xmlschemas.c pctxt->state, NULL); state 12898 third_party/libxml/src/xmlschemas.c oldstate, pctxt->state); state 12907 third_party/libxml/src/xmlschemas.c pctxt->state = xmlAutomataNewEpsilon(pctxt->am, state 12909 third_party/libxml/src/xmlschemas.c oldstate = pctxt->state; state 12922 third_party/libxml/src/xmlschemas.c tmp = pctxt->state; state 12925 third_party/libxml/src/xmlschemas.c pctxt->state = state 12930 third_party/libxml/src/xmlschemas.c oldstate, pctxt->state); state 12943 third_party/libxml/src/xmlschemas.c pctxt->state); state 12955 third_party/libxml/src/xmlschemas.c start = pctxt->state; state 12965 third_party/libxml/src/xmlschemas.c pctxt->state = start; state 12969 third_party/libxml/src/xmlschemas.c xmlAutomataNewEpsilon(pctxt->am, pctxt->state, end); state 12991 third_party/libxml/src/xmlschemas.c pctxt->state = base; state 12995 third_party/libxml/src/xmlschemas.c xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); state 13008 third_party/libxml/src/xmlschemas.c pctxt->state = end; state 13024 third_party/libxml/src/xmlschemas.c start = pctxt->state; state 13026 third_party/libxml/src/xmlschemas.c xmlAutomataNewEpsilon(pctxt->am, pctxt->state, tmp); state 13027 third_party/libxml/src/xmlschemas.c pctxt->state = tmp; state 13029 third_party/libxml/src/xmlschemas.c pctxt->state = tmp; state 13054 third_party/libxml/src/xmlschemas.c sub, counter, pctxt->state); state 13058 third_party/libxml/src/xmlschemas.c xmlAutomataNewOnceTrans2(pctxt->am, pctxt->state, state 13059 third_party/libxml/src/xmlschemas.c pctxt->state, state 13066 third_party/libxml/src/xmlschemas.c xmlAutomataNewCountTrans2(pctxt->am, pctxt->state, state 13067 third_party/libxml/src/xmlschemas.c pctxt->state, state 13077 third_party/libxml/src/xmlschemas.c pctxt->state = state 13078 third_party/libxml/src/xmlschemas.c xmlAutomataNewAllTrans(pctxt->am, pctxt->state, NULL, 0); state 13080 third_party/libxml/src/xmlschemas.c xmlAutomataNewEpsilon(pctxt->am, start, pctxt->state); state 13134 third_party/libxml/src/xmlschemas.c ctxt->state = xmlAutomataGetInitState(ctxt->am); state 13139 third_party/libxml/src/xmlschemas.c xmlAutomataSetFinalState(ctxt->am, ctxt->state); state 13159 third_party/libxml/src/xmlschemas.c ctxt->state = NULL; state 23945 third_party/libxml/src/xmlschemas.c attr->state = XML_SCHEMAS_ATTR_UNKNOWN; state 23978 third_party/libxml/src/xmlschemas.c attr->state = XML_SCHEMAS_ATTR_META; state 25239 third_party/libxml/src/xmlschemas.c iattr->state = XML_SCHEMAS_ATTR_ASSESSED; state 25269 third_party/libxml/src/xmlschemas.c tmpiattr->state = XML_SCHEMAS_ATTR_ERR_MISSING; state 25285 third_party/libxml/src/xmlschemas.c tmpiattr->state = XML_SCHEMAS_ATTR_DEFAULT; state 25310 third_party/libxml/src/xmlschemas.c if (iattr->state != XML_SCHEMAS_ATTR_UNKNOWN) state 25342 third_party/libxml/src/xmlschemas.c iattr->state = XML_SCHEMAS_ATTR_WILD_SKIP; state 25351 third_party/libxml/src/xmlschemas.c iattr->state = XML_SCHEMAS_ATTR_ASSESSED; state 25374 third_party/libxml/src/xmlschemas.c iattr->state = XML_SCHEMAS_ATTR_ERR_WILD_DUPLICATE_ID; state 25392 third_party/libxml/src/xmlschemas.c iattr->state = XML_SCHEMAS_ATTR_ERR_WILD_AND_USE_ID; state 25401 third_party/libxml/src/xmlschemas.c iattr->state = XML_SCHEMAS_ATTR_WILD_LAX_NO_DECL; state 25408 third_party/libxml/src/xmlschemas.c iattr->state = XML_SCHEMAS_ATTR_ERR_WILD_STRICT_NO_DECL; state 25436 third_party/libxml/src/xmlschemas.c if ((iattr->state != XML_SCHEMAS_ATTR_ASSESSED) && state 25437 third_party/libxml/src/xmlschemas.c (iattr->state != XML_SCHEMAS_ATTR_DEFAULT)) state 25443 third_party/libxml/src/xmlschemas.c iattr->state = XML_SCHEMAS_ATTR_ERR_NO_TYPE; state 25464 third_party/libxml/src/xmlschemas.c if (iattr->state == XML_SCHEMAS_ATTR_DEFAULT) { state 25620 third_party/libxml/src/xmlschemas.c iattr->state = XML_SCHEMAS_ATTR_INVALID_VALUE; state 25665 third_party/libxml/src/xmlschemas.c iattr->state = XML_SCHEMAS_ATTR_ERR_FIXED_VALUE; state 25680 third_party/libxml/src/xmlschemas.c iattr->state = XML_SCHEMAS_ATTR_ERR_FIXED_VALUE; state 25706 third_party/libxml/src/xmlschemas.c if ((iattr->state == XML_SCHEMAS_ATTR_META) || state 25707 third_party/libxml/src/xmlschemas.c (iattr->state == XML_SCHEMAS_ATTR_ASSESSED) || state 25708 third_party/libxml/src/xmlschemas.c (iattr->state == XML_SCHEMAS_ATTR_WILD_SKIP) || state 25709 third_party/libxml/src/xmlschemas.c (iattr->state == XML_SCHEMAS_ATTR_WILD_LAX_NO_DECL)) state 25712 third_party/libxml/src/xmlschemas.c switch (iattr->state) { state 73 third_party/libxml/src/xmlwriter.c xmlTextWriterState state; state 655 third_party/libxml/src/xmlwriter.c switch (p->state) { state 741 third_party/libxml/src/xmlwriter.c switch (p->state) { state 762 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_TEXT; state 779 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_COMMENT; state 832 third_party/libxml/src/xmlwriter.c switch (p->state) { state 969 third_party/libxml/src/xmlwriter.c switch (p->state) { state 994 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_TEXT; state 1017 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_NAME; state 1141 third_party/libxml/src/xmlwriter.c switch (p->state) { state 1227 third_party/libxml/src/xmlwriter.c switch (p->state) { state 1493 third_party/libxml/src/xmlwriter.c switch (p->state) { state 1779 third_party/libxml/src/xmlwriter.c switch (p->state) { state 1805 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_ATTRIBUTE; state 1936 third_party/libxml/src/xmlwriter.c switch (p->state) { state 1938 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_NAME; state 2391 third_party/libxml/src/xmlwriter.c switch (p->state) { state 2408 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_TEXT; state 2440 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_PI; state 2485 third_party/libxml/src/xmlwriter.c switch (p->state) { state 2626 third_party/libxml/src/xmlwriter.c switch (p->state) { state 2648 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_TEXT; state 2669 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_CDATA; state 2709 third_party/libxml/src/xmlwriter.c switch (p->state) { state 2860 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_DTD; state 2982 third_party/libxml/src/xmlwriter.c switch (p->state) { state 3165 third_party/libxml/src/xmlwriter.c switch (p->state) { state 3177 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_DTD_TEXT; state 3202 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_DTD_ELEM; state 3253 third_party/libxml/src/xmlwriter.c switch (p->state) { state 3402 third_party/libxml/src/xmlwriter.c switch (p->state) { state 3414 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_DTD_TEXT; state 3439 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_DTD_ATTL; state 3490 third_party/libxml/src/xmlwriter.c switch (p->state) { state 3639 third_party/libxml/src/xmlwriter.c switch (p->state) { state 3652 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_DTD_TEXT; state 3680 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_DTD_PENT; state 3682 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_DTD_ENTY; state 3741 third_party/libxml/src/xmlwriter.c switch (p->state) { state 4002 third_party/libxml/src/xmlwriter.c switch (p->state) { state 4126 third_party/libxml/src/xmlwriter.c switch (p->state) { state 4138 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_DTD_TEXT; state 4663 third_party/libxml/src/xmlwriter.c switch (p->state) { state 4671 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_TEXT; state 4675 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_PI_TEXT; state 4680 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_DTD_TEXT; state 4684 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_DTD_ELEM_TEXT; state 4688 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_DTD_ATTL_TEXT; state 4694 third_party/libxml/src/xmlwriter.c p->state = XML_TEXTWRITER_DTD_ENTY_TEXT; state 49 third_party/libxslt/libexslt/common.c tctxt->state = XSLT_STATE_STOPPED; state 62 third_party/libxslt/libexslt/common.c tctxt->state = XSLT_STATE_STOPPED; state 629 third_party/libxslt/libexslt/crypto.c tctxt->state = XSLT_STATE_STOPPED; state 639 third_party/libxslt/libexslt/crypto.c tctxt->state = XSLT_STATE_STOPPED; state 651 third_party/libxslt/libexslt/crypto.c tctxt->state = XSLT_STATE_STOPPED; state 663 third_party/libxslt/libexslt/crypto.c tctxt->state = XSLT_STATE_STOPPED; state 727 third_party/libxslt/libexslt/crypto.c tctxt->state = XSLT_STATE_STOPPED; state 736 third_party/libxslt/libexslt/crypto.c tctxt->state = XSLT_STATE_STOPPED; state 748 third_party/libxslt/libexslt/crypto.c tctxt->state = XSLT_STATE_STOPPED; state 759 third_party/libxslt/libexslt/crypto.c tctxt->state = XSLT_STATE_STOPPED; state 419 third_party/libxslt/libxslt/functions.c tctxt->state = XSLT_STATE_STOPPED; state 517 third_party/libxslt/libxslt/functions.c tctxt->state = XSLT_STATE_STOPPED; state 509 third_party/libxslt/libxslt/keys.c ctxt->state = XSLT_STATE_STOPPED; state 634 third_party/libxslt/libxslt/keys.c ctxt->state = XSLT_STATE_STOPPED; state 680 third_party/libxslt/libxslt/keys.c ctxt->state = XSLT_STATE_STOPPED; state 702 third_party/libxslt/libxslt/keys.c ctxt->state = XSLT_STATE_STOPPED; state 761 third_party/libxslt/libxslt/keys.c ctxt->state = XSLT_STATE_STOPPED; state 493 third_party/libxslt/libxslt/pattern.c ctxt->state = XSLT_STATE_STOPPED; state 2221 third_party/libxslt/libxslt/pattern.c ctxt->state = XSLT_STATE_STOPPED; state 90 third_party/libxslt/libxslt/templates.c ctxt->state = XSLT_STATE_STOPPED; state 151 third_party/libxslt/libxslt/templates.c ctxt->state = XSLT_STATE_STOPPED; state 962 third_party/libxslt/libxslt/transform.c ctxt->state = XSLT_STATE_STOPPED; state 2826 third_party/libxslt/libxslt/transform.c if (ctxt->state == XSLT_STATE_STOPPED) state 3656 third_party/libxslt/libxslt/transform.c ctxt->state = XSLT_STATE_ERROR; state 4324 third_party/libxslt/libxslt/transform.c ctxt->state = XSLT_STATE_STOPPED; state 4341 third_party/libxslt/libxslt/transform.c ctxt->state = XSLT_STATE_STOPPED; state 4436 third_party/libxslt/libxslt/transform.c ctxt->state = XSLT_STATE_STOPPED; state 4446 third_party/libxslt/libxslt/transform.c ctxt->state = XSLT_STATE_STOPPED; state 4626 third_party/libxslt/libxslt/transform.c if (ctxt->state == XSLT_STATE_STOPPED) break; state 4777 third_party/libxslt/libxslt/transform.c ctxt->state = XSLT_STATE_STOPPED; state 4789 third_party/libxslt/libxslt/transform.c ctxt->state = XSLT_STATE_STOPPED; state 4936 third_party/libxslt/libxslt/transform.c if (ctxt->state == XSLT_STATE_STOPPED) state 4965 third_party/libxslt/libxslt/transform.c if (ctxt->state == XSLT_STATE_STOPPED) state 4988 third_party/libxslt/libxslt/transform.c ctxt->state = XSLT_STATE_STOPPED; state 5168 third_party/libxslt/libxslt/transform.c ctxt->state = XSLT_STATE_STOPPED; state 5192 third_party/libxslt/libxslt/transform.c ctxt->state = XSLT_STATE_STOPPED; state 5347 third_party/libxslt/libxslt/transform.c ctxt->state = XSLT_STATE_STOPPED; state 5426 third_party/libxslt/libxslt/transform.c ctxt->state = XSLT_STATE_STOPPED; state 5430 third_party/libxslt/libxslt/transform.c ctxt->state = XSLT_STATE_STOPPED; state 5549 third_party/libxslt/libxslt/transform.c ctxt->state = XSLT_STATE_STOPPED; state 6182 third_party/libxslt/libxslt/transform.c if ((ctxt != NULL) && (ctxt->state == XSLT_STATE_ERROR)) { state 920 third_party/libxslt/libxslt/variables.c ctxt->state = XSLT_STATE_STOPPED; state 1142 third_party/libxslt/libxslt/variables.c ctxt->state = XSLT_STATE_STOPPED; state 1547 third_party/libxslt/libxslt/variables.c ctxt->state = XSLT_STATE_STOPPED; state 805 third_party/libxslt/libxslt/xslt.c ctxt->state = XSLT_STATE_ERROR; state 823 third_party/libxslt/libxslt/xslt.c ctxt->state = XSLT_STATE_ERROR; state 1701 third_party/libxslt/libxslt/xsltInternals.h xsltTransformState state; /* the current state */ state 1786 third_party/libxslt/libxslt/xsltInternals.h #define CHECK_STOPPED if (ctxt->state == XSLT_STATE_STOPPED) return; state 1794 third_party/libxslt/libxslt/xsltInternals.h #define CHECK_STOPPEDE if (ctxt->state == XSLT_STATE_STOPPED) goto error; state 1802 third_party/libxslt/libxslt/xsltInternals.h #define CHECK_STOPPED0 if (ctxt->state == XSLT_STATE_STOPPED) return(0); state 450 third_party/libxslt/libxslt/xsltutils.c ctxt->state = XSLT_STATE_ERROR; state 464 third_party/libxslt/libxslt/xsltutils.c ctxt->state = XSLT_STATE_STOPPED; state 613 third_party/libxslt/libxslt/xsltutils.c ctxt->state = XSLT_STATE_ERROR; state 706 third_party/libxslt/libxslt/xsltutils.c ctxt->state = XSLT_STATE_ERROR; state 1058 third_party/libxslt/libxslt/xsltutils.c ctxt->state = XSLT_STATE_STOPPED; state 130 third_party/lzma_sdk/7zDec.c CLzmaDec state; state 133 third_party/lzma_sdk/7zDec.c LzmaDec_Construct(&state); state 134 third_party/lzma_sdk/7zDec.c RINOK(LzmaDec_AllocateProbs(&state, coder->Props.data, (unsigned)coder->Props.size, allocMain)); state 135 third_party/lzma_sdk/7zDec.c state.dic = outBuffer; state 136 third_party/lzma_sdk/7zDec.c state.dicBufSize = outSize; state 137 third_party/lzma_sdk/7zDec.c LzmaDec_Init(&state); state 150 third_party/lzma_sdk/7zDec.c SizeT inProcessed = (SizeT)lookahead, dicPos = state.dicPos; state 152 third_party/lzma_sdk/7zDec.c res = LzmaDec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status); state 157 third_party/lzma_sdk/7zDec.c if (state.dicPos == state.dicBufSize || (inProcessed == 0 && dicPos == state.dicPos)) state 159 third_party/lzma_sdk/7zDec.c if (state.dicBufSize != outSize || lookahead != 0 || state 171 third_party/lzma_sdk/7zDec.c LzmaDec_FreeProbs(&state, allocMain); state 178 third_party/lzma_sdk/7zDec.c CLzma2Dec state; state 181 third_party/lzma_sdk/7zDec.c Lzma2Dec_Construct(&state); state 184 third_party/lzma_sdk/7zDec.c RINOK(Lzma2Dec_AllocateProbs(&state, coder->Props.data[0], allocMain)); state 185 third_party/lzma_sdk/7zDec.c state.decoder.dic = outBuffer; state 186 third_party/lzma_sdk/7zDec.c state.decoder.dicBufSize = outSize; state 187 third_party/lzma_sdk/7zDec.c Lzma2Dec_Init(&state); state 200 third_party/lzma_sdk/7zDec.c SizeT inProcessed = (SizeT)lookahead, dicPos = state.decoder.dicPos; state 202 third_party/lzma_sdk/7zDec.c res = Lzma2Dec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status); state 207 third_party/lzma_sdk/7zDec.c if (state.decoder.dicPos == state.decoder.dicBufSize || (inProcessed == 0 && dicPos == state.decoder.dicPos)) state 209 third_party/lzma_sdk/7zDec.c if (state.decoder.dicBufSize != outSize || lookahead != 0 || state 220 third_party/lzma_sdk/7zDec.c Lzma2Dec_FreeProbs(&state, allocMain); state 445 third_party/lzma_sdk/7zDec.c UInt32 state; state 446 third_party/lzma_sdk/7zDec.c x86_Convert_Init(state); state 447 third_party/lzma_sdk/7zDec.c x86_Convert(outBuffer, outSize, 0, &state, 0); state 56 third_party/lzma_sdk/Bra.h #define x86_Convert_Init(state) { state = 0; } state 57 third_party/lzma_sdk/Bra.h SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding); state 11 third_party/lzma_sdk/Bra86.c SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding) state 14 third_party/lzma_sdk/Bra86.c UInt32 prevMask = *state & 0x7; state 83 third_party/lzma_sdk/Bra86.c *state = ((prevPosT > 3) ? 0 : ((prevMask << ((int)prevPosT - 1)) & 0x7)); state 91 third_party/lzma_sdk/Lzma2Dec.c p->state = LZMA2_STATE_CONTROL; state 100 third_party/lzma_sdk/Lzma2Dec.c switch(p->state) state 177 third_party/lzma_sdk/Lzma2Dec.c while (p->state != LZMA2_STATE_FINISHED) state 180 third_party/lzma_sdk/Lzma2Dec.c if (p->state == LZMA2_STATE_ERROR) state 187 third_party/lzma_sdk/Lzma2Dec.c if (p->state != LZMA2_STATE_DATA && p->state != LZMA2_STATE_DATA_CONT) state 195 third_party/lzma_sdk/Lzma2Dec.c p->state = Lzma2Dec_UpdateState(p, *src++); state 217 third_party/lzma_sdk/Lzma2Dec.c if (p->state == LZMA2_STATE_DATA) state 239 third_party/lzma_sdk/Lzma2Dec.c p->state = (p->unpackSize == 0) ? LZMA2_STATE_CONTROL : LZMA2_STATE_DATA_CONT; state 246 third_party/lzma_sdk/Lzma2Dec.c if (p->state == LZMA2_STATE_DATA) state 257 third_party/lzma_sdk/Lzma2Dec.c p->state = LZMA2_STATE_DATA_CONT; state 280 third_party/lzma_sdk/Lzma2Dec.c p->state = LZMA2_STATE_CONTROL; state 20 third_party/lzma_sdk/Lzma2Dec.h int state; state 135 third_party/lzma_sdk/LzmaDec.c unsigned state = p->state; state 160 third_party/lzma_sdk/LzmaDec.c prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; state 170 third_party/lzma_sdk/LzmaDec.c if (state < kNumLitStates) state 172 third_party/lzma_sdk/LzmaDec.c state -= (state < 4) ? state : 3; state 180 third_party/lzma_sdk/LzmaDec.c state -= (state < 10) ? 3 : 6; state 200 third_party/lzma_sdk/LzmaDec.c prob = probs + IsRep + state; state 204 third_party/lzma_sdk/LzmaDec.c state += kNumStates; state 212 third_party/lzma_sdk/LzmaDec.c prob = probs + IsRepG0 + state; state 216 third_party/lzma_sdk/LzmaDec.c prob = probs + IsRep0Long + (state << kNumPosBitsMax) + posState; state 223 third_party/lzma_sdk/LzmaDec.c state = state < kNumLitStates ? 9 : 11; state 232 third_party/lzma_sdk/LzmaDec.c prob = probs + IsRepG1 + state; state 241 third_party/lzma_sdk/LzmaDec.c prob = probs + IsRepG2 + state; state 258 third_party/lzma_sdk/LzmaDec.c state = state < kNumLitStates ? 8 : 11; state 294 third_party/lzma_sdk/LzmaDec.c if (state >= kNumStates) state 357 third_party/lzma_sdk/LzmaDec.c state -= kNumStates; state 373 third_party/lzma_sdk/LzmaDec.c state = (state < kNumStates + kNumLitStates) ? kNumLitStates : kNumLitStates + 3; state 423 third_party/lzma_sdk/LzmaDec.c p->state = state; state 493 third_party/lzma_sdk/LzmaDec.c unsigned state = p->state; state 502 third_party/lzma_sdk/LzmaDec.c prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; state 515 third_party/lzma_sdk/LzmaDec.c if (state < kNumLitStates) state 544 third_party/lzma_sdk/LzmaDec.c prob = probs + IsRep + state; state 548 third_party/lzma_sdk/LzmaDec.c state = 0; state 556 third_party/lzma_sdk/LzmaDec.c prob = probs + IsRepG0 + state; state 560 third_party/lzma_sdk/LzmaDec.c prob = probs + IsRep0Long + (state << kNumPosBitsMax) + posState; state 575 third_party/lzma_sdk/LzmaDec.c prob = probs + IsRepG1 + state; state 583 third_party/lzma_sdk/LzmaDec.c prob = probs + IsRepG2 + state; state 594 third_party/lzma_sdk/LzmaDec.c state = kNumStates; state 630 third_party/lzma_sdk/LzmaDec.c if (state < 4) state 715 third_party/lzma_sdk/LzmaDec.c p->state = 0; state 61 third_party/lzma_sdk/LzmaDec.h unsigned state; state 137 third_party/lzma_sdk/LzmaDec.h SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc); state 138 third_party/lzma_sdk/LzmaDec.h void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc); state 146 third_party/lzma_sdk/LzmaEnc.c CState state; state 254 third_party/lzma_sdk/LzmaEnc.c UInt32 state; state 290 third_party/lzma_sdk/LzmaEnc.c UInt32 state; state 346 third_party/lzma_sdk/LzmaEnc.c dest->state = p->state; state 372 third_party/lzma_sdk/LzmaEnc.c dest->state = p->state; state 856 third_party/lzma_sdk/LzmaEnc.c static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) state 859 third_party/lzma_sdk/LzmaEnc.c GET_PRICE_0(p->isRepG0[state]) + state 860 third_party/lzma_sdk/LzmaEnc.c GET_PRICE_0(p->isRep0Long[state][posState]); state 863 third_party/lzma_sdk/LzmaEnc.c static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) state 868 third_party/lzma_sdk/LzmaEnc.c price = GET_PRICE_0(p->isRepG0[state]); state 869 third_party/lzma_sdk/LzmaEnc.c price += GET_PRICE_1(p->isRep0Long[state][posState]); state 873 third_party/lzma_sdk/LzmaEnc.c price = GET_PRICE_1(p->isRepG0[state]); state 875 third_party/lzma_sdk/LzmaEnc.c price += GET_PRICE_0(p->isRepG1[state]); state 878 third_party/lzma_sdk/LzmaEnc.c price += GET_PRICE_1(p->isRepG1[state]); state 879 third_party/lzma_sdk/LzmaEnc.c price += GET_PRICE(p->isRepG2[state], repIndex - 2); state 885 third_party/lzma_sdk/LzmaEnc.c static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState) state 888 third_party/lzma_sdk/LzmaEnc.c GetPureRepPrice(p, repIndex, state, posState); state 1007 third_party/lzma_sdk/LzmaEnc.c p->opt[0].state = (CState)p->state; state 1013 third_party/lzma_sdk/LzmaEnc.c p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) + state 1014 third_party/lzma_sdk/LzmaEnc.c (!IsCharState(p->state) ? state 1021 third_party/lzma_sdk/LzmaEnc.c matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]); state 1022 third_party/lzma_sdk/LzmaEnc.c repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]); state 1026 third_party/lzma_sdk/LzmaEnc.c UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); state 1056 third_party/lzma_sdk/LzmaEnc.c price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState); state 1072 third_party/lzma_sdk/LzmaEnc.c normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]); state 1126 third_party/lzma_sdk/LzmaEnc.c UInt32 numAvailFull, newLen, numPairs, posPrev, state, posState, startLen; state 1153 third_party/lzma_sdk/LzmaEnc.c state = p->opt[curOpt->posPrev2].state; state 1155 third_party/lzma_sdk/LzmaEnc.c state = kRepNextStates[state]; state 1157 third_party/lzma_sdk/LzmaEnc.c state = kMatchNextStates[state]; state 1160 third_party/lzma_sdk/LzmaEnc.c state = p->opt[posPrev].state; state 1161 third_party/lzma_sdk/LzmaEnc.c state = kLiteralNextStates[state]; state 1164 third_party/lzma_sdk/LzmaEnc.c state = p->opt[posPrev].state; state 1168 third_party/lzma_sdk/LzmaEnc.c state = kShortRepNextStates[state]; state 1170 third_party/lzma_sdk/LzmaEnc.c state = kLiteralNextStates[state]; state 1180 third_party/lzma_sdk/LzmaEnc.c state = kRepNextStates[state]; state 1186 third_party/lzma_sdk/LzmaEnc.c state = kRepNextStates[state]; state 1188 third_party/lzma_sdk/LzmaEnc.c state = kMatchNextStates[state]; state 1208 third_party/lzma_sdk/LzmaEnc.c curOpt->state = (CState)state; state 1223 third_party/lzma_sdk/LzmaEnc.c curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]); state 1227 third_party/lzma_sdk/LzmaEnc.c (!IsCharState(state) ? state 1242 third_party/lzma_sdk/LzmaEnc.c matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]); state 1243 third_party/lzma_sdk/LzmaEnc.c repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]); state 1247 third_party/lzma_sdk/LzmaEnc.c UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); state 1281 third_party/lzma_sdk/LzmaEnc.c UInt32 state2 = kLiteralNextStates[state]; state 1322 third_party/lzma_sdk/LzmaEnc.c price = repMatchPrice + GetPureRepPrice(p, repIndex, state, posState); state 1352 third_party/lzma_sdk/LzmaEnc.c UInt32 state2 = kRepNextStates[state]; state 1399 third_party/lzma_sdk/LzmaEnc.c UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]); state 1442 third_party/lzma_sdk/LzmaEnc.c UInt32 state2 = kMatchNextStates[state]; state 1600 third_party/lzma_sdk/LzmaEnc.c RangeEnc_EncodeBit(&p->rc, &p->isMatch[p->state][posState], 1); state 1601 third_party/lzma_sdk/LzmaEnc.c RangeEnc_EncodeBit(&p->rc, &p->isRep[p->state], 0); state 1602 third_party/lzma_sdk/LzmaEnc.c p->state = kMatchNextStates[p->state]; state 1756 third_party/lzma_sdk/LzmaEnc.c RangeEnc_EncodeBit(&p->rc, &p->isMatch[p->state][0], 0); state 1757 third_party/lzma_sdk/LzmaEnc.c p->state = kLiteralNextStates[p->state]; state 1785 third_party/lzma_sdk/LzmaEnc.c RangeEnc_EncodeBit(&p->rc, &p->isMatch[p->state][posState], 0); state 1789 third_party/lzma_sdk/LzmaEnc.c if (IsCharState(p->state)) state 1793 third_party/lzma_sdk/LzmaEnc.c p->state = kLiteralNextStates[p->state]; state 1797 third_party/lzma_sdk/LzmaEnc.c RangeEnc_EncodeBit(&p->rc, &p->isMatch[p->state][posState], 1); state 1800 third_party/lzma_sdk/LzmaEnc.c RangeEnc_EncodeBit(&p->rc, &p->isRep[p->state], 1); state 1803 third_party/lzma_sdk/LzmaEnc.c RangeEnc_EncodeBit(&p->rc, &p->isRepG0[p->state], 0); state 1804 third_party/lzma_sdk/LzmaEnc.c RangeEnc_EncodeBit(&p->rc, &p->isRep0Long[p->state][posState], ((len == 1) ? 0 : 1)); state 1809 third_party/lzma_sdk/LzmaEnc.c RangeEnc_EncodeBit(&p->rc, &p->isRepG0[p->state], 1); state 1811 third_party/lzma_sdk/LzmaEnc.c RangeEnc_EncodeBit(&p->rc, &p->isRepG1[p->state], 0); state 1814 third_party/lzma_sdk/LzmaEnc.c RangeEnc_EncodeBit(&p->rc, &p->isRepG1[p->state], 1); state 1815 third_party/lzma_sdk/LzmaEnc.c RangeEnc_EncodeBit(&p->rc, &p->isRepG2[p->state], pos - 2); state 1824 third_party/lzma_sdk/LzmaEnc.c p->state = kShortRepNextStates[p->state]; state 1828 third_party/lzma_sdk/LzmaEnc.c p->state = kRepNextStates[p->state]; state 1834 third_party/lzma_sdk/LzmaEnc.c RangeEnc_EncodeBit(&p->rc, &p->isRep[p->state], 0); state 1835 third_party/lzma_sdk/LzmaEnc.c p->state = kMatchNextStates[p->state]; state 1950 third_party/lzma_sdk/LzmaEnc.c p->state = 0; state 200 third_party/npapi/bindings/npapi_extensions.h int32_t state, state 206 third_party/npapi/bindings/npapi_extensions.h int32_t state, state 475 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(PRStatus) _MD_create_thread(PRThread *thread, void (*start)(void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize); state 233 third_party/npapi/npspy/extern/nspr/md/_darwin.h PRThreadState state, state 232 third_party/npapi/npspy/extern/nspr/md/_freebsd.h PRThreadState state, state 434 third_party/npapi/npspy/extern/nspr/md/_irix.h PRThreadState state, state 462 third_party/npapi/npspy/extern/nspr/md/_linux.h PRThreadState state, state 227 third_party/npapi/npspy/extern/nspr/md/_nextstep.h PRThreadState state, state 255 third_party/npapi/npspy/extern/nspr/md/_nspr_pthread.h PRThreadState state, state 195 third_party/npapi/npspy/extern/nspr/md/_rhapsody.h PRThreadState state, state 216 third_party/npapi/npspy/extern/nspr/md/_solaris.h PRThreadState state, state 783 third_party/npapi/npspy/extern/nspr/md/_solaris.h PRThreadPriority priority, PRThreadScope scope, PRThreadState state, state 156 third_party/npapi/npspy/extern/nspr/private/pprthred.h PRThreadState state, state 139 third_party/npapi/npspy/extern/nspr/prthread.h PRThreadState state, state 193 third_party/npapi/npspy/windows/gui_main.cpp static void onSize(HWND hWnd, UINT state, int cx, int cy) state 624 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java protected abstract int partialIsValidUtf8(int state, int offset, int length); state 161 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java protected int partialIsValidUtf8(int state, int offset, int length) { state 163 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java return Utf8.partialIsValidUtf8(state, bytes, index, index + length); state 416 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java int state = right.partialIsValidUtf8(leftPartial, 0, right.size()); state 417 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java return state == Utf8.COMPLETE; state 421 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java protected int partialIsValidUtf8(int state, int offset, int length) { state 424 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java return left.partialIsValidUtf8(state, offset, length); state 426 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java return right.partialIsValidUtf8(state, offset - leftLength, length); state 429 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java int leftPartial = left.partialIsValidUtf8(state, offset, leftLength); state 144 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java int state, byte[] bytes, int index, int limit) { state 145 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java if (state != COMPLETE) { state 154 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java return state; state 156 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java int byte1 = (byte) state; state 172 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java int byte2 = (byte) ~(state >> 8); state 192 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java int byte2 = (byte) ~(state >> 8); state 200 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java byte3 = (byte) (state >> 16); state 66 third_party/protobuf/src/google/protobuf/stubs/once.cc internal::AtomicWord state = internal::Acquire_Load(once); state 68 third_party/protobuf/src/google/protobuf/stubs/once.cc if (state == ONCE_STATE_DONE) { state 78 third_party/protobuf/src/google/protobuf/stubs/once.cc state = internal::Acquire_CompareAndSwap( state 80 third_party/protobuf/src/google/protobuf/stubs/once.cc if (state == ONCE_STATE_UNINITIALIZED) { state 88 third_party/protobuf/src/google/protobuf/stubs/once.cc while (state == ONCE_STATE_EXECUTING_CLOSURE) { state 91 third_party/protobuf/src/google/protobuf/stubs/once.cc state = internal::Acquire_Load(once); state 247 third_party/re2/re2/dfa.cc static string DumpState(State* state); state 525 third_party/re2/re2/dfa.cc string DFA::DumpState(State* state) { state 526 third_party/re2/re2/dfa.cc if (state == NULL) state 528 third_party/re2/re2/dfa.cc if (state == DeadState) state 530 third_party/re2/re2/dfa.cc if (state == FullMatchState) state 534 third_party/re2/re2/dfa.cc StringAppendF(&s, "(%p)", state); state 535 third_party/re2/re2/dfa.cc for (int i = 0; i < state->ninst_; i++) { state 536 third_party/re2/re2/dfa.cc if (state->inst_[i] == Mark) { state 540 third_party/re2/re2/dfa.cc StringAppendF(&s, "%s%d", sep, state->inst_[i]); state 544 third_party/re2/re2/dfa.cc StringAppendF(&s, " flag=%#x", state->flag_); state 731 third_party/re2/re2/dfa.cc State* state = CachedState(inst, n, flag); state 733 third_party/re2/re2/dfa.cc return state; state 744 third_party/re2/re2/dfa.cc State state = { inst, ninst, flag, NULL }; state 745 third_party/re2/re2/dfa.cc StateSet::iterator it = state_cache_.find(&state); state 961 third_party/re2/re2/dfa.cc DFA::State* DFA::RunStateOnByteUnlocked(State* state, int c) { state 965 third_party/re2/re2/dfa.cc return RunStateOnByte(state, c); state 969 third_party/re2/re2/dfa.cc DFA::State* DFA::RunStateOnByte(State* state, int c) { state 972 third_party/re2/re2/dfa.cc if (state <= SpecialStateMax) { state 973 third_party/re2/re2/dfa.cc if (state == FullMatchState) { state 980 third_party/re2/re2/dfa.cc if (state == DeadState) { state 984 third_party/re2/re2/dfa.cc if (state == NULL) { state 994 third_party/re2/re2/dfa.cc State* ns = state->next_[ByteMap(c)]; state 1000 third_party/re2/re2/dfa.cc StateToWorkq(state, q0_); state 1006 third_party/re2/re2/dfa.cc uint needflag = state->flag_ >> kFlagNeedShift; state 1007 third_party/re2/re2/dfa.cc uint beforeflag = state->flag_ & kFlagEmptyMask; state 1025 third_party/re2/re2/dfa.cc bool islastword = state->flag_ & kFlagLastWord; state 1071 third_party/re2/re2/dfa.cc state->next_[ByteMap(c)] = ns; state 1196 third_party/re2/re2/dfa.cc explicit StateSaver(DFA* dfa, State* state); state 1218 third_party/re2/re2/dfa.cc DFA::StateSaver::StateSaver(DFA* dfa, State* state) { state 1220 third_party/re2/re2/dfa.cc if (state <= SpecialStateMax) { state 1225 third_party/re2/re2/dfa.cc special_ = state; state 1230 third_party/re2/re2/dfa.cc flag_ = state->flag_; state 1231 third_party/re2/re2/dfa.cc ninst_ = state->ninst_; state 1233 third_party/re2/re2/dfa.cc memmove(inst_, state->inst_, ninst_*sizeof inst_[0]); state 244 third_party/re2/re2/onepass.cc volatile OneState* state = onepass_start_; state 254 third_party/re2/re2/onepass.cc uint32 nextmatchcond = state->matchcond; state 258 third_party/re2/re2/onepass.cc uint32 cond = state->action[c]; state 264 third_party/re2/re2/onepass.cc state = IndexToNode(nodes, statesize, nextindex); state 265 third_party/re2/re2/onepass.cc nextmatchcond = state->matchcond; state 267 third_party/re2/re2/onepass.cc state = NULL; state 314 third_party/re2/re2/onepass.cc if (state == NULL) state 322 third_party/re2/re2/onepass.cc uint32 matchcond = state->matchcond; state 127 third_party/speech-dispatcher/libspeechd.h typedef void (*SPDCallback)(size_t msg_id, size_t client_id, SPDNotificationType state); state 128 third_party/speech-dispatcher/libspeechd.h typedef void (*SPDCallbackIM)(size_t msg_id, size_t client_id, SPDNotificationType state, char *index_mark); state 212 third_party/speech-dispatcher/libspeechd.h int spd_set_notification(SPDConnection* connection, SPDNotification notification, const char* state); state 40933 third_party/sqlite/amalgamation/sqlite3.c assert( pPager->state == (tempFile ? PAGER_EXCLUSIVE : PAGER_UNLOCK) ); state 43018 third_party/sqlite/amalgamation/sqlite3.c int state = pPager->eState; state 43019 third_party/sqlite/amalgamation/sqlite3.c assert( state==PAGER_OPEN || state==PAGER_READER ); state 43020 third_party/sqlite/amalgamation/sqlite3.c if( state==PAGER_OPEN ){ state 43030 third_party/sqlite/amalgamation/sqlite3.c if( rc==SQLITE_OK && state==PAGER_READER ){ state 43032 third_party/sqlite/amalgamation/sqlite3.c }else if( state==PAGER_OPEN ){ state 43035 third_party/sqlite/amalgamation/sqlite3.c assert( state==pPager->eState ); state 106977 third_party/sqlite/amalgamation/sqlite3.c u8 state = 0; /* Current state, using numbers defined in header comment */ state 107041 third_party/sqlite/amalgamation/sqlite3.c if( *zSql==0 ) return state==1; state 107122 third_party/sqlite/amalgamation/sqlite3.c state = trans[state][token]; state 107125 third_party/sqlite/amalgamation/sqlite3.c return state==1; state 105 third_party/sqlite/src/src/complete.c u8 state = 0; /* Current state, using numbers defined in header comment */ state 169 third_party/sqlite/src/src/complete.c if( *zSql==0 ) return state==1; state 250 third_party/sqlite/src/src/complete.c state = trans[state][token]; state 253 third_party/sqlite/src/src/complete.c return state==1; state 4503 third_party/sqlite/src/src/pager.c assert( pPager->state == (tempFile ? PAGER_EXCLUSIVE : PAGER_UNLOCK) ); state 6588 third_party/sqlite/src/src/pager.c int state = pPager->eState; state 6589 third_party/sqlite/src/src/pager.c assert( state==PAGER_OPEN || state==PAGER_READER ); state 6590 third_party/sqlite/src/src/pager.c if( state==PAGER_OPEN ){ state 6600 third_party/sqlite/src/src/pager.c if( rc==SQLITE_OK && state==PAGER_READER ){ state 6602 third_party/sqlite/src/src/pager.c }else if( state==PAGER_OPEN ){ state 6605 third_party/sqlite/src/src/pager.c assert( state==pPager->eState ); state 221 third_party/sqlite/src/tool/lemon.c struct state *stp; /* Pointer to state which contains this */ state 245 third_party/sqlite/src/tool/lemon.c struct state *stp; /* The new state, if a shift */ state 278 third_party/sqlite/src/tool/lemon.c struct state **sorted; /* Table of states sorted by state number */ state 352 third_party/sqlite/src/tool/lemon.c struct state *State_new(void); state 354 third_party/sqlite/src/tool/lemon.c int State_insert(struct state *, struct config *); state 355 third_party/sqlite/src/tool/lemon.c struct state *State_find(struct config *); state 356 third_party/sqlite/src/tool/lemon.c struct state **State_arrayof(/* */); state 435 third_party/sqlite/src/tool/lemon.c newaction->x.stp = (struct state *)arg; state 748 third_party/sqlite/src/tool/lemon.c PRIVATE struct state *getstate(struct lemon *); /* forward reference */ state 807 third_party/sqlite/src/tool/lemon.c PRIVATE void buildshifts(struct lemon *, struct state *); /* Forwd ref */ state 808 third_party/sqlite/src/tool/lemon.c PRIVATE struct state *getstate(struct lemon *lemp) state 811 third_party/sqlite/src/tool/lemon.c struct state *stp; state 868 third_party/sqlite/src/tool/lemon.c PRIVATE void buildshifts(struct lemon *lemp, struct state *stp) state 875 third_party/sqlite/src/tool/lemon.c struct state *newstp; /* A pointer to a successor state */ state 925 third_party/sqlite/src/tool/lemon.c struct state *stp; state 996 third_party/sqlite/src/tool/lemon.c struct state *stp; state 1034 third_party/sqlite/src/tool/lemon.c struct state *stp; state 1973 third_party/sqlite/src/tool/lemon.c enum e_state state; /* The state of the parser */ state 1998 third_party/sqlite/src/tool/lemon.c x,psp->state); state 2000 third_party/sqlite/src/tool/lemon.c switch( psp->state ){ state 2009 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_DECL_KEYWORD; state 2014 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_ARROW; state 2031 third_party/sqlite/src/tool/lemon.c psp->state = PRECEDENCE_MARK_1; state 2056 third_party/sqlite/src/tool/lemon.c psp->state = PRECEDENCE_MARK_2; state 2064 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_DECL_OR_RULE; state 2068 third_party/sqlite/src/tool/lemon.c psp->state = IN_RHS; state 2070 third_party/sqlite/src/tool/lemon.c psp->state = LHS_ALIAS_1; state 2076 third_party/sqlite/src/tool/lemon.c psp->state = RESYNC_AFTER_RULE_ERROR; state 2082 third_party/sqlite/src/tool/lemon.c psp->state = LHS_ALIAS_2; state 2088 third_party/sqlite/src/tool/lemon.c psp->state = RESYNC_AFTER_RULE_ERROR; state 2093 third_party/sqlite/src/tool/lemon.c psp->state = LHS_ALIAS_3; state 2098 third_party/sqlite/src/tool/lemon.c psp->state = RESYNC_AFTER_RULE_ERROR; state 2103 third_party/sqlite/src/tool/lemon.c psp->state = IN_RHS; state 2109 third_party/sqlite/src/tool/lemon.c psp->state = RESYNC_AFTER_RULE_ERROR; state 2148 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_DECL_OR_RULE; state 2155 third_party/sqlite/src/tool/lemon.c psp->state = RESYNC_AFTER_RULE_ERROR; state 2184 third_party/sqlite/src/tool/lemon.c psp->state = RHS_ALIAS_1; state 2189 third_party/sqlite/src/tool/lemon.c psp->state = RESYNC_AFTER_RULE_ERROR; state 2195 third_party/sqlite/src/tool/lemon.c psp->state = RHS_ALIAS_2; state 2201 third_party/sqlite/src/tool/lemon.c psp->state = RESYNC_AFTER_RULE_ERROR; state 2206 third_party/sqlite/src/tool/lemon.c psp->state = IN_RHS; state 2211 third_party/sqlite/src/tool/lemon.c psp->state = RESYNC_AFTER_RULE_ERROR; state 2220 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_DECL_ARG; state 2261 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_PRECEDENCE_SYMBOL; state 2265 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_PRECEDENCE_SYMBOL; state 2269 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_PRECEDENCE_SYMBOL; state 2271 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_DESTRUCTOR_SYMBOL; state 2273 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_DATATYPE_SYMBOL; state 2276 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_FALLBACK_ID; state 2278 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_WILDCARD_ID; state 2283 third_party/sqlite/src/tool/lemon.c psp->state = RESYNC_AFTER_DECL_ERROR; state 2289 third_party/sqlite/src/tool/lemon.c psp->state = RESYNC_AFTER_DECL_ERROR; state 2297 third_party/sqlite/src/tool/lemon.c psp->state = RESYNC_AFTER_DECL_ERROR; state 2303 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_DECL_ARG; state 2311 third_party/sqlite/src/tool/lemon.c psp->state = RESYNC_AFTER_DECL_ERROR; state 2318 third_party/sqlite/src/tool/lemon.c psp->state = RESYNC_AFTER_DECL_ERROR; state 2325 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_DECL_ARG; state 2331 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_DECL_OR_RULE; state 2400 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_DECL_OR_RULE; state 2405 third_party/sqlite/src/tool/lemon.c psp->state = RESYNC_AFTER_DECL_ERROR; state 2410 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_DECL_OR_RULE; state 2431 third_party/sqlite/src/tool/lemon.c psp->state = WAITING_FOR_DECL_OR_RULE; state 2451 third_party/sqlite/src/tool/lemon.c if( x[0]=='.' ) psp->state = WAITING_FOR_DECL_OR_RULE; state 2452 third_party/sqlite/src/tool/lemon.c if( x[0]=='%' ) psp->state = WAITING_FOR_DECL_KEYWORD; state 2528 third_party/sqlite/src/tool/lemon.c ps.state = INITIALIZE; state 2941 third_party/sqlite/src/tool/lemon.c struct state *stp; state 3560 third_party/sqlite/src/tool/lemon.c struct state *stp; /* A pointer to a state */ state 3608 third_party/sqlite/src/tool/lemon.c struct state *stp; state 4086 third_party/sqlite/src/tool/lemon.c struct state *stp; state 4148 third_party/sqlite/src/tool/lemon.c const struct state *pA = *(const struct state**)a; state 4149 third_party/sqlite/src/tool/lemon.c const struct state *pB = *(const struct state**)b; state 4171 third_party/sqlite/src/tool/lemon.c struct state *stp; state 4651 third_party/sqlite/src/tool/lemon.c struct state *State_new() state 4653 third_party/sqlite/src/tool/lemon.c struct state *newstate; state 4654 third_party/sqlite/src/tool/lemon.c newstate = (struct state *)calloc(1, sizeof(struct state) ); state 4675 third_party/sqlite/src/tool/lemon.c struct state *data; /* The data */ state 4705 third_party/sqlite/src/tool/lemon.c int State_insert(struct state *data, struct config *key) state 4763 third_party/sqlite/src/tool/lemon.c struct state *State_find(struct config *key) state 4781 third_party/sqlite/src/tool/lemon.c struct state **State_arrayof() state 4783 third_party/sqlite/src/tool/lemon.c struct state **array; state 4787 third_party/sqlite/src/tool/lemon.c array = (struct state **)malloc( sizeof(struct state *)*size ); state 243 third_party/talloc/libreplace/snprintf.c int state; state 258 third_party/talloc/libreplace/snprintf.c state = DP_S_DEFAULT; state 268 third_party/talloc/libreplace/snprintf.c while (state != DP_S_DONE) { state 270 third_party/talloc/libreplace/snprintf.c state = DP_S_DONE; state 272 third_party/talloc/libreplace/snprintf.c switch(state) { state 285 third_party/talloc/libreplace/snprintf.c state = DP_S_FLAGS; state 321 third_party/talloc/libreplace/snprintf.c state = DP_S_MIN; state 369 third_party/talloc/libreplace/snprintf.c state = DP_S_DOT; state 372 third_party/talloc/libreplace/snprintf.c state = DP_S_DOT; state 377 third_party/talloc/libreplace/snprintf.c state = DP_S_MAX; state 380 third_party/talloc/libreplace/snprintf.c state = DP_S_MOD; state 425 third_party/talloc/libreplace/snprintf.c state = DP_S_MOD; state 427 third_party/talloc/libreplace/snprintf.c state = DP_S_MOD; state 459 third_party/talloc/libreplace/snprintf.c state = DP_S_CONV; state 519 third_party/talloc/libreplace/snprintf.c state = DP_S_DEFAULT; state 151 third_party/tcmalloc/chromium/src/deep-heap-profile.cc State state; state 154 third_party/tcmalloc/chromium/src/deep-heap-profile.cc if (Read(&state, pageframe_type_ != DUMP_NO_PAGEFRAME) == false) { state 165 third_party/tcmalloc/chromium/src/deep-heap-profile.cc buffer != NULL && state.pfn != 0) { state 173 third_party/tcmalloc/chromium/src/deep-heap-profile.cc buffer->AppendBase64(state.pfn, 4); state 176 third_party/tcmalloc/chromium/src/deep-heap-profile.cc uint64 pagecount = ReadPageCount(state.pfn); state 193 third_party/tcmalloc/chromium/src/deep-heap-profile.cc if (state.is_committed) { state 245 third_party/tcmalloc/chromium/src/deep-heap-profile.cc State* state, bool get_pfn) const { state 263 third_party/tcmalloc/chromium/src/deep-heap-profile.cc state->is_committed = (pagemap_value & (PAGE_PRESENT | PAGE_SWAP)); state 265 third_party/tcmalloc/chromium/src/deep-heap-profile.cc state->is_present = (pagemap_value & PAGE_PRESENT); state 266 third_party/tcmalloc/chromium/src/deep-heap-profile.cc state->is_swapped = (pagemap_value & PAGE_SWAP); state 267 third_party/tcmalloc/chromium/src/deep-heap-profile.cc state->is_shared = false; state 269 third_party/tcmalloc/chromium/src/deep-heap-profile.cc if (get_pfn && state->is_present && !state->is_swapped) state 270 third_party/tcmalloc/chromium/src/deep-heap-profile.cc state->pfn = (pagemap_value & PFN_FILTER); state 272 third_party/tcmalloc/chromium/src/deep-heap-profile.cc state->pfn = 0; state 228 third_party/tcmalloc/chromium/src/deep-heap-profile.h bool Read(State* state, bool get_pfn) const; state 160 third_party/tcmalloc/chromium/src/gperftools/profiler.h PERFTOOLS_DLL_DECL void ProfilerGetCurrentState(struct ProfilerState* state); state 664 third_party/tcmalloc/chromium/src/heap-profile-table.cc ReportState* state) { state 665 third_party/tcmalloc/chromium/src/heap-profile-table.cc Entry* e = &state->buckets_[v->bucket()]; // Creates empty Entry first time state 684 third_party/tcmalloc/chromium/src/heap-profile-table.cc ReportState state; state 685 third_party/tcmalloc/chromium/src/heap-profile-table.cc map_.Iterate(&ReportCallback, &state); state 688 third_party/tcmalloc/chromium/src/heap-profile-table.cc const int n = state.buckets_.size(); state 691 third_party/tcmalloc/chromium/src/heap-profile-table.cc for (map<Bucket*,Entry>::const_iterator iter = state.buckets_.begin(); state 692 third_party/tcmalloc/chromium/src/heap-profile-table.cc iter != state.buckets_.end(); state 80 third_party/tcmalloc/chromium/src/internal_logging.cc Logger state; state 81 third_party/tcmalloc/chromium/src/internal_logging.cc state.p_ = state.buf_; state 82 third_party/tcmalloc/chromium/src/internal_logging.cc state.end_ = state.buf_ + sizeof(state.buf_); state 83 third_party/tcmalloc/chromium/src/internal_logging.cc state.AddStr(filename, strlen(filename)) state 84 third_party/tcmalloc/chromium/src/internal_logging.cc && state.AddStr(":", 1) state 85 third_party/tcmalloc/chromium/src/internal_logging.cc && state.AddNum(line, 10) state 86 third_party/tcmalloc/chromium/src/internal_logging.cc && state.AddStr("]", 1) state 87 third_party/tcmalloc/chromium/src/internal_logging.cc && state.Add(a) state 88 third_party/tcmalloc/chromium/src/internal_logging.cc && state.Add(b) state 89 third_party/tcmalloc/chromium/src/internal_logging.cc && state.Add(c) state 90 third_party/tcmalloc/chromium/src/internal_logging.cc && state.Add(d); state 93 third_party/tcmalloc/chromium/src/internal_logging.cc if (state.p_ >= state.end_) { state 94 third_party/tcmalloc/chromium/src/internal_logging.cc state.p_ = state.end_ - 1; state 96 third_party/tcmalloc/chromium/src/internal_logging.cc *state.p_ = '\n'; state 97 third_party/tcmalloc/chromium/src/internal_logging.cc state.p_++; state 99 third_party/tcmalloc/chromium/src/internal_logging.cc int msglen = state.p_ - state.buf_; state 101 third_party/tcmalloc/chromium/src/internal_logging.cc (*log_message_writer)(state.buf_, msglen); state 114 third_party/tcmalloc/chromium/src/internal_logging.cc (*log_message_writer)(state.buf_, msglen); state 108 third_party/tcmalloc/chromium/src/profile-handler.cc void GetState(ProfileHandlerState* state); state 404 third_party/tcmalloc/chromium/src/profile-handler.cc void ProfileHandler::GetState(ProfileHandlerState* state) { state 409 third_party/tcmalloc/chromium/src/profile-handler.cc state->interrupts = interrupts_; state 414 third_party/tcmalloc/chromium/src/profile-handler.cc state->frequency = frequency_; state 415 third_party/tcmalloc/chromium/src/profile-handler.cc state->callback_count = callback_count_; state 416 third_party/tcmalloc/chromium/src/profile-handler.cc state->allowed = allowed_; state 528 third_party/tcmalloc/chromium/src/profile-handler.cc extern "C" void ProfileHandlerGetState(ProfileHandlerState* state) { state 529 third_party/tcmalloc/chromium/src/profile-handler.cc ProfileHandler::Instance()->GetState(state); state 552 third_party/tcmalloc/chromium/src/profile-handler.cc extern "C" void ProfileHandlerGetState(ProfileHandlerState* state) { state 142 third_party/tcmalloc/chromium/src/profile-handler.h void ProfileHandlerGetState(struct ProfileHandlerState* state); state 221 third_party/tcmalloc/chromium/src/profiledata.cc void ProfileData::GetCurrentState(State* state) const { state 223 third_party/tcmalloc/chromium/src/profiledata.cc state->enabled = true; state 224 third_party/tcmalloc/chromium/src/profiledata.cc state->start_time = start_time_; state 225 third_party/tcmalloc/chromium/src/profiledata.cc state->samples_gathered = count_; state 226 third_party/tcmalloc/chromium/src/profiledata.cc int buf_size = sizeof(state->profile_name); state 227 third_party/tcmalloc/chromium/src/profiledata.cc strncpy(state->profile_name, fname_, buf_size); state 228 third_party/tcmalloc/chromium/src/profiledata.cc state->profile_name[buf_size-1] = '\0'; state 230 third_party/tcmalloc/chromium/src/profiledata.cc state->enabled = false; state 231 third_party/tcmalloc/chromium/src/profiledata.cc state->start_time = 0; state 232 third_party/tcmalloc/chromium/src/profiledata.cc state->samples_gathered = 0; state 233 third_party/tcmalloc/chromium/src/profiledata.cc state->profile_name[0] = '\0'; state 142 third_party/tcmalloc/chromium/src/profiledata.h void GetCurrentState(State* state) const; state 93 third_party/tcmalloc/chromium/src/profiler.cc void GetCurrentState(ProfilerState* state); state 230 third_party/tcmalloc/chromium/src/profiler.cc void CpuProfiler::GetCurrentState(ProfilerState* state) { state 237 third_party/tcmalloc/chromium/src/profiler.cc state->enabled = collector_state.enabled; state 238 third_party/tcmalloc/chromium/src/profiler.cc state->start_time = static_cast<time_t>(collector_state.start_time); state 239 third_party/tcmalloc/chromium/src/profiler.cc state->samples_gathered = collector_state.samples_gathered; state 240 third_party/tcmalloc/chromium/src/profiler.cc int buf_size = sizeof(state->profile_name); state 241 third_party/tcmalloc/chromium/src/profiler.cc strncpy(state->profile_name, collector_state.profile_name, buf_size); state 242 third_party/tcmalloc/chromium/src/profiler.cc state->profile_name[buf_size-1] = '\0'; state 317 third_party/tcmalloc/chromium/src/profiler.cc ProfilerState* state) { state 318 third_party/tcmalloc/chromium/src/profiler.cc CpuProfiler::instance_.GetCurrentState(state); state 336 third_party/tcmalloc/chromium/src/profiler.cc extern "C" void ProfilerGetCurrentState(ProfilerState* state) { state 337 third_party/tcmalloc/chromium/src/profiler.cc memset(state, 0, sizeof(*state)); state 70 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h stack_crawl_state_t* state = static_cast<stack_crawl_state_t*>(arg); state 83 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h if (ip != 0 && !state->have_skipped_self) { state 84 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h state->have_skipped_self = true; state 88 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h if (state->skip_count) { state 89 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h --state->skip_count; state 93 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h state->frames[state->frame_count++] = ip; state 94 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h if (state->frame_count >= state->max_depth) state 117 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h stack_crawl_state_t state( state 119 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h _Unwind_Backtrace(tracer, &state); state 120 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h return state.frame_count; state 280 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc ProfileHandlerState state; state 281 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc ProfileHandlerGetState(&state); state 282 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc return state.callback_count; state 287 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc ProfileHandlerState state; state 288 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc ProfileHandlerGetState(&state); state 289 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc return state.interrupts; state 323 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc ProfileData::State state; state 324 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc collector_.GetCurrentState(&state); state 325 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc EXPECT_TRUE(state.enabled); state 326 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc EXPECT_EQ(samples, state.samples_gathered); state 804 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc RangeCallbackState* state = reinterpret_cast<RangeCallbackState*>(arg); state 805 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc if (state->ptr >= r->address && state 806 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc state->ptr < r->address + r->length) { state 807 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc if (state->expected_type == base::MallocRange::FREE) { state 814 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc CHECK_EQ(r->type, state->expected_type); state 816 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc CHECK_GE(r->length, state->min_size); state 817 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc state->matched = true; state 826 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc RangeCallbackState state; state 827 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc state.ptr = reinterpret_cast<uintptr_t>(ptr); state 828 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc state.expected_type = type; state 829 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc state.min_size = min_size; state 830 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc state.matched = false; state 831 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc MallocExtension::instance()->Ranges(&state, RangeCallback); state 832 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc CHECK(state.matched); state 162 third_party/tcmalloc/vendor/src/gperftools/profiler.h PERFTOOLS_DLL_DECL void ProfilerGetCurrentState(struct ProfilerState* state); state 606 third_party/tcmalloc/vendor/src/heap-profile-table.cc ReportState* state) { state 607 third_party/tcmalloc/vendor/src/heap-profile-table.cc Entry* e = &state->buckets_[v->bucket()]; // Creates empty Entry first time state 626 third_party/tcmalloc/vendor/src/heap-profile-table.cc ReportState state; state 627 third_party/tcmalloc/vendor/src/heap-profile-table.cc map_.Iterate(&ReportCallback, &state); state 630 third_party/tcmalloc/vendor/src/heap-profile-table.cc const int n = state.buckets_.size(); state 633 third_party/tcmalloc/vendor/src/heap-profile-table.cc for (map<Bucket*,Entry>::const_iterator iter = state.buckets_.begin(); state 634 third_party/tcmalloc/vendor/src/heap-profile-table.cc iter != state.buckets_.end(); state 79 third_party/tcmalloc/vendor/src/internal_logging.cc Logger state; state 80 third_party/tcmalloc/vendor/src/internal_logging.cc state.p_ = state.buf_; state 81 third_party/tcmalloc/vendor/src/internal_logging.cc state.end_ = state.buf_ + sizeof(state.buf_); state 82 third_party/tcmalloc/vendor/src/internal_logging.cc state.AddStr(filename, strlen(filename)) state 83 third_party/tcmalloc/vendor/src/internal_logging.cc && state.AddStr(":", 1) state 84 third_party/tcmalloc/vendor/src/internal_logging.cc && state.AddNum(line, 10) state 85 third_party/tcmalloc/vendor/src/internal_logging.cc && state.AddStr("]", 1) state 86 third_party/tcmalloc/vendor/src/internal_logging.cc && state.Add(a) state 87 third_party/tcmalloc/vendor/src/internal_logging.cc && state.Add(b) state 88 third_party/tcmalloc/vendor/src/internal_logging.cc && state.Add(c) state 89 third_party/tcmalloc/vendor/src/internal_logging.cc && state.Add(d); state 92 third_party/tcmalloc/vendor/src/internal_logging.cc if (state.p_ >= state.end_) { state 93 third_party/tcmalloc/vendor/src/internal_logging.cc state.p_ = state.end_ - 1; state 95 third_party/tcmalloc/vendor/src/internal_logging.cc *state.p_ = '\n'; state 96 third_party/tcmalloc/vendor/src/internal_logging.cc state.p_++; state 98 third_party/tcmalloc/vendor/src/internal_logging.cc int msglen = state.p_ - state.buf_; state 100 third_party/tcmalloc/vendor/src/internal_logging.cc (*log_message_writer)(state.buf_, msglen); state 113 third_party/tcmalloc/vendor/src/internal_logging.cc (*log_message_writer)(state.buf_, msglen); state 108 third_party/tcmalloc/vendor/src/profile-handler.cc void GetState(ProfileHandlerState* state); state 404 third_party/tcmalloc/vendor/src/profile-handler.cc void ProfileHandler::GetState(ProfileHandlerState* state) { state 409 third_party/tcmalloc/vendor/src/profile-handler.cc state->interrupts = interrupts_; state 414 third_party/tcmalloc/vendor/src/profile-handler.cc state->frequency = frequency_; state 415 third_party/tcmalloc/vendor/src/profile-handler.cc state->callback_count = callback_count_; state 416 third_party/tcmalloc/vendor/src/profile-handler.cc state->allowed = allowed_; state 528 third_party/tcmalloc/vendor/src/profile-handler.cc extern "C" void ProfileHandlerGetState(ProfileHandlerState* state) { state 529 third_party/tcmalloc/vendor/src/profile-handler.cc ProfileHandler::Instance()->GetState(state); state 552 third_party/tcmalloc/vendor/src/profile-handler.cc extern "C" void ProfileHandlerGetState(ProfileHandlerState* state) { state 142 third_party/tcmalloc/vendor/src/profile-handler.h void ProfileHandlerGetState(struct ProfileHandlerState* state); state 221 third_party/tcmalloc/vendor/src/profiledata.cc void ProfileData::GetCurrentState(State* state) const { state 223 third_party/tcmalloc/vendor/src/profiledata.cc state->enabled = true; state 224 third_party/tcmalloc/vendor/src/profiledata.cc state->start_time = start_time_; state 225 third_party/tcmalloc/vendor/src/profiledata.cc state->samples_gathered = count_; state 226 third_party/tcmalloc/vendor/src/profiledata.cc int buf_size = sizeof(state->profile_name); state 227 third_party/tcmalloc/vendor/src/profiledata.cc strncpy(state->profile_name, fname_, buf_size); state 228 third_party/tcmalloc/vendor/src/profiledata.cc state->profile_name[buf_size-1] = '\0'; state 230 third_party/tcmalloc/vendor/src/profiledata.cc state->enabled = false; state 231 third_party/tcmalloc/vendor/src/profiledata.cc state->start_time = 0; state 232 third_party/tcmalloc/vendor/src/profiledata.cc state->samples_gathered = 0; state 233 third_party/tcmalloc/vendor/src/profiledata.cc state->profile_name[0] = '\0'; state 142 third_party/tcmalloc/vendor/src/profiledata.h void GetCurrentState(State* state) const; state 91 third_party/tcmalloc/vendor/src/profiler.cc void GetCurrentState(ProfilerState* state); state 228 third_party/tcmalloc/vendor/src/profiler.cc void CpuProfiler::GetCurrentState(ProfilerState* state) { state 235 third_party/tcmalloc/vendor/src/profiler.cc state->enabled = collector_state.enabled; state 236 third_party/tcmalloc/vendor/src/profiler.cc state->start_time = static_cast<time_t>(collector_state.start_time); state 237 third_party/tcmalloc/vendor/src/profiler.cc state->samples_gathered = collector_state.samples_gathered; state 238 third_party/tcmalloc/vendor/src/profiler.cc int buf_size = sizeof(state->profile_name); state 239 third_party/tcmalloc/vendor/src/profiler.cc strncpy(state->profile_name, collector_state.profile_name, buf_size); state 240 third_party/tcmalloc/vendor/src/profiler.cc state->profile_name[buf_size-1] = '\0'; state 315 third_party/tcmalloc/vendor/src/profiler.cc ProfilerState* state) { state 316 third_party/tcmalloc/vendor/src/profiler.cc CpuProfiler::instance_.GetCurrentState(state); state 334 third_party/tcmalloc/vendor/src/profiler.cc extern "C" void ProfilerGetCurrentState(ProfilerState* state) { state 335 third_party/tcmalloc/vendor/src/profiler.cc memset(state, 0, sizeof(*state)); state 280 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc ProfileHandlerState state; state 281 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc ProfileHandlerGetState(&state); state 282 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc return state.callback_count; state 287 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc ProfileHandlerState state; state 288 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc ProfileHandlerGetState(&state); state 289 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc return state.interrupts; state 323 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc ProfileData::State state; state 324 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc collector_.GetCurrentState(&state); state 325 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc EXPECT_TRUE(state.enabled); state 326 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc EXPECT_EQ(samples, state.samples_gathered); state 804 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc RangeCallbackState* state = reinterpret_cast<RangeCallbackState*>(arg); state 805 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc if (state->ptr >= r->address && state 806 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc state->ptr < r->address + r->length) { state 807 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc if (state->expected_type == base::MallocRange::FREE) { state 814 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc CHECK_EQ(r->type, state->expected_type); state 816 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc CHECK_GE(r->length, state->min_size); state 817 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc state->matched = true; state 826 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc RangeCallbackState state; state 827 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc state.ptr = reinterpret_cast<uintptr_t>(ptr); state 828 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc state.expected_type = type; state 829 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc state.min_size = min_size; state 830 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc state.matched = false; state 831 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc MallocExtension::instance()->Ranges(&state, RangeCallback); state 832 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc CHECK(state.matched); state 2869 third_party/wtl/include/atlctrls.h lvi.state = nState; state 2886 third_party/wtl/include/atlctrls.h lvi.state = nState; state 3569 third_party/wtl/include/atlctrls.h lvi.state = uState; state 3632 third_party/wtl/include/atlctrls.h item.state = nState; state 4020 third_party/wtl/include/atlctrls.h item.state = nState; state 4142 third_party/wtl/include/atlctrls.h item.state = 0; state 4145 third_party/wtl/include/atlctrls.h return (item.state & nStateMask); state 4408 third_party/wtl/include/atlctrls.h tvis.item.state = nState; state 4903 third_party/wtl/include/atlctrls.h tvis.item.state = nState; state 650 third_party/wtl/include/atlctrlx.h if(!(lvi.state & LVIS_SELECTED)) state 2662 third_party/wtl/include/atlwince.h lvi.state = uState; state 1556 third_party/zlib/contrib/minizip/unzip.c pfile_in_zip_read_info->bstream.state = (voidpf)0; state 268 third_party/zlib/deflate.c strm->state = (struct internal_state FAR *)s; state 325 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL || state 326 third_party/zlib/deflate.c strm->state->wrap == 2 || state 327 third_party/zlib/deflate.c (strm->state->wrap == 1 && strm->state->status != INIT_STATE)) state 330 third_party/zlib/deflate.c s = strm->state; state 362 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL || state 371 third_party/zlib/deflate.c s = (deflate_state *)strm->state; state 399 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; state 400 third_party/zlib/deflate.c if (strm->state->wrap != 2) return Z_STREAM_ERROR; state 401 third_party/zlib/deflate.c strm->state->gzhead = head; state 411 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; state 412 third_party/zlib/deflate.c strm->state->bi_valid = bits; state 413 third_party/zlib/deflate.c strm->state->bi_buf = (ush)(value & ((1 << bits) - 1)); state 427 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; state 428 third_party/zlib/deflate.c s = strm->state; state 466 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; state 467 third_party/zlib/deflate.c s = strm->state; state 505 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) state 509 third_party/zlib/deflate.c s = strm->state; state 571 third_party/zlib/deflate.c unsigned len = strm->state->pending; state 576 third_party/zlib/deflate.c zmemcpy(strm->next_out, strm->state->pending_out, len); state 578 third_party/zlib/deflate.c strm->state->pending_out += len; state 581 third_party/zlib/deflate.c strm->state->pending -= len; state 582 third_party/zlib/deflate.c if (strm->state->pending == 0) { state 583 third_party/zlib/deflate.c strm->state->pending_out = strm->state->pending_buf; state 595 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL || state 599 third_party/zlib/deflate.c s = strm->state; state 923 third_party/zlib/deflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; state 925 third_party/zlib/deflate.c status = strm->state->status; state 937 third_party/zlib/deflate.c TRY_FREE(strm, strm->state->pending_buf); state 938 third_party/zlib/deflate.c TRY_FREE(strm, strm->state->head); state 939 third_party/zlib/deflate.c TRY_FREE(strm, strm->state->prev); state 940 third_party/zlib/deflate.c TRY_FREE(strm, strm->state->window); state 941 third_party/zlib/deflate.c TRY_FREE(strm, strm->state->class_bitmap); state 943 third_party/zlib/deflate.c ZFREE(strm, strm->state); state 944 third_party/zlib/deflate.c strm->state = Z_NULL; state 966 third_party/zlib/deflate.c if (source == Z_NULL || dest == Z_NULL || source->state == Z_NULL) { state 970 third_party/zlib/deflate.c ss = source->state; state 976 third_party/zlib/deflate.c dest->state = (struct internal_state FAR *) ds; state 1028 third_party/zlib/deflate.c if (strm->state->wrap == 1) { state 1032 third_party/zlib/deflate.c else if (strm->state->wrap == 2) { state 15 third_party/zlib/gzclose.c gz_statep state; state 19 third_party/zlib/gzclose.c state = (gz_statep)file; state 21 third_party/zlib/gzclose.c return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); state 73 third_party/zlib/gzlib.c local void gz_reset(state) state 74 third_party/zlib/gzlib.c gz_statep state; state 76 third_party/zlib/gzlib.c if (state->mode == GZ_READ) { /* for reading ... */ state 77 third_party/zlib/gzlib.c state->have = 0; /* no output data available */ state 78 third_party/zlib/gzlib.c state->eof = 0; /* not at end of file */ state 79 third_party/zlib/gzlib.c state->how = LOOK; /* look for gzip header */ state 80 third_party/zlib/gzlib.c state->direct = 1; /* default for empty file */ state 82 third_party/zlib/gzlib.c state->seek = 0; /* no seek request pending */ state 83 third_party/zlib/gzlib.c gz_error(state, Z_OK, NULL); /* clear error */ state 84 third_party/zlib/gzlib.c state->pos = 0; /* no uncompressed data yet */ state 85 third_party/zlib/gzlib.c state->strm.avail_in = 0; /* no input data yet */ state 94 third_party/zlib/gzlib.c gz_statep state; state 97 third_party/zlib/gzlib.c state = malloc(sizeof(gz_state)); state 98 third_party/zlib/gzlib.c if (state == NULL) state 100 third_party/zlib/gzlib.c state->size = 0; /* no buffers allocated yet */ state 101 third_party/zlib/gzlib.c state->want = GZBUFSIZE; /* requested buffer size */ state 102 third_party/zlib/gzlib.c state->msg = NULL; /* no error message yet */ state 105 third_party/zlib/gzlib.c state->mode = GZ_NONE; state 106 third_party/zlib/gzlib.c state->level = Z_DEFAULT_COMPRESSION; state 107 third_party/zlib/gzlib.c state->strategy = Z_DEFAULT_STRATEGY; state 110 third_party/zlib/gzlib.c state->level = *mode - '0'; state 114 third_party/zlib/gzlib.c state->mode = GZ_READ; state 118 third_party/zlib/gzlib.c state->mode = GZ_WRITE; state 121 third_party/zlib/gzlib.c state->mode = GZ_APPEND; state 125 third_party/zlib/gzlib.c free(state); state 130 third_party/zlib/gzlib.c state->strategy = Z_FILTERED; state 133 third_party/zlib/gzlib.c state->strategy = Z_HUFFMAN_ONLY; state 136 third_party/zlib/gzlib.c state->strategy = Z_RLE; state 139 third_party/zlib/gzlib.c state->strategy = Z_FIXED; state 147 third_party/zlib/gzlib.c if (state->mode == GZ_NONE) { state 148 third_party/zlib/gzlib.c free(state); state 153 third_party/zlib/gzlib.c state->path = malloc(strlen(path) + 1); state 154 third_party/zlib/gzlib.c if (state->path == NULL) { state 155 third_party/zlib/gzlib.c free(state); state 158 third_party/zlib/gzlib.c strcpy(state->path, path); state 161 third_party/zlib/gzlib.c state->fd = fd != -1 ? fd : state 169 third_party/zlib/gzlib.c (state->mode == GZ_READ ? state 172 third_party/zlib/gzlib.c state->mode == GZ_WRITE ? state 176 third_party/zlib/gzlib.c if (state->fd == -1) { state 177 third_party/zlib/gzlib.c free(state->path); state 178 third_party/zlib/gzlib.c free(state); state 181 third_party/zlib/gzlib.c if (state->mode == GZ_APPEND) state 182 third_party/zlib/gzlib.c state->mode = GZ_WRITE; /* simplify later checks */ state 185 third_party/zlib/gzlib.c if (state->mode == GZ_READ) { state 186 third_party/zlib/gzlib.c state->start = LSEEK(state->fd, 0, SEEK_CUR); state 187 third_party/zlib/gzlib.c if (state->start == -1) state->start = 0; state 191 third_party/zlib/gzlib.c gz_reset(state); state 194 third_party/zlib/gzlib.c return (gzFile)state; state 234 third_party/zlib/gzlib.c gz_statep state; state 239 third_party/zlib/gzlib.c state = (gz_statep)file; state 240 third_party/zlib/gzlib.c if (state->mode != GZ_READ && state->mode != GZ_WRITE) state 244 third_party/zlib/gzlib.c if (state->size != 0) state 250 third_party/zlib/gzlib.c state->want = size; state 258 third_party/zlib/gzlib.c gz_statep state; state 263 third_party/zlib/gzlib.c state = (gz_statep)file; state 266 third_party/zlib/gzlib.c if (state->mode != GZ_READ || state->err != Z_OK) state 270 third_party/zlib/gzlib.c if (LSEEK(state->fd, state->start, SEEK_SET) == -1) state 272 third_party/zlib/gzlib.c gz_reset(state); state 284 third_party/zlib/gzlib.c gz_statep state; state 289 third_party/zlib/gzlib.c state = (gz_statep)file; state 290 third_party/zlib/gzlib.c if (state->mode != GZ_READ && state->mode != GZ_WRITE) state 294 third_party/zlib/gzlib.c if (state->err != Z_OK) state 303 third_party/zlib/gzlib.c offset -= state->pos; state 304 third_party/zlib/gzlib.c else if (state->seek) state 305 third_party/zlib/gzlib.c offset += state->skip; state 306 third_party/zlib/gzlib.c state->seek = 0; state 309 third_party/zlib/gzlib.c if (state->mode == GZ_READ && state->how == COPY && state 310 third_party/zlib/gzlib.c state->pos + offset >= state->raw) { state 311 third_party/zlib/gzlib.c ret = LSEEK(state->fd, offset - state->have, SEEK_CUR); state 314 third_party/zlib/gzlib.c state->have = 0; state 315 third_party/zlib/gzlib.c state->eof = 0; state 316 third_party/zlib/gzlib.c state->seek = 0; state 317 third_party/zlib/gzlib.c gz_error(state, Z_OK, NULL); state 318 third_party/zlib/gzlib.c state->strm.avail_in = 0; state 319 third_party/zlib/gzlib.c state->pos += offset; state 320 third_party/zlib/gzlib.c return state->pos; state 325 third_party/zlib/gzlib.c if (state->mode != GZ_READ) /* writing -- can't go backwards */ state 327 third_party/zlib/gzlib.c offset += state->pos; state 335 third_party/zlib/gzlib.c if (state->mode == GZ_READ) { state 336 third_party/zlib/gzlib.c n = GT_OFF(state->have) || (z_off64_t)state->have > offset ? state 337 third_party/zlib/gzlib.c (unsigned)offset : state->have; state 338 third_party/zlib/gzlib.c state->have -= n; state 339 third_party/zlib/gzlib.c state->next += n; state 340 third_party/zlib/gzlib.c state->pos += n; state 346 third_party/zlib/gzlib.c state->seek = 1; state 347 third_party/zlib/gzlib.c state->skip = offset; state 349 third_party/zlib/gzlib.c return state->pos + offset; state 368 third_party/zlib/gzlib.c gz_statep state; state 373 third_party/zlib/gzlib.c state = (gz_statep)file; state 374 third_party/zlib/gzlib.c if (state->mode != GZ_READ && state->mode != GZ_WRITE) state 378 third_party/zlib/gzlib.c return state->pos + (state->seek ? state->skip : 0); state 396 third_party/zlib/gzlib.c gz_statep state; state 401 third_party/zlib/gzlib.c state = (gz_statep)file; state 402 third_party/zlib/gzlib.c if (state->mode != GZ_READ && state->mode != GZ_WRITE) state 406 third_party/zlib/gzlib.c offset = LSEEK(state->fd, 0, SEEK_CUR); state 409 third_party/zlib/gzlib.c if (state->mode == GZ_READ) /* reading */ state 410 third_party/zlib/gzlib.c offset -= state->strm.avail_in; /* don't count buffered input */ state 428 third_party/zlib/gzlib.c gz_statep state; state 433 third_party/zlib/gzlib.c state = (gz_statep)file; state 434 third_party/zlib/gzlib.c if (state->mode != GZ_READ && state->mode != GZ_WRITE) state 438 third_party/zlib/gzlib.c return state->mode == GZ_READ ? state 439 third_party/zlib/gzlib.c (state->eof && state->strm.avail_in == 0 && state->have == 0) : 0; state 447 third_party/zlib/gzlib.c gz_statep state; state 452 third_party/zlib/gzlib.c state = (gz_statep)file; state 453 third_party/zlib/gzlib.c if (state->mode != GZ_READ && state->mode != GZ_WRITE) state 458 third_party/zlib/gzlib.c *errnum = state->err; state 459 third_party/zlib/gzlib.c return state->msg == NULL ? "" : state->msg; state 466 third_party/zlib/gzlib.c gz_statep state; state 471 third_party/zlib/gzlib.c state = (gz_statep)file; state 472 third_party/zlib/gzlib.c if (state->mode != GZ_READ && state->mode != GZ_WRITE) state 476 third_party/zlib/gzlib.c if (state->mode == GZ_READ) state 477 third_party/zlib/gzlib.c state->eof = 0; state 478 third_party/zlib/gzlib.c gz_error(state, Z_OK, NULL); state 487 third_party/zlib/gzlib.c void ZLIB_INTERNAL gz_error(state, err, msg) state 488 third_party/zlib/gzlib.c gz_statep state; state 493 third_party/zlib/gzlib.c if (state->msg != NULL) { state 494 third_party/zlib/gzlib.c if (state->err != Z_MEM_ERROR) state 495 third_party/zlib/gzlib.c free(state->msg); state 496 third_party/zlib/gzlib.c state->msg = NULL; state 500 third_party/zlib/gzlib.c state->err = err; state 506 third_party/zlib/gzlib.c state->msg = (char *)msg; state 511 third_party/zlib/gzlib.c if ((state->msg = malloc(strlen(state->path) + strlen(msg) + 3)) == NULL) { state 512 third_party/zlib/gzlib.c state->err = Z_MEM_ERROR; state 513 third_party/zlib/gzlib.c state->msg = (char *)"out of memory"; state 516 third_party/zlib/gzlib.c strcpy(state->msg, state->path); state 517 third_party/zlib/gzlib.c strcat(state->msg, ": "); state 518 third_party/zlib/gzlib.c strcat(state->msg, msg); state 21 third_party/zlib/gzread.c local int gz_load(state, buf, len, have) state 22 third_party/zlib/gzread.c gz_statep state; state 31 third_party/zlib/gzread.c ret = read(state->fd, buf + *have, len - *have); state 37 third_party/zlib/gzread.c gz_error(state, Z_ERRNO, zstrerror()); state 41 third_party/zlib/gzread.c state->eof = 1; state 50 third_party/zlib/gzread.c local int gz_avail(state) state 51 third_party/zlib/gzread.c gz_statep state; state 53 third_party/zlib/gzread.c z_streamp strm = &(state->strm); state 55 third_party/zlib/gzread.c if (state->err != Z_OK) state 57 third_party/zlib/gzread.c if (state->eof == 0) { state 58 third_party/zlib/gzread.c if (gz_load(state, state->in, state->size, state 61 third_party/zlib/gzread.c strm->next_in = state->in; state 67 third_party/zlib/gzread.c #define NEXT() ((strm->avail_in == 0 && gz_avail(state) == -1) ? -1 : \ state 73 third_party/zlib/gzread.c local int gz_next4(state, ret) state 74 third_party/zlib/gzread.c gz_statep state; state 79 third_party/zlib/gzread.c z_streamp strm = &(state->strm); state 104 third_party/zlib/gzread.c local int gz_head(state) state 105 third_party/zlib/gzread.c gz_statep state; state 107 third_party/zlib/gzread.c z_streamp strm = &(state->strm); state 112 third_party/zlib/gzread.c if (state->size == 0) { state 114 third_party/zlib/gzread.c state->in = malloc(state->want); state 115 third_party/zlib/gzread.c state->out = malloc(state->want << 1); state 116 third_party/zlib/gzread.c if (state->in == NULL || state->out == NULL) { state 117 third_party/zlib/gzread.c if (state->out != NULL) state 118 third_party/zlib/gzread.c free(state->out); state 119 third_party/zlib/gzread.c if (state->in != NULL) state 120 third_party/zlib/gzread.c free(state->in); state 121 third_party/zlib/gzread.c gz_error(state, Z_MEM_ERROR, "out of memory"); state 124 third_party/zlib/gzread.c state->size = state->want; state 127 third_party/zlib/gzread.c state->strm.zalloc = Z_NULL; state 128 third_party/zlib/gzread.c state->strm.zfree = Z_NULL; state 129 third_party/zlib/gzread.c state->strm.opaque = Z_NULL; state 130 third_party/zlib/gzread.c state->strm.avail_in = 0; state 131 third_party/zlib/gzread.c state->strm.next_in = Z_NULL; state 132 third_party/zlib/gzread.c if (inflateInit2(&(state->strm), -15) != Z_OK) { /* raw inflate */ state 133 third_party/zlib/gzread.c free(state->out); state 134 third_party/zlib/gzread.c free(state->in); state 135 third_party/zlib/gzread.c state->size = 0; state 136 third_party/zlib/gzread.c gz_error(state, Z_MEM_ERROR, "out of memory"); state 143 third_party/zlib/gzread.c if (gz_avail(state) == -1) state 153 third_party/zlib/gzread.c if (strm->avail_in == 0 && gz_avail(state) == -1) state 162 third_party/zlib/gzread.c gz_error(state, Z_DATA_ERROR, "unknown compression method"); state 167 third_party/zlib/gzread.c gz_error(state, Z_DATA_ERROR, "unknown header flags set"); state 199 third_party/zlib/gzread.c state->how = GZIP; state 200 third_party/zlib/gzread.c state->direct = 0; state 205 third_party/zlib/gzread.c state->out[0] = 31; state 206 third_party/zlib/gzread.c state->have = 1; state 213 third_party/zlib/gzread.c state->raw = state->pos; state 214 third_party/zlib/gzread.c state->next = state->out; state 216 third_party/zlib/gzread.c memcpy(state->next + state->have, strm->next_in, strm->avail_in); state 217 third_party/zlib/gzread.c state->have += strm->avail_in; state 220 third_party/zlib/gzread.c state->how = COPY; state 221 third_party/zlib/gzread.c state->direct = 1; state 233 third_party/zlib/gzread.c local int gz_decomp(state) state 234 third_party/zlib/gzread.c gz_statep state; state 239 third_party/zlib/gzread.c z_streamp strm = &(state->strm); state 245 third_party/zlib/gzread.c if (strm->avail_in == 0 && gz_avail(state) == -1) state 248 third_party/zlib/gzread.c gz_error(state, Z_DATA_ERROR, "unexpected end of file"); state 255 third_party/zlib/gzread.c gz_error(state, Z_STREAM_ERROR, state 260 third_party/zlib/gzread.c gz_error(state, Z_MEM_ERROR, "out of memory"); state 264 third_party/zlib/gzread.c gz_error(state, Z_DATA_ERROR, state 271 third_party/zlib/gzread.c state->have = had - strm->avail_out; state 272 third_party/zlib/gzread.c state->next = strm->next_out - state->have; state 273 third_party/zlib/gzread.c strm->adler = crc32(strm->adler, state->next, state->have); state 277 third_party/zlib/gzread.c if (gz_next4(state, &crc) == -1 || gz_next4(state, &len) == -1) { state 278 third_party/zlib/gzread.c gz_error(state, Z_DATA_ERROR, "unexpected end of file"); state 282 third_party/zlib/gzread.c gz_error(state, Z_DATA_ERROR, "incorrect data check"); state 286 third_party/zlib/gzread.c gz_error(state, Z_DATA_ERROR, "incorrect length check"); state 289 third_party/zlib/gzread.c state->how = LOOK; /* ready for next stream, once have is 0 (leave state 304 third_party/zlib/gzread.c local int gz_make(state) state 305 third_party/zlib/gzread.c gz_statep state; state 307 third_party/zlib/gzread.c z_streamp strm = &(state->strm); state 309 third_party/zlib/gzread.c if (state->how == LOOK) { /* look for gzip header */ state 310 third_party/zlib/gzread.c if (gz_head(state) == -1) state 312 third_party/zlib/gzread.c if (state->have) /* got some data from gz_head() */ state 315 third_party/zlib/gzread.c if (state->how == COPY) { /* straight copy */ state 316 third_party/zlib/gzread.c if (gz_load(state, state->out, state->size << 1, &(state->have)) == -1) state 318 third_party/zlib/gzread.c state->next = state->out; state 320 third_party/zlib/gzread.c else if (state->how == GZIP) { /* decompress */ state 321 third_party/zlib/gzread.c strm->avail_out = state->size << 1; state 322 third_party/zlib/gzread.c strm->next_out = state->out; state 323 third_party/zlib/gzread.c if (gz_decomp(state) == -1) state 330 third_party/zlib/gzread.c local int gz_skip(state, len) state 331 third_party/zlib/gzread.c gz_statep state; state 339 third_party/zlib/gzread.c if (state->have) { state 340 third_party/zlib/gzread.c n = GT_OFF(state->have) || (z_off64_t)state->have > len ? state 341 third_party/zlib/gzread.c (unsigned)len : state->have; state 342 third_party/zlib/gzread.c state->have -= n; state 343 third_party/zlib/gzread.c state->next += n; state 344 third_party/zlib/gzread.c state->pos += n; state 349 third_party/zlib/gzread.c else if (state->eof && state->strm.avail_in == 0) state 355 third_party/zlib/gzread.c if (gz_make(state) == -1) state 368 third_party/zlib/gzread.c gz_statep state; state 374 third_party/zlib/gzread.c state = (gz_statep)file; state 375 third_party/zlib/gzread.c strm = &(state->strm); state 378 third_party/zlib/gzread.c if (state->mode != GZ_READ || state->err != Z_OK) state 384 third_party/zlib/gzread.c gz_error(state, Z_BUF_ERROR, "requested length does not fit in int"); state 393 third_party/zlib/gzread.c if (state->seek) { state 394 third_party/zlib/gzread.c state->seek = 0; state 395 third_party/zlib/gzread.c if (gz_skip(state, state->skip) == -1) state 403 third_party/zlib/gzread.c if (state->have) { state 404 third_party/zlib/gzread.c n = state->have > len ? len : state->have; state 405 third_party/zlib/gzread.c memcpy(buf, state->next, n); state 406 third_party/zlib/gzread.c state->next += n; state 407 third_party/zlib/gzread.c state->have -= n; state 411 third_party/zlib/gzread.c else if (state->eof && strm->avail_in == 0) state 416 third_party/zlib/gzread.c else if (state->how == LOOK || len < (state->size << 1)) { state 418 third_party/zlib/gzread.c if (gz_make(state) == -1) state 426 third_party/zlib/gzread.c else if (state->how == COPY) { /* read directly */ state 427 third_party/zlib/gzread.c if (gz_load(state, buf, len, &n) == -1) state 435 third_party/zlib/gzread.c if (gz_decomp(state) == -1) state 437 third_party/zlib/gzread.c n = state->have; state 438 third_party/zlib/gzread.c state->have = 0; state 445 third_party/zlib/gzread.c state->pos += n; state 458 third_party/zlib/gzread.c gz_statep state; state 463 third_party/zlib/gzread.c state = (gz_statep)file; state 466 third_party/zlib/gzread.c if (state->mode != GZ_READ || state->err != Z_OK) state 470 third_party/zlib/gzread.c if (state->have) { state 471 third_party/zlib/gzread.c state->have--; state 472 third_party/zlib/gzread.c state->pos++; state 473 third_party/zlib/gzread.c return *(state->next)++; state 486 third_party/zlib/gzread.c gz_statep state; state 491 third_party/zlib/gzread.c state = (gz_statep)file; state 494 third_party/zlib/gzread.c if (state->mode != GZ_READ || state->err != Z_OK) state 498 third_party/zlib/gzread.c if (state->seek) { state 499 third_party/zlib/gzread.c state->seek = 0; state 500 third_party/zlib/gzread.c if (gz_skip(state, state->skip) == -1) state 509 third_party/zlib/gzread.c if (state->have == 0) { state 510 third_party/zlib/gzread.c state->have = 1; state 511 third_party/zlib/gzread.c state->next = state->out + (state->size << 1) - 1; state 512 third_party/zlib/gzread.c state->next[0] = c; state 513 third_party/zlib/gzread.c state->pos--; state 518 third_party/zlib/gzread.c if (state->have == (state->size << 1)) { state 519 third_party/zlib/gzread.c gz_error(state, Z_BUF_ERROR, "out of room to push characters"); state 524 third_party/zlib/gzread.c if (state->next == state->out) { state 525 third_party/zlib/gzread.c unsigned char *src = state->out + state->have; state 526 third_party/zlib/gzread.c unsigned char *dest = state->out + (state->size << 1); state 527 third_party/zlib/gzread.c while (src > state->out) state 529 third_party/zlib/gzread.c state->next = dest; state 531 third_party/zlib/gzread.c state->have++; state 532 third_party/zlib/gzread.c state->next--; state 533 third_party/zlib/gzread.c state->next[0] = c; state 534 third_party/zlib/gzread.c state->pos--; state 547 third_party/zlib/gzread.c gz_statep state; state 552 third_party/zlib/gzread.c state = (gz_statep)file; state 555 third_party/zlib/gzread.c if (state->mode != GZ_READ || state->err != Z_OK) state 559 third_party/zlib/gzread.c if (state->seek) { state 560 third_party/zlib/gzread.c state->seek = 0; state 561 third_party/zlib/gzread.c if (gz_skip(state, state->skip) == -1) state 572 third_party/zlib/gzread.c if (state->have == 0) { state 573 third_party/zlib/gzread.c if (gz_make(state) == -1) state 575 third_party/zlib/gzread.c if (state->have == 0) { /* end of file */ state 583 third_party/zlib/gzread.c n = state->have > left ? left : state->have; state 584 third_party/zlib/gzread.c eol = memchr(state->next, '\n', n); state 586 third_party/zlib/gzread.c n = (unsigned)(eol - state->next) + 1; state 589 third_party/zlib/gzread.c memcpy(buf, state->next, n); state 590 third_party/zlib/gzread.c state->have -= n; state 591 third_party/zlib/gzread.c state->next += n; state 592 third_party/zlib/gzread.c state->pos += n; state 606 third_party/zlib/gzread.c gz_statep state; state 611 third_party/zlib/gzread.c state = (gz_statep)file; state 614 third_party/zlib/gzread.c if (state->mode != GZ_READ) state 619 third_party/zlib/gzread.c if (state->how == LOOK && state->have == 0) state 620 third_party/zlib/gzread.c (void)gz_head(state); state 623 third_party/zlib/gzread.c return state->direct; state 631 third_party/zlib/gzread.c gz_statep state; state 636 third_party/zlib/gzread.c state = (gz_statep)file; state 639 third_party/zlib/gzread.c if (state->mode != GZ_READ) state 643 third_party/zlib/gzread.c if (state->size) { state 644 third_party/zlib/gzread.c inflateEnd(&(state->strm)); state 645 third_party/zlib/gzread.c free(state->out); state 646 third_party/zlib/gzread.c free(state->in); state 648 third_party/zlib/gzread.c gz_error(state, Z_OK, NULL); state 649 third_party/zlib/gzread.c free(state->path); state 650 third_party/zlib/gzread.c ret = close(state->fd); state 651 third_party/zlib/gzread.c free(state); state 15 third_party/zlib/gzwrite.c local int gz_init(state) state 16 third_party/zlib/gzwrite.c gz_statep state; state 19 third_party/zlib/gzwrite.c z_streamp strm = &(state->strm); state 22 third_party/zlib/gzwrite.c state->in = malloc(state->want); state 23 third_party/zlib/gzwrite.c state->out = malloc(state->want); state 24 third_party/zlib/gzwrite.c if (state->in == NULL || state->out == NULL) { state 25 third_party/zlib/gzwrite.c if (state->out != NULL) state 26 third_party/zlib/gzwrite.c free(state->out); state 27 third_party/zlib/gzwrite.c if (state->in != NULL) state 28 third_party/zlib/gzwrite.c free(state->in); state 29 third_party/zlib/gzwrite.c gz_error(state, Z_MEM_ERROR, "out of memory"); state 37 third_party/zlib/gzwrite.c ret = deflateInit2(strm, state->level, Z_DEFLATED, state 38 third_party/zlib/gzwrite.c 15 + 16, 8, state->strategy); state 40 third_party/zlib/gzwrite.c free(state->in); state 41 third_party/zlib/gzwrite.c gz_error(state, Z_MEM_ERROR, "out of memory"); state 46 third_party/zlib/gzwrite.c state->size = state->want; state 49 third_party/zlib/gzwrite.c strm->avail_out = state->size; state 50 third_party/zlib/gzwrite.c strm->next_out = state->out; state 51 third_party/zlib/gzwrite.c state->next = strm->next_out; state 59 third_party/zlib/gzwrite.c local int gz_comp(state, flush) state 60 third_party/zlib/gzwrite.c gz_statep state; state 65 third_party/zlib/gzwrite.c z_streamp strm = &(state->strm); state 68 third_party/zlib/gzwrite.c if (state->size == 0 && gz_init(state) == -1) state 78 third_party/zlib/gzwrite.c have = (unsigned)(strm->next_out - state->next); state 79 third_party/zlib/gzwrite.c if (have && ((got = write(state->fd, state->next, have)) < 0 || state 81 third_party/zlib/gzwrite.c gz_error(state, Z_ERRNO, zstrerror()); state 85 third_party/zlib/gzwrite.c strm->avail_out = state->size; state 86 third_party/zlib/gzwrite.c strm->next_out = state->out; state 88 third_party/zlib/gzwrite.c state->next = strm->next_out; state 95 third_party/zlib/gzwrite.c gz_error(state, Z_STREAM_ERROR, state 111 third_party/zlib/gzwrite.c local int gz_zero(state, len) state 112 third_party/zlib/gzwrite.c gz_statep state; state 117 third_party/zlib/gzwrite.c z_streamp strm = &(state->strm); state 120 third_party/zlib/gzwrite.c if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) state 126 third_party/zlib/gzwrite.c n = GT_OFF(state->size) || (z_off64_t)state->size > len ? state 127 third_party/zlib/gzwrite.c (unsigned)len : state->size; state 129 third_party/zlib/gzwrite.c memset(state->in, 0, n); state 133 third_party/zlib/gzwrite.c strm->next_in = state->in; state 134 third_party/zlib/gzwrite.c state->pos += n; state 135 third_party/zlib/gzwrite.c if (gz_comp(state, Z_NO_FLUSH) == -1) state 150 third_party/zlib/gzwrite.c gz_statep state; state 156 third_party/zlib/gzwrite.c state = (gz_statep)file; state 157 third_party/zlib/gzwrite.c strm = &(state->strm); state 160 third_party/zlib/gzwrite.c if (state->mode != GZ_WRITE || state->err != Z_OK) state 166 third_party/zlib/gzwrite.c gz_error(state, Z_BUF_ERROR, "requested length does not fit in int"); state 175 third_party/zlib/gzwrite.c if (state->size == 0 && gz_init(state) == -1) state 179 third_party/zlib/gzwrite.c if (state->seek) { state 180 third_party/zlib/gzwrite.c state->seek = 0; state 181 third_party/zlib/gzwrite.c if (gz_zero(state, state->skip) == -1) state 186 third_party/zlib/gzwrite.c if (len < state->size) { state 190 third_party/zlib/gzwrite.c strm->next_in = state->in; state 191 third_party/zlib/gzwrite.c n = state->size - strm->avail_in; state 196 third_party/zlib/gzwrite.c state->pos += n; state 199 third_party/zlib/gzwrite.c if (len && gz_comp(state, Z_NO_FLUSH) == -1) state 205 third_party/zlib/gzwrite.c if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) state 211 third_party/zlib/gzwrite.c state->pos += len; state 212 third_party/zlib/gzwrite.c if (gz_comp(state, Z_NO_FLUSH) == -1) state 226 third_party/zlib/gzwrite.c gz_statep state; state 232 third_party/zlib/gzwrite.c state = (gz_statep)file; state 233 third_party/zlib/gzwrite.c strm = &(state->strm); state 236 third_party/zlib/gzwrite.c if (state->mode != GZ_WRITE || state->err != Z_OK) state 240 third_party/zlib/gzwrite.c if (state->seek) { state 241 third_party/zlib/gzwrite.c state->seek = 0; state 242 third_party/zlib/gzwrite.c if (gz_zero(state, state->skip) == -1) state 248 third_party/zlib/gzwrite.c if (strm->avail_in < state->size) { state 250 third_party/zlib/gzwrite.c strm->next_in = state->in; state 252 third_party/zlib/gzwrite.c state->pos++; state 284 third_party/zlib/gzwrite.c gz_statep state; state 291 third_party/zlib/gzwrite.c state = (gz_statep)file; state 292 third_party/zlib/gzwrite.c strm = &(state->strm); state 295 third_party/zlib/gzwrite.c if (state->mode != GZ_WRITE || state->err != Z_OK) state 299 third_party/zlib/gzwrite.c if (state->size == 0 && gz_init(state) == -1) state 303 third_party/zlib/gzwrite.c if (state->seek) { state 304 third_party/zlib/gzwrite.c state->seek = 0; state 305 third_party/zlib/gzwrite.c if (gz_zero(state, state->skip) == -1) state 310 third_party/zlib/gzwrite.c if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) state 314 third_party/zlib/gzwrite.c size = (int)(state->size); state 315 third_party/zlib/gzwrite.c state->in[size - 1] = 0; state 319 third_party/zlib/gzwrite.c (void)vsprintf(state->in, format, va); state 322 third_party/zlib/gzwrite.c if (state->in[len] == 0) break; state 324 third_party/zlib/gzwrite.c len = vsprintf(state->in, format, va); state 329 third_party/zlib/gzwrite.c (void)vsnprintf(state->in, size, format, va); state 331 third_party/zlib/gzwrite.c len = strlen(state->in); state 333 third_party/zlib/gzwrite.c len = vsnprintf((char *)(state->in), size, format, va); state 339 third_party/zlib/gzwrite.c if (len <= 0 || len >= (int)size || state->in[size - 1] != 0) state 344 third_party/zlib/gzwrite.c strm->next_in = state->in; state 345 third_party/zlib/gzwrite.c state->pos += len; state 360 third_party/zlib/gzwrite.c gz_statep state; state 366 third_party/zlib/gzwrite.c state = (gz_statep)file; state 367 third_party/zlib/gzwrite.c strm = &(state->strm); state 370 third_party/zlib/gzwrite.c if (state->mode != GZ_WRITE || state->err != Z_OK) state 374 third_party/zlib/gzwrite.c if (state->size == 0 && gz_init(state) == -1) state 378 third_party/zlib/gzwrite.c if (state->seek) { state 379 third_party/zlib/gzwrite.c state->seek = 0; state 380 third_party/zlib/gzwrite.c if (gz_zero(state, state->skip) == -1) state 385 third_party/zlib/gzwrite.c if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) state 389 third_party/zlib/gzwrite.c size = (int)(state->size); state 390 third_party/zlib/gzwrite.c state->in[size - 1] = 0; state 393 third_party/zlib/gzwrite.c sprintf(state->in, format, a1, a2, a3, a4, a5, a6, a7, a8, state 396 third_party/zlib/gzwrite.c if (state->in[len] == 0) break; state 398 third_party/zlib/gzwrite.c len = sprintf(state->in, format, a1, a2, a3, a4, a5, a6, a7, a8, state 403 third_party/zlib/gzwrite.c snprintf(state->in, size, format, a1, a2, a3, a4, a5, a6, a7, a8, state 405 third_party/zlib/gzwrite.c len = strlen(state->in); state 407 third_party/zlib/gzwrite.c len = snprintf(state->in, size, format, a1, a2, a3, a4, a5, a6, a7, a8, state 413 third_party/zlib/gzwrite.c if (len <= 0 || len >= (int)size || state->in[size - 1] != 0) state 418 third_party/zlib/gzwrite.c strm->next_in = state->in; state 419 third_party/zlib/gzwrite.c state->pos += len; state 430 third_party/zlib/gzwrite.c gz_statep state; state 435 third_party/zlib/gzwrite.c state = (gz_statep)file; state 438 third_party/zlib/gzwrite.c if (state->mode != GZ_WRITE || state->err != Z_OK) state 446 third_party/zlib/gzwrite.c if (state->seek) { state 447 third_party/zlib/gzwrite.c state->seek = 0; state 448 third_party/zlib/gzwrite.c if (gz_zero(state, state->skip) == -1) state 453 third_party/zlib/gzwrite.c gz_comp(state, flush); state 454 third_party/zlib/gzwrite.c return state->err; state 463 third_party/zlib/gzwrite.c gz_statep state; state 469 third_party/zlib/gzwrite.c state = (gz_statep)file; state 470 third_party/zlib/gzwrite.c strm = &(state->strm); state 473 third_party/zlib/gzwrite.c if (state->mode != GZ_WRITE || state->err != Z_OK) state 477 third_party/zlib/gzwrite.c if (level == state->level && strategy == state->strategy) state 481 third_party/zlib/gzwrite.c if (state->seek) { state 482 third_party/zlib/gzwrite.c state->seek = 0; state 483 third_party/zlib/gzwrite.c if (gz_zero(state, state->skip) == -1) state 488 third_party/zlib/gzwrite.c if (state->size) { state 490 third_party/zlib/gzwrite.c if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1) state 491 third_party/zlib/gzwrite.c return state->err; state 494 third_party/zlib/gzwrite.c state->level = level; state 495 third_party/zlib/gzwrite.c state->strategy = strategy; state 504 third_party/zlib/gzwrite.c gz_statep state; state 509 third_party/zlib/gzwrite.c state = (gz_statep)file; state 512 third_party/zlib/gzwrite.c if (state->mode != GZ_WRITE) state 516 third_party/zlib/gzwrite.c if (state->seek) { state 517 third_party/zlib/gzwrite.c state->seek = 0; state 518 third_party/zlib/gzwrite.c ret += gz_zero(state, state->skip); state 522 third_party/zlib/gzwrite.c ret += gz_comp(state, Z_FINISH); state 523 third_party/zlib/gzwrite.c (void)deflateEnd(&(state->strm)); state 524 third_party/zlib/gzwrite.c free(state->out); state 525 third_party/zlib/gzwrite.c free(state->in); state 526 third_party/zlib/gzwrite.c gz_error(state, Z_OK, NULL); state 527 third_party/zlib/gzwrite.c free(state->path); state 528 third_party/zlib/gzwrite.c ret += close(state->fd); state 529 third_party/zlib/gzwrite.c free(state); state 19 third_party/zlib/infback.c local void fixedtables OF((struct inflate_state FAR *state)); state 35 third_party/zlib/infback.c struct inflate_state FAR *state; state 49 third_party/zlib/infback.c state = (struct inflate_state FAR *)ZALLOC(strm, 1, state 51 third_party/zlib/infback.c if (state == Z_NULL) return Z_MEM_ERROR; state 53 third_party/zlib/infback.c strm->state = (struct internal_state FAR *)state; state 54 third_party/zlib/infback.c state->dmax = 32768U; state 55 third_party/zlib/infback.c state->wbits = windowBits; state 56 third_party/zlib/infback.c state->wsize = 1U << windowBits; state 57 third_party/zlib/infback.c state->window = window; state 58 third_party/zlib/infback.c state->wnext = 0; state 59 third_party/zlib/infback.c state->whave = 0; state 73 third_party/zlib/infback.c local void fixedtables(state) state 74 third_party/zlib/infback.c struct inflate_state FAR *state; state 88 third_party/zlib/infback.c while (sym < 144) state->lens[sym++] = 8; state 89 third_party/zlib/infback.c while (sym < 256) state->lens[sym++] = 9; state 90 third_party/zlib/infback.c while (sym < 280) state->lens[sym++] = 7; state 91 third_party/zlib/infback.c while (sym < 288) state->lens[sym++] = 8; state 95 third_party/zlib/infback.c inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); state 99 third_party/zlib/infback.c while (sym < 32) state->lens[sym++] = 5; state 102 third_party/zlib/infback.c inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); state 110 third_party/zlib/infback.c state->lencode = lenfix; state 111 third_party/zlib/infback.c state->lenbits = 9; state 112 third_party/zlib/infback.c state->distcode = distfix; state 113 third_party/zlib/infback.c state->distbits = 5; state 125 third_party/zlib/infback.c hold = state->hold; \ state 126 third_party/zlib/infback.c bits = state->bits; \ state 136 third_party/zlib/infback.c state->hold = hold; \ state 137 third_party/zlib/infback.c state->bits = bits; \ state 204 third_party/zlib/infback.c put = state->window; \ state 205 third_party/zlib/infback.c left = state->wsize; \ state 206 third_party/zlib/infback.c state->whave = left; \ state 248 third_party/zlib/infback.c struct inflate_state FAR *state; state 264 third_party/zlib/infback.c if (strm == Z_NULL || strm->state == Z_NULL) state 266 third_party/zlib/infback.c state = (struct inflate_state FAR *)strm->state; state 270 third_party/zlib/infback.c state->mode = TYPE; state 271 third_party/zlib/infback.c state->last = 0; state 272 third_party/zlib/infback.c state->whave = 0; state 277 third_party/zlib/infback.c put = state->window; state 278 third_party/zlib/infback.c left = state->wsize; state 282 third_party/zlib/infback.c switch (state->mode) { state 285 third_party/zlib/infback.c if (state->last) { state 287 third_party/zlib/infback.c state->mode = DONE; state 291 third_party/zlib/infback.c state->last = BITS(1); state 296 third_party/zlib/infback.c state->last ? " (last)" : "")); state 297 third_party/zlib/infback.c state->mode = STORED; state 300 third_party/zlib/infback.c fixedtables(state); state 302 third_party/zlib/infback.c state->last ? " (last)" : "")); state 303 third_party/zlib/infback.c state->mode = LEN; /* decode codes */ state 307 third_party/zlib/infback.c state->last ? " (last)" : "")); state 308 third_party/zlib/infback.c state->mode = TABLE; state 312 third_party/zlib/infback.c state->mode = BAD; state 323 third_party/zlib/infback.c state->mode = BAD; state 326 third_party/zlib/infback.c state->length = (unsigned)hold & 0xffff; state 328 third_party/zlib/infback.c state->length)); state 332 third_party/zlib/infback.c while (state->length != 0) { state 333 third_party/zlib/infback.c copy = state->length; state 343 third_party/zlib/infback.c state->length -= copy; state 346 third_party/zlib/infback.c state->mode = TYPE; state 352 third_party/zlib/infback.c state->nlen = BITS(5) + 257; state 354 third_party/zlib/infback.c state->ndist = BITS(5) + 1; state 356 third_party/zlib/infback.c state->ncode = BITS(4) + 4; state 359 third_party/zlib/infback.c if (state->nlen > 286 || state->ndist > 30) { state 361 third_party/zlib/infback.c state->mode = BAD; state 368 third_party/zlib/infback.c state->have = 0; state 369 third_party/zlib/infback.c while (state->have < state->ncode) { state 371 third_party/zlib/infback.c state->lens[order[state->have++]] = (unsigned short)BITS(3); state 374 third_party/zlib/infback.c while (state->have < 19) state 375 third_party/zlib/infback.c state->lens[order[state->have++]] = 0; state 376 third_party/zlib/infback.c state->next = state->codes; state 377 third_party/zlib/infback.c state->lencode = (code const FAR *)(state->next); state 378 third_party/zlib/infback.c state->lenbits = 7; state 379 third_party/zlib/infback.c ret = inflate_table(CODES, state->lens, 19, &(state->next), state 380 third_party/zlib/infback.c &(state->lenbits), state->work); state 383 third_party/zlib/infback.c state->mode = BAD; state 389 third_party/zlib/infback.c state->have = 0; state 390 third_party/zlib/infback.c while (state->have < state->nlen + state->ndist) { state 392 third_party/zlib/infback.c here = state->lencode[BITS(state->lenbits)]; state 399 third_party/zlib/infback.c state->lens[state->have++] = here.val; state 405 third_party/zlib/infback.c if (state->have == 0) { state 407 third_party/zlib/infback.c state->mode = BAD; state 410 third_party/zlib/infback.c len = (unsigned)(state->lens[state->have - 1]); state 428 third_party/zlib/infback.c if (state->have + copy > state->nlen + state->ndist) { state 430 third_party/zlib/infback.c state->mode = BAD; state 434 third_party/zlib/infback.c state->lens[state->have++] = (unsigned short)len; state 439 third_party/zlib/infback.c if (state->mode == BAD) break; state 442 third_party/zlib/infback.c if (state->lens[256] == 0) { state 444 third_party/zlib/infback.c state->mode = BAD; state 451 third_party/zlib/infback.c state->next = state->codes; state 452 third_party/zlib/infback.c state->lencode = (code const FAR *)(state->next); state 453 third_party/zlib/infback.c state->lenbits = 9; state 454 third_party/zlib/infback.c ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), state 455 third_party/zlib/infback.c &(state->lenbits), state->work); state 458 third_party/zlib/infback.c state->mode = BAD; state 461 third_party/zlib/infback.c state->distcode = (code const FAR *)(state->next); state 462 third_party/zlib/infback.c state->distbits = 6; state 463 third_party/zlib/infback.c ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, state 464 third_party/zlib/infback.c &(state->next), &(state->distbits), state->work); state 467 third_party/zlib/infback.c state->mode = BAD; state 471 third_party/zlib/infback.c state->mode = LEN; state 477 third_party/zlib/infback.c if (state->whave < state->wsize) state 478 third_party/zlib/infback.c state->whave = state->wsize - left; state 479 third_party/zlib/infback.c inflate_fast(strm, state->wsize); state 486 third_party/zlib/infback.c here = state->lencode[BITS(state->lenbits)]; state 493 third_party/zlib/infback.c here = state->lencode[last.val + state 501 third_party/zlib/infback.c state->length = (unsigned)here.val; state 509 third_party/zlib/infback.c *put++ = (unsigned char)(state->length); state 511 third_party/zlib/infback.c state->mode = LEN; state 518 third_party/zlib/infback.c state->mode = TYPE; state 525 third_party/zlib/infback.c state->mode = BAD; state 530 third_party/zlib/infback.c state->extra = (unsigned)(here.op) & 15; state 531 third_party/zlib/infback.c if (state->extra != 0) { state 532 third_party/zlib/infback.c NEEDBITS(state->extra); state 533 third_party/zlib/infback.c state->length += BITS(state->extra); state 534 third_party/zlib/infback.c DROPBITS(state->extra); state 536 third_party/zlib/infback.c Tracevv((stderr, "inflate: length %u\n", state->length)); state 540 third_party/zlib/infback.c here = state->distcode[BITS(state->distbits)]; state 547 third_party/zlib/infback.c here = state->distcode[last.val + state 557 third_party/zlib/infback.c state->mode = BAD; state 560 third_party/zlib/infback.c state->offset = (unsigned)here.val; state 563 third_party/zlib/infback.c state->extra = (unsigned)(here.op) & 15; state 564 third_party/zlib/infback.c if (state->extra != 0) { state 565 third_party/zlib/infback.c NEEDBITS(state->extra); state 566 third_party/zlib/infback.c state->offset += BITS(state->extra); state 567 third_party/zlib/infback.c DROPBITS(state->extra); state 569 third_party/zlib/infback.c if (state->offset > state->wsize - (state->whave < state->wsize ? state 572 third_party/zlib/infback.c state->mode = BAD; state 575 third_party/zlib/infback.c Tracevv((stderr, "inflate: distance %u\n", state->offset)); state 580 third_party/zlib/infback.c copy = state->wsize - state->offset; state 586 third_party/zlib/infback.c from = put - state->offset; state 589 third_party/zlib/infback.c if (copy > state->length) copy = state->length; state 590 third_party/zlib/infback.c state->length -= copy; state 595 third_party/zlib/infback.c } while (state->length != 0); state 601 third_party/zlib/infback.c if (left < state->wsize) { state 602 third_party/zlib/infback.c if (out(out_desc, state->window, state->wsize - left)) state 626 third_party/zlib/infback.c if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) state 628 third_party/zlib/infback.c ZFREE(strm, strm->state); state 629 third_party/zlib/infback.c strm->state = Z_NULL; state 71 third_party/zlib/inffast.c struct inflate_state FAR *state; state 98 third_party/zlib/inffast.c state = (struct inflate_state FAR *)strm->state; state 105 third_party/zlib/inffast.c dmax = state->dmax; state 107 third_party/zlib/inffast.c wsize = state->wsize; state 108 third_party/zlib/inffast.c whave = state->whave; state 109 third_party/zlib/inffast.c wnext = state->wnext; state 110 third_party/zlib/inffast.c window = state->window; state 111 third_party/zlib/inffast.c hold = state->hold; state 112 third_party/zlib/inffast.c bits = state->bits; state 113 third_party/zlib/inffast.c lcode = state->lencode; state 114 third_party/zlib/inffast.c dcode = state->distcode; state 115 third_party/zlib/inffast.c lmask = (1U << state->lenbits) - 1; state 116 third_party/zlib/inffast.c dmask = (1U << state->distbits) - 1; state 179 third_party/zlib/inffast.c state->mode = BAD; state 190 third_party/zlib/inffast.c if (state->sane) { state 193 third_party/zlib/inffast.c state->mode = BAD; state 289 third_party/zlib/inffast.c state->mode = BAD; state 299 third_party/zlib/inffast.c state->mode = TYPE; state 304 third_party/zlib/inffast.c state->mode = BAD; state 321 third_party/zlib/inffast.c state->hold = hold; state 322 third_party/zlib/inffast.c state->bits = bits; state 95 third_party/zlib/inflate.c local void fixedtables OF((struct inflate_state FAR *state)); state 106 third_party/zlib/inflate.c struct inflate_state FAR *state; state 108 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; state 109 third_party/zlib/inflate.c state = (struct inflate_state FAR *)strm->state; state 110 third_party/zlib/inflate.c strm->total_in = strm->total_out = state->total = 0; state 113 third_party/zlib/inflate.c state->mode = HEAD; state 114 third_party/zlib/inflate.c state->last = 0; state 115 third_party/zlib/inflate.c state->havedict = 0; state 116 third_party/zlib/inflate.c state->dmax = 32768U; state 117 third_party/zlib/inflate.c state->head = Z_NULL; state 118 third_party/zlib/inflate.c state->wsize = 0; state 119 third_party/zlib/inflate.c state->whave = 0; state 120 third_party/zlib/inflate.c state->wnext = 0; state 121 third_party/zlib/inflate.c state->hold = 0; state 122 third_party/zlib/inflate.c state->bits = 0; state 123 third_party/zlib/inflate.c state->lencode = state->distcode = state->next = state->codes; state 124 third_party/zlib/inflate.c state->sane = 1; state 125 third_party/zlib/inflate.c state->back = -1; state 135 third_party/zlib/inflate.c struct inflate_state FAR *state; state 138 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; state 139 third_party/zlib/inflate.c state = (struct inflate_state FAR *)strm->state; state 157 third_party/zlib/inflate.c if (state->window != Z_NULL && state->wbits != (unsigned)windowBits) { state 158 third_party/zlib/inflate.c ZFREE(strm, state->window); state 159 third_party/zlib/inflate.c state->window = Z_NULL; state 163 third_party/zlib/inflate.c state->wrap = wrap; state 164 third_party/zlib/inflate.c state->wbits = (unsigned)windowBits; state 175 third_party/zlib/inflate.c struct inflate_state FAR *state; state 187 third_party/zlib/inflate.c state = (struct inflate_state FAR *) state 189 third_party/zlib/inflate.c if (state == Z_NULL) return Z_MEM_ERROR; state 191 third_party/zlib/inflate.c strm->state = (struct internal_state FAR *)state; state 192 third_party/zlib/inflate.c state->window = Z_NULL; state 195 third_party/zlib/inflate.c ZFREE(strm, state); state 196 third_party/zlib/inflate.c strm->state = Z_NULL; state 214 third_party/zlib/inflate.c struct inflate_state FAR *state; state 216 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; state 217 third_party/zlib/inflate.c state = (struct inflate_state FAR *)strm->state; state 219 third_party/zlib/inflate.c state->hold = 0; state 220 third_party/zlib/inflate.c state->bits = 0; state 223 third_party/zlib/inflate.c if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR; state 225 third_party/zlib/inflate.c state->hold += value << state->bits; state 226 third_party/zlib/inflate.c state->bits += bits; state 240 third_party/zlib/inflate.c local void fixedtables(state) state 241 third_party/zlib/inflate.c struct inflate_state FAR *state; state 255 third_party/zlib/inflate.c while (sym < 144) state->lens[sym++] = 8; state 256 third_party/zlib/inflate.c while (sym < 256) state->lens[sym++] = 9; state 257 third_party/zlib/inflate.c while (sym < 280) state->lens[sym++] = 7; state 258 third_party/zlib/inflate.c while (sym < 288) state->lens[sym++] = 8; state 262 third_party/zlib/inflate.c inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); state 266 third_party/zlib/inflate.c while (sym < 32) state->lens[sym++] = 5; state 269 third_party/zlib/inflate.c inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); state 277 third_party/zlib/inflate.c state->lencode = lenfix; state 278 third_party/zlib/inflate.c state->lenbits = 9; state 279 third_party/zlib/inflate.c state->distcode = distfix; state 280 third_party/zlib/inflate.c state->distbits = 5; state 307 third_party/zlib/inflate.c struct inflate_state state; state 309 third_party/zlib/inflate.c fixedtables(&state); state 324 third_party/zlib/inflate.c printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits, state 325 third_party/zlib/inflate.c state.lencode[low].val); state 335 third_party/zlib/inflate.c printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, state 336 third_party/zlib/inflate.c state.distcode[low].val); state 362 third_party/zlib/inflate.c struct inflate_state FAR *state; state 365 third_party/zlib/inflate.c state = (struct inflate_state FAR *)strm->state; state 368 third_party/zlib/inflate.c if (state->window == Z_NULL) { state 369 third_party/zlib/inflate.c state->window = (unsigned char FAR *) state 370 third_party/zlib/inflate.c ZALLOC(strm, 1U << state->wbits, state 372 third_party/zlib/inflate.c if (state->window == Z_NULL) return 1; state 376 third_party/zlib/inflate.c if (state->wsize == 0) { state 377 third_party/zlib/inflate.c state->wsize = 1U << state->wbits; state 378 third_party/zlib/inflate.c state->wnext = 0; state 379 third_party/zlib/inflate.c state->whave = 0; state 384 third_party/zlib/inflate.c if (copy >= state->wsize) { state 385 third_party/zlib/inflate.c zmemcpy(state->window, strm->next_out - state->wsize, state->wsize); state 386 third_party/zlib/inflate.c state->wnext = 0; state 387 third_party/zlib/inflate.c state->whave = state->wsize; state 390 third_party/zlib/inflate.c dist = state->wsize - state->wnext; state 392 third_party/zlib/inflate.c zmemcpy(state->window + state->wnext, strm->next_out - copy, dist); state 395 third_party/zlib/inflate.c zmemcpy(state->window, strm->next_out - copy, copy); state 396 third_party/zlib/inflate.c state->wnext = copy; state 397 third_party/zlib/inflate.c state->whave = state->wsize; state 400 third_party/zlib/inflate.c state->wnext += dist; state 401 third_party/zlib/inflate.c if (state->wnext == state->wsize) state->wnext = 0; state 402 third_party/zlib/inflate.c if (state->whave < state->wsize) state->whave += dist; state 413 third_party/zlib/inflate.c (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) state 444 third_party/zlib/inflate.c hold = state->hold; \ state 445 third_party/zlib/inflate.c bits = state->bits; \ state 455 third_party/zlib/inflate.c state->hold = hold; \ state 456 third_party/zlib/inflate.c state->bits = bits; \ state 593 third_party/zlib/inflate.c struct inflate_state FAR *state; state 612 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL || state 616 third_party/zlib/inflate.c state = (struct inflate_state FAR *)strm->state; state 617 third_party/zlib/inflate.c if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */ state 623 third_party/zlib/inflate.c switch (state->mode) { state 625 third_party/zlib/inflate.c if (state->wrap == 0) { state 626 third_party/zlib/inflate.c state->mode = TYPEDO; state 631 third_party/zlib/inflate.c if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */ state 632 third_party/zlib/inflate.c state->check = crc32(0L, Z_NULL, 0); state 633 third_party/zlib/inflate.c CRC2(state->check, hold); state 635 third_party/zlib/inflate.c state->mode = FLAGS; state 638 third_party/zlib/inflate.c state->flags = 0; /* expect zlib header */ state 639 third_party/zlib/inflate.c if (state->head != Z_NULL) state 640 third_party/zlib/inflate.c state->head->done = -1; state 641 third_party/zlib/inflate.c if (!(state->wrap & 1) || /* check if zlib header allowed */ state 647 third_party/zlib/inflate.c state->mode = BAD; state 652 third_party/zlib/inflate.c state->mode = BAD; state 657 third_party/zlib/inflate.c if (state->wbits == 0) state 658 third_party/zlib/inflate.c state->wbits = len; state 659 third_party/zlib/inflate.c else if (len > state->wbits) { state 661 third_party/zlib/inflate.c state->mode = BAD; state 664 third_party/zlib/inflate.c state->dmax = 1U << len; state 666 third_party/zlib/inflate.c strm->adler = state->check = adler32(0L, Z_NULL, 0); state 667 third_party/zlib/inflate.c state->mode = hold & 0x200 ? DICTID : TYPE; state 673 third_party/zlib/inflate.c state->flags = (int)(hold); state 674 third_party/zlib/inflate.c if ((state->flags & 0xff) != Z_DEFLATED) { state 676 third_party/zlib/inflate.c state->mode = BAD; state 679 third_party/zlib/inflate.c if (state->flags & 0xe000) { state 681 third_party/zlib/inflate.c state->mode = BAD; state 684 third_party/zlib/inflate.c if (state->head != Z_NULL) state 685 third_party/zlib/inflate.c state->head->text = (int)((hold >> 8) & 1); state 686 third_party/zlib/inflate.c if (state->flags & 0x0200) CRC2(state->check, hold); state 688 third_party/zlib/inflate.c state->mode = TIME; state 691 third_party/zlib/inflate.c if (state->head != Z_NULL) state 692 third_party/zlib/inflate.c state->head->time = hold; state 693 third_party/zlib/inflate.c if (state->flags & 0x0200) CRC4(state->check, hold); state 695 third_party/zlib/inflate.c state->mode = OS; state 698 third_party/zlib/inflate.c if (state->head != Z_NULL) { state 699 third_party/zlib/inflate.c state->head->xflags = (int)(hold & 0xff); state 700 third_party/zlib/inflate.c state->head->os = (int)(hold >> 8); state 702 third_party/zlib/inflate.c if (state->flags & 0x0200) CRC2(state->check, hold); state 704 third_party/zlib/inflate.c state->mode = EXLEN; state 706 third_party/zlib/inflate.c if (state->flags & 0x0400) { state 708 third_party/zlib/inflate.c state->length = (unsigned)(hold); state 709 third_party/zlib/inflate.c if (state->head != Z_NULL) state 710 third_party/zlib/inflate.c state->head->extra_len = (unsigned)hold; state 711 third_party/zlib/inflate.c if (state->flags & 0x0200) CRC2(state->check, hold); state 714 third_party/zlib/inflate.c else if (state->head != Z_NULL) state 715 third_party/zlib/inflate.c state->head->extra = Z_NULL; state 716 third_party/zlib/inflate.c state->mode = EXTRA; state 718 third_party/zlib/inflate.c if (state->flags & 0x0400) { state 719 third_party/zlib/inflate.c copy = state->length; state 722 third_party/zlib/inflate.c if (state->head != Z_NULL && state 723 third_party/zlib/inflate.c state->head->extra != Z_NULL) { state 724 third_party/zlib/inflate.c len = state->head->extra_len - state->length; state 725 third_party/zlib/inflate.c zmemcpy(state->head->extra + len, next, state 726 third_party/zlib/inflate.c len + copy > state->head->extra_max ? state 727 third_party/zlib/inflate.c state->head->extra_max - len : copy); state 729 third_party/zlib/inflate.c if (state->flags & 0x0200) state 730 third_party/zlib/inflate.c state->check = crc32(state->check, next, copy); state 733 third_party/zlib/inflate.c state->length -= copy; state 735 third_party/zlib/inflate.c if (state->length) goto inf_leave; state 737 third_party/zlib/inflate.c state->length = 0; state 738 third_party/zlib/inflate.c state->mode = NAME; state 740 third_party/zlib/inflate.c if (state->flags & 0x0800) { state 745 third_party/zlib/inflate.c if (state->head != Z_NULL && state 746 third_party/zlib/inflate.c state->head->name != Z_NULL && state 747 third_party/zlib/inflate.c state->length < state->head->name_max) state 748 third_party/zlib/inflate.c state->head->name[state->length++] = len; state 750 third_party/zlib/inflate.c if (state->flags & 0x0200) state 751 third_party/zlib/inflate.c state->check = crc32(state->check, next, copy); state 756 third_party/zlib/inflate.c else if (state->head != Z_NULL) state 757 third_party/zlib/inflate.c state->head->name = Z_NULL; state 758 third_party/zlib/inflate.c state->length = 0; state 759 third_party/zlib/inflate.c state->mode = COMMENT; state 761 third_party/zlib/inflate.c if (state->flags & 0x1000) { state 766 third_party/zlib/inflate.c if (state->head != Z_NULL && state 767 third_party/zlib/inflate.c state->head->comment != Z_NULL && state 768 third_party/zlib/inflate.c state->length < state->head->comm_max) state 769 third_party/zlib/inflate.c state->head->comment[state->length++] = len; state 771 third_party/zlib/inflate.c if (state->flags & 0x0200) state 772 third_party/zlib/inflate.c state->check = crc32(state->check, next, copy); state 777 third_party/zlib/inflate.c else if (state->head != Z_NULL) state 778 third_party/zlib/inflate.c state->head->comment = Z_NULL; state 779 third_party/zlib/inflate.c state->mode = HCRC; state 781 third_party/zlib/inflate.c if (state->flags & 0x0200) { state 783 third_party/zlib/inflate.c if (hold != (state->check & 0xffff)) { state 785 third_party/zlib/inflate.c state->mode = BAD; state 790 third_party/zlib/inflate.c if (state->head != Z_NULL) { state 791 third_party/zlib/inflate.c state->head->hcrc = (int)((state->flags >> 9) & 1); state 792 third_party/zlib/inflate.c state->head->done = 1; state 794 third_party/zlib/inflate.c strm->adler = state->check = crc32(0L, Z_NULL, 0); state 795 third_party/zlib/inflate.c state->mode = TYPE; state 800 third_party/zlib/inflate.c strm->adler = state->check = REVERSE(hold); state 802 third_party/zlib/inflate.c state->mode = DICT; state 804 third_party/zlib/inflate.c if (state->havedict == 0) { state 808 third_party/zlib/inflate.c strm->adler = state->check = adler32(0L, Z_NULL, 0); state 809 third_party/zlib/inflate.c state->mode = TYPE; state 813 third_party/zlib/inflate.c if (state->last) { state 815 third_party/zlib/inflate.c state->mode = CHECK; state 819 third_party/zlib/inflate.c state->last = BITS(1); state 824 third_party/zlib/inflate.c state->last ? " (last)" : "")); state 825 third_party/zlib/inflate.c state->mode = STORED; state 828 third_party/zlib/inflate.c fixedtables(state); state 830 third_party/zlib/inflate.c state->last ? " (last)" : "")); state 831 third_party/zlib/inflate.c state->mode = LEN_; /* decode codes */ state 839 third_party/zlib/inflate.c state->last ? " (last)" : "")); state 840 third_party/zlib/inflate.c state->mode = TABLE; state 844 third_party/zlib/inflate.c state->mode = BAD; state 853 third_party/zlib/inflate.c state->mode = BAD; state 856 third_party/zlib/inflate.c state->length = (unsigned)hold & 0xffff; state 858 third_party/zlib/inflate.c state->length)); state 860 third_party/zlib/inflate.c state->mode = COPY_; state 863 third_party/zlib/inflate.c state->mode = COPY; state 865 third_party/zlib/inflate.c copy = state->length; state 875 third_party/zlib/inflate.c state->length -= copy; state 879 third_party/zlib/inflate.c state->mode = TYPE; state 883 third_party/zlib/inflate.c state->nlen = BITS(5) + 257; state 885 third_party/zlib/inflate.c state->ndist = BITS(5) + 1; state 887 third_party/zlib/inflate.c state->ncode = BITS(4) + 4; state 890 third_party/zlib/inflate.c if (state->nlen > 286 || state->ndist > 30) { state 892 third_party/zlib/inflate.c state->mode = BAD; state 897 third_party/zlib/inflate.c state->have = 0; state 898 third_party/zlib/inflate.c state->mode = LENLENS; state 900 third_party/zlib/inflate.c while (state->have < state->ncode) { state 902 third_party/zlib/inflate.c state->lens[order[state->have++]] = (unsigned short)BITS(3); state 905 third_party/zlib/inflate.c while (state->have < 19) state 906 third_party/zlib/inflate.c state->lens[order[state->have++]] = 0; state 907 third_party/zlib/inflate.c state->next = state->codes; state 908 third_party/zlib/inflate.c state->lencode = (code const FAR *)(state->next); state 909 third_party/zlib/inflate.c state->lenbits = 7; state 910 third_party/zlib/inflate.c ret = inflate_table(CODES, state->lens, 19, &(state->next), state 911 third_party/zlib/inflate.c &(state->lenbits), state->work); state 914 third_party/zlib/inflate.c state->mode = BAD; state 918 third_party/zlib/inflate.c state->have = 0; state 919 third_party/zlib/inflate.c state->mode = CODELENS; state 921 third_party/zlib/inflate.c while (state->have < state->nlen + state->ndist) { state 923 third_party/zlib/inflate.c here = state->lencode[BITS(state->lenbits)]; state 930 third_party/zlib/inflate.c state->lens[state->have++] = here.val; state 936 third_party/zlib/inflate.c if (state->have == 0) { state 938 third_party/zlib/inflate.c state->mode = BAD; state 941 third_party/zlib/inflate.c len = state->lens[state->have - 1]; state 959 third_party/zlib/inflate.c if (state->have + copy > state->nlen + state->ndist) { state 961 third_party/zlib/inflate.c state->mode = BAD; state 965 third_party/zlib/inflate.c state->lens[state->have++] = (unsigned short)len; state 970 third_party/zlib/inflate.c if (state->mode == BAD) break; state 973 third_party/zlib/inflate.c if (state->lens[256] == 0) { state 975 third_party/zlib/inflate.c state->mode = BAD; state 982 third_party/zlib/inflate.c state->next = state->codes; state 983 third_party/zlib/inflate.c state->lencode = (code const FAR *)(state->next); state 984 third_party/zlib/inflate.c state->lenbits = 9; state 985 third_party/zlib/inflate.c ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), state 986 third_party/zlib/inflate.c &(state->lenbits), state->work); state 989 third_party/zlib/inflate.c state->mode = BAD; state 992 third_party/zlib/inflate.c state->distcode = (code const FAR *)(state->next); state 993 third_party/zlib/inflate.c state->distbits = 6; state 994 third_party/zlib/inflate.c ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, state 995 third_party/zlib/inflate.c &(state->next), &(state->distbits), state->work); state 998 third_party/zlib/inflate.c state->mode = BAD; state 1002 third_party/zlib/inflate.c state->mode = LEN_; state 1005 third_party/zlib/inflate.c state->mode = LEN; state 1011 third_party/zlib/inflate.c if (state->mode == TYPE) state 1012 third_party/zlib/inflate.c state->back = -1; state 1015 third_party/zlib/inflate.c state->back = 0; state 1017 third_party/zlib/inflate.c here = state->lencode[BITS(state->lenbits)]; state 1024 third_party/zlib/inflate.c here = state->lencode[last.val + state 1030 third_party/zlib/inflate.c state->back += last.bits; state 1033 third_party/zlib/inflate.c state->back += here.bits; state 1034 third_party/zlib/inflate.c state->length = (unsigned)here.val; state 1039 third_party/zlib/inflate.c state->mode = LIT; state 1044 third_party/zlib/inflate.c state->back = -1; state 1045 third_party/zlib/inflate.c state->mode = TYPE; state 1050 third_party/zlib/inflate.c state->mode = BAD; state 1053 third_party/zlib/inflate.c state->extra = (unsigned)(here.op) & 15; state 1054 third_party/zlib/inflate.c state->mode = LENEXT; state 1056 third_party/zlib/inflate.c if (state->extra) { state 1057 third_party/zlib/inflate.c NEEDBITS(state->extra); state 1058 third_party/zlib/inflate.c state->length += BITS(state->extra); state 1059 third_party/zlib/inflate.c DROPBITS(state->extra); state 1060 third_party/zlib/inflate.c state->back += state->extra; state 1062 third_party/zlib/inflate.c Tracevv((stderr, "inflate: length %u\n", state->length)); state 1063 third_party/zlib/inflate.c state->was = state->length; state 1064 third_party/zlib/inflate.c state->mode = DIST; state 1067 third_party/zlib/inflate.c here = state->distcode[BITS(state->distbits)]; state 1074 third_party/zlib/inflate.c here = state->distcode[last.val + state 1080 third_party/zlib/inflate.c state->back += last.bits; state 1083 third_party/zlib/inflate.c state->back += here.bits; state 1086 third_party/zlib/inflate.c state->mode = BAD; state 1089 third_party/zlib/inflate.c state->offset = (unsigned)here.val; state 1090 third_party/zlib/inflate.c state->extra = (unsigned)(here.op) & 15; state 1091 third_party/zlib/inflate.c state->mode = DISTEXT; state 1093 third_party/zlib/inflate.c if (state->extra) { state 1094 third_party/zlib/inflate.c NEEDBITS(state->extra); state 1095 third_party/zlib/inflate.c state->offset += BITS(state->extra); state 1096 third_party/zlib/inflate.c DROPBITS(state->extra); state 1097 third_party/zlib/inflate.c state->back += state->extra; state 1100 third_party/zlib/inflate.c if (state->offset > state->dmax) { state 1102 third_party/zlib/inflate.c state->mode = BAD; state 1106 third_party/zlib/inflate.c Tracevv((stderr, "inflate: distance %u\n", state->offset)); state 1107 third_party/zlib/inflate.c state->mode = MATCH; state 1111 third_party/zlib/inflate.c if (state->offset > copy) { /* copy from window */ state 1112 third_party/zlib/inflate.c copy = state->offset - copy; state 1113 third_party/zlib/inflate.c if (copy > state->whave) { state 1114 third_party/zlib/inflate.c if (state->sane) { state 1116 third_party/zlib/inflate.c state->mode = BAD; state 1121 third_party/zlib/inflate.c copy -= state->whave; state 1122 third_party/zlib/inflate.c if (copy > state->length) copy = state->length; state 1125 third_party/zlib/inflate.c state->length -= copy; state 1129 third_party/zlib/inflate.c if (state->length == 0) state->mode = LEN; state 1133 third_party/zlib/inflate.c if (copy > state->wnext) { state 1134 third_party/zlib/inflate.c copy -= state->wnext; state 1135 third_party/zlib/inflate.c from = state->window + (state->wsize - copy); state 1138 third_party/zlib/inflate.c from = state->window + (state->wnext - copy); state 1139 third_party/zlib/inflate.c if (copy > state->length) copy = state->length; state 1142 third_party/zlib/inflate.c from = put - state->offset; state 1143 third_party/zlib/inflate.c copy = state->length; state 1147 third_party/zlib/inflate.c state->length -= copy; state 1151 third_party/zlib/inflate.c if (state->length == 0) state->mode = LEN; state 1155 third_party/zlib/inflate.c *put++ = (unsigned char)(state->length); state 1157 third_party/zlib/inflate.c state->mode = LEN; state 1160 third_party/zlib/inflate.c if (state->wrap) { state 1164 third_party/zlib/inflate.c state->total += out; state 1166 third_party/zlib/inflate.c strm->adler = state->check = state 1167 third_party/zlib/inflate.c UPDATE(state->check, put - out, out); state 1171 third_party/zlib/inflate.c state->flags ? hold : state 1173 third_party/zlib/inflate.c REVERSE(hold)) != state->check) { state 1175 third_party/zlib/inflate.c state->mode = BAD; state 1182 third_party/zlib/inflate.c state->mode = LENGTH; state 1184 third_party/zlib/inflate.c if (state->wrap && state->flags) { state 1186 third_party/zlib/inflate.c if (hold != (state->total & 0xffffffffUL)) { state 1188 third_party/zlib/inflate.c state->mode = BAD; state 1195 third_party/zlib/inflate.c state->mode = DONE; state 1217 third_party/zlib/inflate.c if (state->wsize || (state->mode < CHECK && out != strm->avail_out)) state 1219 third_party/zlib/inflate.c state->mode = MEM; state 1226 third_party/zlib/inflate.c state->total += out; state 1227 third_party/zlib/inflate.c if (state->wrap && out) state 1228 third_party/zlib/inflate.c strm->adler = state->check = state 1229 third_party/zlib/inflate.c UPDATE(state->check, strm->next_out - out, out); state 1230 third_party/zlib/inflate.c strm->data_type = state->bits + (state->last ? 64 : 0) + state 1231 third_party/zlib/inflate.c (state->mode == TYPE ? 128 : 0) + state 1232 third_party/zlib/inflate.c (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0); state 1241 third_party/zlib/inflate.c struct inflate_state FAR *state; state 1242 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) state 1244 third_party/zlib/inflate.c state = (struct inflate_state FAR *)strm->state; state 1245 third_party/zlib/inflate.c if (state->window != Z_NULL) ZFREE(strm, state->window); state 1246 third_party/zlib/inflate.c ZFREE(strm, strm->state); state 1247 third_party/zlib/inflate.c strm->state = Z_NULL; state 1257 third_party/zlib/inflate.c struct inflate_state FAR *state; state 1261 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; state 1262 third_party/zlib/inflate.c state = (struct inflate_state FAR *)strm->state; state 1263 third_party/zlib/inflate.c if (state->wrap != 0 && state->mode != DICT) state 1267 third_party/zlib/inflate.c if (state->mode == DICT) { state 1270 third_party/zlib/inflate.c if (id != state->check) state 1276 third_party/zlib/inflate.c state->mode = MEM; state 1279 third_party/zlib/inflate.c if (dictLength > state->wsize) { state 1280 third_party/zlib/inflate.c zmemcpy(state->window, dictionary + dictLength - state->wsize, state 1281 third_party/zlib/inflate.c state->wsize); state 1282 third_party/zlib/inflate.c state->whave = state->wsize; state 1285 third_party/zlib/inflate.c zmemcpy(state->window + state->wsize - dictLength, dictionary, state 1287 third_party/zlib/inflate.c state->whave = dictLength; state 1289 third_party/zlib/inflate.c state->havedict = 1; state 1298 third_party/zlib/inflate.c struct inflate_state FAR *state; state 1301 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; state 1302 third_party/zlib/inflate.c state = (struct inflate_state FAR *)strm->state; state 1303 third_party/zlib/inflate.c if ((state->wrap & 2) == 0) return Z_STREAM_ERROR; state 1306 third_party/zlib/inflate.c state->head = head; state 1351 third_party/zlib/inflate.c struct inflate_state FAR *state; state 1354 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; state 1355 third_party/zlib/inflate.c state = (struct inflate_state FAR *)strm->state; state 1356 third_party/zlib/inflate.c if (strm->avail_in == 0 && state->bits < 8) return Z_BUF_ERROR; state 1359 third_party/zlib/inflate.c if (state->mode != SYNC) { state 1360 third_party/zlib/inflate.c state->mode = SYNC; state 1361 third_party/zlib/inflate.c state->hold <<= state->bits & 7; state 1362 third_party/zlib/inflate.c state->bits -= state->bits & 7; state 1364 third_party/zlib/inflate.c while (state->bits >= 8) { state 1365 third_party/zlib/inflate.c buf[len++] = (unsigned char)(state->hold); state 1366 third_party/zlib/inflate.c state->hold >>= 8; state 1367 third_party/zlib/inflate.c state->bits -= 8; state 1369 third_party/zlib/inflate.c state->have = 0; state 1370 third_party/zlib/inflate.c syncsearch(&(state->have), buf, len); state 1374 third_party/zlib/inflate.c len = syncsearch(&(state->have), strm->next_in, strm->avail_in); state 1380 third_party/zlib/inflate.c if (state->have != 4) return Z_DATA_ERROR; state 1384 third_party/zlib/inflate.c state->mode = TYPE; state 1399 third_party/zlib/inflate.c struct inflate_state FAR *state; state 1401 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; state 1402 third_party/zlib/inflate.c state = (struct inflate_state FAR *)strm->state; state 1403 third_party/zlib/inflate.c return state->mode == STORED && state->bits == 0; state 1410 third_party/zlib/inflate.c struct inflate_state FAR *state; state 1416 third_party/zlib/inflate.c if (dest == Z_NULL || source == Z_NULL || source->state == Z_NULL || state 1419 third_party/zlib/inflate.c state = (struct inflate_state FAR *)source->state; state 1426 third_party/zlib/inflate.c if (state->window != Z_NULL) { state 1428 third_party/zlib/inflate.c ZALLOC(source, 1U << state->wbits, sizeof(unsigned char)); state 1437 third_party/zlib/inflate.c zmemcpy(copy, state, sizeof(struct inflate_state)); state 1438 third_party/zlib/inflate.c if (state->lencode >= state->codes && state 1439 third_party/zlib/inflate.c state->lencode <= state->codes + ENOUGH - 1) { state 1440 third_party/zlib/inflate.c copy->lencode = copy->codes + (state->lencode - state->codes); state 1441 third_party/zlib/inflate.c copy->distcode = copy->codes + (state->distcode - state->codes); state 1443 third_party/zlib/inflate.c copy->next = copy->codes + (state->next - state->codes); state 1445 third_party/zlib/inflate.c wsize = 1U << state->wbits; state 1446 third_party/zlib/inflate.c zmemcpy(window, state->window, wsize); state 1449 third_party/zlib/inflate.c dest->state = (struct internal_state FAR *)copy; state 1457 third_party/zlib/inflate.c struct inflate_state FAR *state; state 1459 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; state 1460 third_party/zlib/inflate.c state = (struct inflate_state FAR *)strm->state; state 1461 third_party/zlib/inflate.c state->sane = !subvert; state 1465 third_party/zlib/inflate.c state->sane = 1; state 1473 third_party/zlib/inflate.c struct inflate_state FAR *state; state 1475 third_party/zlib/inflate.c if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16; state 1476 third_party/zlib/inflate.c state = (struct inflate_state FAR *)strm->state; state 1477 third_party/zlib/inflate.c return ((long)(state->back) << 16) + state 1478 third_party/zlib/inflate.c (state->mode == COPY ? state->length : state 1479 third_party/zlib/inflate.c (state->mode == MATCH ? state->was - state->length : 0)); state 95 third_party/zlib/zlib.h struct internal_state FAR *state; /* not visible by applications */ state 146 tools/imagediff/image_diff_png.cc PngDecoderState* state = static_cast<PngDecoderState*>( state 164 tools/imagediff/image_diff_png.cc state->width = static_cast<int>(w); state 165 tools/imagediff/image_diff_png.cc state->height = static_cast<int>(h); state 207 tools/imagediff/image_diff_png.cc switch (state->output_format) { state 209 tools/imagediff/image_diff_png.cc state->row_converter = NULL; // no conversion necessary state 210 tools/imagediff/image_diff_png.cc state->output_channels = 3; state 213 tools/imagediff/image_diff_png.cc state->row_converter = &ConvertRGBtoRGBA; state 214 tools/imagediff/image_diff_png.cc state->output_channels = 4; state 217 tools/imagediff/image_diff_png.cc state->row_converter = &ConvertRGBtoBGRA; state 218 tools/imagediff/image_diff_png.cc state->output_channels = 4; state 225 tools/imagediff/image_diff_png.cc switch (state->output_format) { state 227 tools/imagediff/image_diff_png.cc state->row_converter = &ConvertRGBAtoRGB; state 228 tools/imagediff/image_diff_png.cc state->output_channels = 3; state 231 tools/imagediff/image_diff_png.cc state->row_converter = NULL; // no conversion necessary state 232 tools/imagediff/image_diff_png.cc state->output_channels = 4; state 235 tools/imagediff/image_diff_png.cc state->row_converter = &ConvertBetweenBGRAandRGBA; state 236 tools/imagediff/image_diff_png.cc state->output_channels = 4; state 247 tools/imagediff/image_diff_png.cc state->output->resize( state 248 tools/imagediff/image_diff_png.cc state->width * state->output_channels * state->height); state 253 tools/imagediff/image_diff_png.cc PngDecoderState* state = static_cast<PngDecoderState*>( state 257 tools/imagediff/image_diff_png.cc if (static_cast<int>(row_num) > state->height) { state 263 tools/imagediff/image_diff_png.cc base = &state->output->front(); state 265 tools/imagediff/image_diff_png.cc unsigned char* dest = &base[state->width * state->output_channels * row_num]; state 266 tools/imagediff/image_diff_png.cc if (state->row_converter) state 267 tools/imagediff/image_diff_png.cc state->row_converter(new_row, state->width, dest, &state->is_opaque); state 269 tools/imagediff/image_diff_png.cc memcpy(dest, new_row, state->width * state->output_channels); state 273 tools/imagediff/image_diff_png.cc PngDecoderState* state = static_cast<PngDecoderState*>( state 278 tools/imagediff/image_diff_png.cc state->done = true; state 336 tools/imagediff/image_diff_png.cc PngDecoderState state(format, output); state 338 tools/imagediff/image_diff_png.cc png_set_progressive_read_fn(png_ptr, &state, &DecodeInfoCallback, state 345 tools/imagediff/image_diff_png.cc if (!state.done) { state 352 tools/imagediff/image_diff_png.cc *w = state.width; state 353 tools/imagediff/image_diff_png.cc *h = state.height; state 373 tools/imagediff/image_diff_png.cc PngEncoderState* state = static_cast<PngEncoderState*>(png_get_io_ptr(png)); state 374 tools/imagediff/image_diff_png.cc DCHECK(state->out); state 376 tools/imagediff/image_diff_png.cc size_t old_size = state->out->size(); state 377 tools/imagediff/image_diff_png.cc state->out->resize(old_size + size); state 378 tools/imagediff/image_diff_png.cc memcpy(&(*state->out)[old_size], data, size); state 465 tools/imagediff/image_diff_png.cc PngEncoderState* state, state 487 tools/imagediff/image_diff_png.cc png_set_write_fn(png_ptr, state, EncoderWriteCallback, FakeFlushCallback); state 590 tools/imagediff/image_diff_png.cc PngEncoderState state(output); state 591 tools/imagediff/image_diff_png.cc bool success = DoLibpngWrite(png_ptr, info_ptr, &state, state 13 tools/json_schema_compiler/test/callbacks_unittest.cc some_object.state = ReturnsObject::Results::SomeObject::STATE_FOO; state 26 tools/json_schema_compiler/test/callbacks_unittest.cc some_object.state = ReturnsMultiple::Results::SomeObject::STATE_FOO; state 82 tools/json_schema_compiler/test/enums_unittest.cc ReturnsEnum::Results::State state = ReturnsEnum::Results::STATE_FOO; state 84 tools/json_schema_compiler/test/enums_unittest.cc new base::StringValue(ReturnsEnum::Results::ToString(state))); state 89 tools/json_schema_compiler/test/enums_unittest.cc ReturnsEnum::Results::State state = ReturnsEnum::Results::STATE_FOO; state 90 tools/json_schema_compiler/test/enums_unittest.cc scoped_ptr<base::ListValue> results = ReturnsEnum::Results::Create(state); state 140 tools/json_schema_compiler/test/enums_unittest.cc EXPECT_EQ(TakesEnum::Params::STATE_BAZ, params->state); state 180 tools/json_schema_compiler/test/enums_unittest.cc EXPECT_EQ(TakesOptionalEnum::Params::STATE_BAZ, params->state); state 187 tools/json_schema_compiler/test/enums_unittest.cc EXPECT_EQ(TakesOptionalEnum::Params::STATE_NONE, params->state); state 206 tools/json_schema_compiler/test/enums_unittest.cc EXPECT_EQ(TakesMultipleOptionalEnums::Params::STATE_FOO, params->state); state 215 tools/json_schema_compiler/test/enums_unittest.cc EXPECT_EQ(TakesMultipleOptionalEnums::Params::STATE_FOO, params->state); state 223 tools/json_schema_compiler/test/enums_unittest.cc EXPECT_EQ(TakesMultipleOptionalEnums::Params::STATE_NONE, params->state); state 51 tools/json_schema_compiler/test/objects_unittest.cc info.state = ReturnsObject::Results::Info::STATE_FOO; state 63 tools/json_schema_compiler/test/objects_unittest.cc object.state = OnObjectFired::SomeObject::STATE_BAR; state 81 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_BUSY)) state 83 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_CHECKED)) state 85 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_COLLAPSED)) state 87 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_EXPANDED)) state 89 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_FOCUSABLE)) state 91 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_FOCUSED)) state 93 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_HASPOPUP)) state 95 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_HOVERED)) state 97 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_INDETERMINATE)) state 99 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_INVISIBLE)) state 101 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_LINKED)) state 103 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_MULTISELECTABLE)) state 105 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_OFFSCREEN)) state 107 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_PRESSED)) state 109 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_PROTECTED)) state 111 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_READ_ONLY)) state 113 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_REQUIRED)) state 115 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_SELECTABLE)) state 117 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_SELECTED)) state 119 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_VERTICAL)) state 121 ui/accessibility/ax_node_data.cc if (state & (1 << ui::AX_STATE_VISITED)) state 47 ui/accessibility/ax_node_data.h uint32 state; state 52 ui/accessibility/ax_tree_unittest.cc root.state = (1 << AX_STATE_FOCUSABLE) | (1 << AX_STATE_FOCUSED); state 60 ui/accessibility/ax_tree_unittest.cc button.state = 0; state 66 ui/accessibility/ax_tree_unittest.cc checkbox.state = 0; state 30 ui/accessibility/ax_view_state.h void AddStateFlag(ui::AXState state); state 31 ui/accessibility/ax_view_state.h bool HasStateFlag(ui::AXState state) const; state 33 ui/app_list/speech_ui_model.h SpeechRecognitionState state() const { return state_; } state 141 ui/app_list/views/app_list_item_view.cc void AppListItemView::SetUIState(UIState state) { state 142 ui/app_list/views/app_list_item_view.cc if (ui_state_ == state) state 145 ui/app_list/views/app_list_item_view.cc ui_state_ = state; state 303 ui/app_list/views/app_list_item_view.cc } else if (state() == STATE_HOVERED || state() == STATE_PRESSED) { state 339 ui/app_list/views/app_list_item_view.cc if (state() == STATE_HOVERED || state() == STATE_PRESSED) { state 87 ui/app_list/views/app_list_item_view.h void SetUIState(UIState state); state 41 ui/app_list/views/contents_switcher_view.cc state() == STATE_HOVERED ? kPagerHoverColor : kPagerNormalColor); state 33 ui/app_list/views/folder_background_view.cc void FolderBackgroundView::UpdateFolderContainerBubble(ShowState state) { state 34 ui/app_list/views/folder_background_view.cc if (show_state_ == state || state 35 ui/app_list/views/folder_background_view.cc (state == HIDE_BUBBLE && show_state_ == NO_BUBBLE)) { state 39 ui/app_list/views/folder_background_view.cc show_state_ = state; state 30 ui/app_list/views/folder_background_view.h void UpdateFolderContainerBubble(ShowState state); state 57 ui/app_list/views/page_switcher.cc if (state() == STATE_HOVERED) state 224 ui/app_list/views/search_box_view.cc if (view_delegate_->GetSpeechUI()->state() == state 213 ui/app_list/views/search_result_view.cc const bool hover = state() == STATE_HOVERED || state() == STATE_PRESSED; state 65 ui/aura/test/ui_controls_factory_aurawin.cc virtual bool SendMouseEvents(MouseButton type, int state) { state 66 ui/aura/test/ui_controls_factory_aurawin.cc return SendMouseEventsImpl(type, state, base::Closure()); state 69 ui/aura/test/ui_controls_factory_aurawin.cc int state, state 71 ui/aura/test/ui_controls_factory_aurawin.cc return SendMouseEventsImpl(type, state, task); state 127 ui/aura/test/ui_controls_factory_aurax11.cc DCHECK(!xevent.xkey.state); state 160 ui/aura/test/ui_controls_factory_aurax11.cc xmotion->state = button_down_mask; state 168 ui/aura/test/ui_controls_factory_aurax11.cc virtual bool SendMouseEvents(MouseButton type, int state) OVERRIDE { state 169 ui/aura/test/ui_controls_factory_aurax11.cc return SendMouseEventsNotifyWhenDone(type, state, base::Closure()); state 173 ui/aura/test/ui_controls_factory_aurax11.cc int state, state 190 ui/aura/test/ui_controls_factory_aurax11.cc xbutton->state = Button1Mask; state 194 ui/aura/test/ui_controls_factory_aurax11.cc xbutton->state = Button2Mask; state 198 ui/aura/test/ui_controls_factory_aurax11.cc xbutton->state = Button3Mask; state 202 ui/aura/test/ui_controls_factory_aurax11.cc if (state & DOWN) { state 205 ui/aura/test/ui_controls_factory_aurax11.cc button_down_mask |= xbutton->state; state 207 ui/aura/test/ui_controls_factory_aurax11.cc if (state & UP) { state 210 ui/aura/test/ui_controls_factory_aurax11.cc button_down_mask = (button_down_mask | xbutton->state) ^ xbutton->state; state 241 ui/aura/test/ui_controls_factory_aurax11.cc xevent->xkey.state |= mask; state 247 ui/aura/test/ui_controls_factory_aurax11.cc xevent->xkey.state ^= mask; state 471 ui/aura/window_tree_host_x11.cc next_event.xmotion.state == xev->xmotion.state) { state 875 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::SetCrOSTapPaused(bool state) { state 881 ui/aura/window_tree_host_x11.cc unsigned char value = state; state 99 ui/aura/window_tree_host_x11.h void SetCrOSTapPaused(bool state); state 12 ui/base/gtk/event_synthesis_gtk.cc bool press, guint gdk_key, guint state) { state 25 ui/base/gtk/event_synthesis_gtk.cc event->key.state = state; state 55 ui/base/gtk/event_synthesis_gtk.cc guint state = (control ? GDK_CONTROL_MASK : 0) | state 58 ui/base/gtk/event_synthesis_gtk.cc SynthesizeKeyEvent(window, true, GDK_Alt_L, state)); state 63 ui/base/gtk/event_synthesis_gtk.cc guint state = (control ? GDK_CONTROL_MASK : 0) | state 68 ui/base/gtk/event_synthesis_gtk.cc events->push_back(SynthesizeKeyEvent(window, true, gdk_key, state)); state 69 ui/base/gtk/event_synthesis_gtk.cc events->push_back(SynthesizeKeyEvent(window, false, gdk_key, state)); state 72 ui/base/gtk/event_synthesis_gtk.cc guint state = (control ? GDK_CONTROL_MASK : 0) | state 75 ui/base/gtk/event_synthesis_gtk.cc SynthesizeKeyEvent(window, false, GDK_Alt_L, state)); state 25 ui/base/gtk/event_synthesis_gtk.h guint state); state 123 ui/base/ime/input_method_chromeos_unittest.cc uint32 state, state 127 ui/base/ime/input_method_chromeos_unittest.cc EXPECT_EQ(expected_state_, state); state 153 ui/base/ime/input_method_chromeos_unittest.cc uint32 state, state 157 ui/base/ime/input_method_chromeos_unittest.cc EXPECT_EQ(expected_state_, state); state 82 ui/base/test/ui_controls.h bool SendMouseEvents(MouseButton type, int state); state 84 ui/base/test/ui_controls.h int state, state 59 ui/base/test/ui_controls_aura.cc bool SendMouseEvents(MouseButton type, int state) { state 61 ui/base/test/ui_controls_aura.cc return instance_->SendMouseEvents(type, state); state 66 ui/base/test/ui_controls_aura.cc int state, state 69 ui/base/test/ui_controls_aura.cc return instance_->SendMouseEventsNotifyWhenDone(type, state, task); state 44 ui/base/test/ui_controls_aura.h virtual bool SendMouseEvents(MouseButton type, int state) =0; state 45 ui/base/test/ui_controls_aura.h virtual bool SendMouseEventsNotifyWhenDone(MouseButton type, int state, state 185 ui/base/test/ui_controls_gtk.cc bool SendMouseEvents(MouseButton type, int state) { state 215 ui/base/test/ui_controls_gtk.cc event->button.state = modifier; state 220 ui/base/test/ui_controls_gtk.cc if (state & DOWN) state 227 ui/base/test/ui_controls_gtk.cc if (state & UP) state 237 ui/base/test/ui_controls_gtk.cc int state, state 240 ui/base/test/ui_controls_gtk.cc bool rv = SendMouseEvents(type, state); state 242 ui/base/test/ui_controls_gtk.cc if (state & UP) { state 294 ui/base/test/ui_controls_internal_win.cc bool SendMouseEventsImpl(MouseButton type, int state, state 304 ui/base/test/ui_controls_internal_win.cc last_event = (state & UP) ? WM_LBUTTONUP : WM_LBUTTONDOWN; state 310 ui/base/test/ui_controls_internal_win.cc last_event = (state & UP) ? WM_MBUTTONUP : WM_MBUTTONDOWN; state 316 ui/base/test/ui_controls_internal_win.cc last_event = (state & UP) ? WM_RBUTTONUP : WM_RBUTTONDOWN; state 330 ui/base/test/ui_controls_internal_win.cc if ((state & DOWN) && !::SendInput(1, &input, sizeof(INPUT))) state 334 ui/base/test/ui_controls_internal_win.cc if ((state & UP) && !::SendInput(1, &input, sizeof(INPUT))) state 25 ui/base/test/ui_controls_internal_win.h int state, state 53 ui/base/test/ui_controls_win.cc bool SendMouseEvents(MouseButton type, int state) { state 55 ui/base/test/ui_controls_win.cc return internal::SendMouseEventsImpl(type, state, base::Closure()); state 58 ui/base/test/ui_controls_win.cc bool SendMouseEventsNotifyWhenDone(MouseButton type, int state, state 61 ui/base/test/ui_controls_win.cc return internal::SendMouseEventsImpl(type, state, task); state 72 ui/display/chromeos/native_display_delegate.h ui::HDCPState* state) = 0; state 76 ui/display/chromeos/native_display_delegate.h ui::HDCPState state) = 0; state 38 ui/display/chromeos/output_configurator.cc std::string DisplayPowerStateToString(chromeos::DisplayPowerState state) { state 39 ui/display/chromeos/output_configurator.cc switch (state) { state 49 ui/display/chromeos/output_configurator.cc return "unknown (" + base::IntToString(state) + ")"; state 54 ui/display/chromeos/output_configurator.cc std::string OutputStateToString(OutputState state) { state 55 ui/display/chromeos/output_configurator.cc switch (state) { state 67 ui/display/chromeos/output_configurator.cc NOTREACHED() << "Unknown state " << state; state 75 ui/display/chromeos/output_configurator.cc chromeos::DisplayPowerState state, state 84 ui/display/chromeos/output_configurator.cc state == chromeos::DISPLAY_POWER_ALL_ON || state 85 ui/display/chromeos/output_configurator.cc (state == chromeos::DISPLAY_POWER_INTERNAL_OFF_EXTERNAL_ON && state 87 ui/display/chromeos/output_configurator.cc (state == chromeos::DISPLAY_POWER_INTERNAL_ON_EXTERNAL_OFF && internal); state 332 ui/display/chromeos/output_configurator.cc HDCPState state; state 333 ui/display/chromeos/output_configurator.cc if (!native_display_delegate_->GetHDCPState(*it->display, &state)) state 335 ui/display/chromeos/output_configurator.cc if (state == HDCP_STATE_ENABLED) state 99 ui/display/chromeos/output_configurator_unittest.cc HDCPState state) { state 101 ui/display/chromeos/output_configurator_unittest.cc "set_hdcp(id=%" PRId64 ",state=%d)", output.display_id(), state); state 161 ui/display/chromeos/output_configurator_unittest.cc void set_configure_touchscreens(bool state) { state 162 ui/display/chromeos/output_configurator_unittest.cc configure_touchscreens_ = state; state 209 ui/display/chromeos/output_configurator_unittest.cc void set_hdcp_state(HDCPState state) { hdcp_state_ = state; } state 247 ui/display/chromeos/output_configurator_unittest.cc HDCPState* state) OVERRIDE { state 248 ui/display/chromeos/output_configurator_unittest.cc *state = hdcp_state_; state 253 ui/display/chromeos/output_configurator_unittest.cc HDCPState state) OVERRIDE { state 254 ui/display/chromeos/output_configurator_unittest.cc log_->AppendAction(GetSetHDCPStateAction(output, state)); state 349 ui/display/chromeos/output_configurator_unittest.cc void set_state(OutputState state) { state_ = state; } state 1132 ui/display/chromeos/output_configurator_unittest.cc const OutputConfigurator::DisplayState& state = observer_.latest_outputs()[0]; state 1133 ui/display/chromeos/output_configurator_unittest.cc ASSERT_NE(state.display->modes().end(), state 1134 ui/display/chromeos/output_configurator_unittest.cc std::find(state.display->modes().begin(), state 1135 ui/display/chromeos/output_configurator_unittest.cc state.display->modes().end(), state 61 ui/display/chromeos/ozone/native_display_delegate_ozone.cc ui::HDCPState* state) { state 67 ui/display/chromeos/ozone/native_display_delegate_ozone.cc ui::HDCPState state) { state 33 ui/display/chromeos/ozone/native_display_delegate_ozone.h ui::HDCPState* state) OVERRIDE; state 35 ui/display/chromeos/ozone/native_display_delegate_ozone.h ui::HDCPState state) OVERRIDE; state 32 ui/display/chromeos/test/test_display_snapshot.h void set_is_aspect_preserving_scaling(bool state) { state 33 ui/display/chromeos/test/test_display_snapshot.h is_aspect_preserving_scaling_ = state; state 429 ui/display/chromeos/x11/native_display_delegate_x11.cc HDCPState* state) { state 464 ui/display/chromeos/x11/native_display_delegate_x11.cc *state = HDCP_STATE_UNDESIRED; state 467 ui/display/chromeos/x11/native_display_delegate_x11.cc *state = HDCP_STATE_DESIRED; state 470 ui/display/chromeos/x11/native_display_delegate_x11.cc *state = HDCP_STATE_ENABLED; state 483 ui/display/chromeos/x11/native_display_delegate_x11.cc VLOG(3) << "HDCP state: " << ok << "," << *state; state 488 ui/display/chromeos/x11/native_display_delegate_x11.cc HDCPState state) { state 491 ui/display/chromeos/x11/native_display_delegate_x11.cc switch (state) { state 499 ui/display/chromeos/x11/native_display_delegate_x11.cc NOTREACHED() << "Invalid HDCP state: " << state; state 84 ui/display/chromeos/x11/native_display_delegate_x11.h HDCPState* state) OVERRIDE; state 86 ui/display/chromeos/x11/native_display_delegate_x11.h HDCPState state) OVERRIDE; state 130 ui/events/event_rewriter_unittest.cc state_ = find->second.state; state 147 ui/events/event_rewriter_unittest.cc int state; 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 712 ui/events/gesture_detection/velocity_tracker.cc UpdateState(state, event_time, position.x, position.y); state 714 ui/events/gesture_detection/velocity_tracker.cc InitState(state, event_time, position.x, position.y); state 726 ui/events/gesture_detection/velocity_tracker.cc const State& state = mPointerState[id]; state 727 ui/events/gesture_detection/velocity_tracker.cc PopulateEstimator(state, out_estimator); state 734 ui/events/gesture_detection/velocity_tracker.cc void IntegratingVelocityTrackerStrategy::InitState(State& state, state 738 ui/events/gesture_detection/velocity_tracker.cc state.update_time = event_time; state 739 ui/events/gesture_detection/velocity_tracker.cc state.degree = 0; state 740 ui/events/gesture_detection/velocity_tracker.cc state.xpos = xpos; state 741 ui/events/gesture_detection/velocity_tracker.cc state.xvel = 0; state 742 ui/events/gesture_detection/velocity_tracker.cc state.xaccel = 0; state 743 ui/events/gesture_detection/velocity_tracker.cc state.ypos = ypos; state 744 ui/events/gesture_detection/velocity_tracker.cc state.yvel = 0; state 745 ui/events/gesture_detection/velocity_tracker.cc state.yaccel = 0; state 749 ui/events/gesture_detection/velocity_tracker.cc State& state, state 756 ui/events/gesture_detection/velocity_tracker.cc if (event_time <= state.update_time + MIN_TIME_DELTA) state 759 ui/events/gesture_detection/velocity_tracker.cc float dt = static_cast<float>((event_time - state.update_time).InSecondsF()); state 760 ui/events/gesture_detection/velocity_tracker.cc state.update_time = event_time; state 762 ui/events/gesture_detection/velocity_tracker.cc float xvel = (xpos - state.xpos) / dt; state 763 ui/events/gesture_detection/velocity_tracker.cc float yvel = (ypos - state.ypos) / dt; state 764 ui/events/gesture_detection/velocity_tracker.cc if (state.degree == 0) { state 765 ui/events/gesture_detection/velocity_tracker.cc state.xvel = xvel; state 766 ui/events/gesture_detection/velocity_tracker.cc state.yvel = yvel; state 767 ui/events/gesture_detection/velocity_tracker.cc state.degree = 1; state 771 ui/events/gesture_detection/velocity_tracker.cc state.xvel += (xvel - state.xvel) * alpha; state 772 ui/events/gesture_detection/velocity_tracker.cc state.yvel += (yvel - state.yvel) * alpha; state 774 ui/events/gesture_detection/velocity_tracker.cc float xaccel = (xvel - state.xvel) / dt; state 775 ui/events/gesture_detection/velocity_tracker.cc float yaccel = (yvel - state.yvel) / dt; state 776 ui/events/gesture_detection/velocity_tracker.cc if (state.degree == 1) { state 777 ui/events/gesture_detection/velocity_tracker.cc state.xaccel = xaccel; state 778 ui/events/gesture_detection/velocity_tracker.cc state.yaccel = yaccel; state 779 ui/events/gesture_detection/velocity_tracker.cc state.degree = 2; state 781 ui/events/gesture_detection/velocity_tracker.cc state.xaccel += (xaccel - state.xaccel) * alpha; state 782 ui/events/gesture_detection/velocity_tracker.cc state.yaccel += (yaccel - state.yaccel) * alpha; state 784 ui/events/gesture_detection/velocity_tracker.cc state.xvel += (state.xaccel * dt) * alpha; state 785 ui/events/gesture_detection/velocity_tracker.cc state.yvel += (state.yaccel * dt) * alpha; state 788 ui/events/gesture_detection/velocity_tracker.cc state.xpos = xpos; state 789 ui/events/gesture_detection/velocity_tracker.cc state.ypos = ypos; state 793 ui/events/gesture_detection/velocity_tracker.cc const State& state, state 795 ui/events/gesture_detection/velocity_tracker.cc out_estimator->time = state.update_time; state 797 ui/events/gesture_detection/velocity_tracker.cc out_estimator->degree = state.degree; state 798 ui/events/gesture_detection/velocity_tracker.cc out_estimator->xcoeff[0] = state.xpos; state 799 ui/events/gesture_detection/velocity_tracker.cc out_estimator->xcoeff[1] = state.xvel; state 800 ui/events/gesture_detection/velocity_tracker.cc out_estimator->xcoeff[2] = state.xaccel / 2; state 801 ui/events/gesture_detection/velocity_tracker.cc out_estimator->ycoeff[0] = state.ypos; state 802 ui/events/gesture_detection/velocity_tracker.cc out_estimator->ycoeff[1] = state.yvel; state 803 ui/events/gesture_detection/velocity_tracker.cc out_estimator->ycoeff[2] = state.yaccel / 2; state 57 ui/events/gesture_detection/velocity_tracker_unittest.cc static void ApplyMovementSequence(VelocityTrackerState* state, state 67 ui/events/gesture_detection/velocity_tracker_unittest.cc state->AddMovement(Sample(MotionEvent::ACTION_DOWN, p0, t0, v, dt * 0)); state 68 ui/events/gesture_detection/velocity_tracker_unittest.cc ApplyMovement(state, p0, v, t0, t, samples); state 69 ui/events/gesture_detection/velocity_tracker_unittest.cc state->AddMovement(Sample(MotionEvent::ACTION_UP, p0, t0, v, t)); state 72 ui/events/gesture_detection/velocity_tracker_unittest.cc static void ApplyMovement(VelocityTrackerState* state, state 83 ui/events/gesture_detection/velocity_tracker_unittest.cc state->AddMovement(Sample(MotionEvent::ACTION_MOVE, p0, t0, v, dt * i)); state 97 ui/events/gesture_detection/velocity_tracker_unittest.cc VelocityTrackerState state(strategy); state 100 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_EQ(0, state.GetXVelocity(0)); state 101 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_EQ(0, state.GetYVelocity(0)); state 104 ui/events/gesture_detection/velocity_tracker_unittest.cc ApplyMovementSequence(&state, p0, v, TimeTicks::Now(), kOneSecond, samples); state 107 ui/events/gesture_detection/velocity_tracker_unittest.cc state.ComputeCurrentVelocity(1000, 20000); state 108 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_NEAR(v.x(), state.GetXVelocity(0), kEpsilson * v.x()); state 109 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_NEAR(v.y(), state.GetYVelocity(0), kEpsilson * v.y()); state 112 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_NEAR(v.x(), state.GetXVelocity(-1), kEpsilson * v.x()); state 113 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_NEAR(v.y(), state.GetYVelocity(-1), kEpsilson * v.y()); state 116 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_EQ(0, state.GetXVelocity(1)); state 117 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_EQ(0, state.GetYVelocity(1)); state 118 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_EQ(0, state.GetXVelocity(7)); state 119 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_EQ(0, state.GetYVelocity(7)); state 129 ui/events/gesture_detection/velocity_tracker_unittest.cc VelocityTrackerState state; state 130 ui/events/gesture_detection/velocity_tracker_unittest.cc ApplyMovementSequence(&state, p0, v, TimeTicks::Now(), dt, samples); state 133 ui/events/gesture_detection/velocity_tracker_unittest.cc state.ComputeCurrentVelocity(1000, 100); state 134 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_NEAR(-100, state.GetXVelocity(0), kEpsilson); state 135 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_NEAR(100, state.GetYVelocity(0), kEpsilson); state 137 ui/events/gesture_detection/velocity_tracker_unittest.cc state.ComputeCurrentVelocity(1000, 1000); state 138 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_NEAR(-1000, state.GetXVelocity(0), kEpsilson); state 139 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_NEAR(1000, state.GetYVelocity(0), kEpsilson); state 153 ui/events/gesture_detection/velocity_tracker_unittest.cc VelocityTrackerState state(strategy); state 157 ui/events/gesture_detection/velocity_tracker_unittest.cc state.AddMovement( state 163 ui/events/gesture_detection/velocity_tracker_unittest.cc ApplyMovement(&state, pCurr, vFast, tCurr, dt, samples); state 164 ui/events/gesture_detection/velocity_tracker_unittest.cc state.ComputeCurrentVelocity(1000, 20000); state 165 ui/events/gesture_detection/velocity_tracker_unittest.cc float vOldY = state.GetYVelocity(0); state 170 ui/events/gesture_detection/velocity_tracker_unittest.cc ApplyMovement(&state, pCurr, vSlow, tCurr, dt, samples); state 173 ui/events/gesture_detection/velocity_tracker_unittest.cc state.ComputeCurrentVelocity(1000, 20000); state 174 ui/events/gesture_detection/velocity_tracker_unittest.cc float vCurrentY = state.GetYVelocity(0); state 182 ui/events/gesture_detection/velocity_tracker_unittest.cc ApplyMovement(&state, pCurr, vFast, tCurr, dt, samples); state 185 ui/events/gesture_detection/velocity_tracker_unittest.cc state.ComputeCurrentVelocity(1000, 20000); state 186 ui/events/gesture_detection/velocity_tracker_unittest.cc vCurrentY = state.GetYVelocity(0); state 478 ui/events/gestures/gesture_sequence.cc bool GestureStateSupportsActiveTimer(GestureState state) { state 479 ui/events/gestures/gesture_sequence.cc switch(state) { state 159 ui/events/gestures/gesture_sequence.h void set_state(const GestureState state) { state_ = state; } state 162 ui/events/test/events_test_utils_x11.cc event_->xkey.state = XEventState(flags); state 50 ui/events/x/events_x.cc state_ = native_event->xkey.state; state 130 ui/events/x/events_x.cc int GetEventFlagsFromXState(unsigned int state) { state 132 ui/events/x/events_x.cc if (state & ControlMask) state 134 ui/events/x/events_x.cc if (state & ShiftMask) state 136 ui/events/x/events_x.cc if (state & Mod1Mask) state 138 ui/events/x/events_x.cc if (state & LockMask) state 140 ui/events/x/events_x.cc if (state & Mod5Mask) state 142 ui/events/x/events_x.cc if (state & Button1Mask) state 144 ui/events/x/events_x.cc if (state & Button2Mask) state 146 ui/events/x/events_x.cc if (state & Button3Mask) state 257 ui/events/x/events_x.cc if (native_event->xmotion.state & state 331 ui/events/x/events_x.cc return GetEventFlagsFromXState(native_event->xkey.state); state 335 ui/events/x/events_x.cc int flags = GetEventFlagsFromXState(native_event->xbutton.state); state 343 ui/events/x/events_x.cc return GetEventFlagsFromXState(native_event->xcrossing.state); state 345 ui/events/x/events_x.cc return GetEventFlagsFromXState(native_event->xmotion.state); state 358 ui/events/x/events_x.cc XModifierStateWatcher::GetInstance()->state()); state 369 ui/events/x/events_x.cc XModifierStateWatcher::GetInstance()->state()); state 494 ui/events/x/events_x.cc return GetEventFlagsFromXState(native_event->xbutton.state); state 30 ui/events/x/events_x_unittest.cc int state) { state 40 ui/events/x/events_x_unittest.cc button_event->state = state; state 50 ui/gfx/animation/animation_container_unittest.cc virtual void AnimateToState(double state) OVERRIDE { state 32 ui/gfx/animation/animation_unittest.cc virtual void AnimateToState(double state) OVERRIDE { state 33 ui/gfx/animation/animation_unittest.cc EXPECT_LE(0.0, state); state 34 ui/gfx/animation/animation_unittest.cc EXPECT_GE(1.0, state); state 47 ui/gfx/animation/animation_unittest.cc virtual void AnimateToState(double state) OVERRIDE { state 48 ui/gfx/animation/animation_unittest.cc if (state >= 0.5) state 62 ui/gfx/animation/animation_unittest.cc virtual void AnimateToState(double state) OVERRIDE { state 63 ui/gfx/animation/animation_unittest.cc if (state >= 0.5) state 48 ui/gfx/animation/linear_animation.h virtual void AnimateToState(double state) {} state 93 ui/gfx/animation/slide_animation.cc void SlideAnimation::AnimateToState(double state) { state 94 ui/gfx/animation/slide_animation.cc if (state > 1.0) state 95 ui/gfx/animation/slide_animation.cc state = 1.0; state 97 ui/gfx/animation/slide_animation.cc state = Tween::CalculateValue(tween_type_, state); state 99 ui/gfx/animation/slide_animation.cc value_current_ = value_start_ + (value_end_ - value_start_) * state; state 77 ui/gfx/animation/slide_animation.h virtual void AnimateToState(double state) OVERRIDE; state 23 ui/gfx/animation/tween.cc double Tween::CalculateValue(Tween::Type type, double state) { state 24 ui/gfx/animation/tween.cc DCHECK_GE(state, 0); state 25 ui/gfx/animation/tween.cc DCHECK_LE(state, 1); state 29 ui/gfx/animation/tween.cc return pow(state, 2); state 32 ui/gfx/animation/tween.cc return pow(state, 4); state 35 ui/gfx/animation/tween.cc if (state < 0.5) state 36 ui/gfx/animation/tween.cc return pow(state * 2, 2) / 2.0; state 37 ui/gfx/animation/tween.cc return 1.0 - (pow((state - 1.0) * 2, 2) / 2.0); state 40 ui/gfx/animation/tween.cc return (pow(state - 0.5, 3) + 0.125) / 0.25; state 43 ui/gfx/animation/tween.cc return state; state 46 ui/gfx/animation/tween.cc state = 0.95 * (1.0 - pow(1.0 - state, 2)); state 47 ui/gfx/animation/tween.cc return state; state 50 ui/gfx/animation/tween.cc return 1.0 - pow(1.0 - state, 2); state 53 ui/gfx/animation/tween.cc return sin(state); state 56 ui/gfx/animation/tween.cc return gfx::CubicBezier(0.4, 0, 0.2, 1).Solve(state); state 59 ui/gfx/animation/tween.cc return gfx::CubicBezier(0, 0, .2, 1).Solve(state); state 62 ui/gfx/animation/tween.cc return gfx::CubicBezier(0.4, 0, 1, 1).Solve(state); state 69 ui/gfx/animation/tween.cc return state; state 38 ui/gfx/animation/tween.h static double CalculateValue(Type type, double state); state 89 ui/gfx/codec/jpeg_codec.cc JpegEncoderState* state = static_cast<JpegEncoderState*>(cinfo->client_data); state 90 ui/gfx/codec/jpeg_codec.cc DCHECK(state->image_buffer_used == 0) << "initializing after use"; state 92 ui/gfx/codec/jpeg_codec.cc state->out->resize(initial_output_buffer_size); state 93 ui/gfx/codec/jpeg_codec.cc state->image_buffer_used = 0; state 95 ui/gfx/codec/jpeg_codec.cc cinfo->dest->next_output_byte = &(*state->out)[0]; state 112 ui/gfx/codec/jpeg_codec.cc JpegEncoderState* state = static_cast<JpegEncoderState*>(cinfo->client_data); state 115 ui/gfx/codec/jpeg_codec.cc state->image_buffer_used = state->out->size(); state 118 ui/gfx/codec/jpeg_codec.cc state->out->resize(state->out->size() * 2); state 121 ui/gfx/codec/jpeg_codec.cc cinfo->dest->next_output_byte = &(*state->out)[state->image_buffer_used]; state 122 ui/gfx/codec/jpeg_codec.cc cinfo->dest->free_in_buffer = state->out->size() - state->image_buffer_used; state 134 ui/gfx/codec/jpeg_codec.cc JpegEncoderState* state = static_cast<JpegEncoderState*>(cinfo->client_data); state 135 ui/gfx/codec/jpeg_codec.cc DCHECK(state->out->size() >= state->image_buffer_used); state 138 ui/gfx/codec/jpeg_codec.cc state->image_buffer_used = cinfo->dest->next_output_byte - &(*state->out)[0]; state 139 ui/gfx/codec/jpeg_codec.cc DCHECK(state->image_buffer_used < state->out->size()) << state 143 ui/gfx/codec/jpeg_codec.cc state->out->resize(state->image_buffer_used); state 278 ui/gfx/codec/jpeg_codec.cc JpegEncoderState state(output); state 279 ui/gfx/codec/jpeg_codec.cc cinfo.client_data = &state; state 348 ui/gfx/codec/jpeg_codec.cc JpegDecoderState* state = static_cast<JpegDecoderState*>(cinfo->client_data); state 349 ui/gfx/codec/jpeg_codec.cc cinfo->src->next_input_byte = state->input_buffer; state 350 ui/gfx/codec/jpeg_codec.cc cinfo->src->bytes_in_buffer = state->input_buffer_length; state 495 ui/gfx/codec/jpeg_codec.cc JpegDecoderState state(input, input_size); state 496 ui/gfx/codec/jpeg_codec.cc cinfo.client_data = &state; state 144 ui/gfx/codec/png_codec.cc PngDecoderState* state = state 146 ui/gfx/codec/png_codec.cc DCHECK(state) << "LibPNG user transform pointer is NULL"; state 153 ui/gfx/codec/png_codec.cc state->is_opaque = false; state 164 ui/gfx/codec/png_codec.cc PngDecoderState* state = static_cast<PngDecoderState*>( state 182 ui/gfx/codec/png_codec.cc state->width = static_cast<int>(w); state 183 ui/gfx/codec/png_codec.cc state->height = static_cast<int>(h); state 210 ui/gfx/codec/png_codec.cc switch (state->output_format) { state 212 ui/gfx/codec/png_codec.cc state->output_channels = 3; state 215 ui/gfx/codec/png_codec.cc state->output_channels = 4; state 219 ui/gfx/codec/png_codec.cc state->output_channels = 4; state 224 ui/gfx/codec/png_codec.cc state->output_channels = 4; state 229 ui/gfx/codec/png_codec.cc switch (state->output_format) { state 231 ui/gfx/codec/png_codec.cc state->output_channels = 3; state 235 ui/gfx/codec/png_codec.cc state->output_channels = 4; state 238 ui/gfx/codec/png_codec.cc state->output_channels = 4; state 242 ui/gfx/codec/png_codec.cc state->output_channels = 4; state 267 ui/gfx/codec/png_codec.cc if (state->output_format == PNGCodec::FORMAT_SkBitmap) { state 269 ui/gfx/codec/png_codec.cc png_set_user_transform_info(png_ptr, state, 0, 0); state 278 ui/gfx/codec/png_codec.cc if (state->bitmap) { state 279 ui/gfx/codec/png_codec.cc state->bitmap->setConfig(SkBitmap::kARGB_8888_Config, state 280 ui/gfx/codec/png_codec.cc state->width, state->height); state 281 ui/gfx/codec/png_codec.cc state->bitmap->allocPixels(); state 282 ui/gfx/codec/png_codec.cc } else if (state->output) { state 283 ui/gfx/codec/png_codec.cc state->output->resize( state 284 ui/gfx/codec/png_codec.cc state->width * state->output_channels * state->height); state 293 ui/gfx/codec/png_codec.cc PngDecoderState* state = static_cast<PngDecoderState*>( state 296 ui/gfx/codec/png_codec.cc if (static_cast<int>(row_num) > state->height) { state 302 ui/gfx/codec/png_codec.cc if (state->bitmap) state 303 ui/gfx/codec/png_codec.cc base = reinterpret_cast<unsigned char*>(state->bitmap->getAddr32(0, 0)); state 304 ui/gfx/codec/png_codec.cc else if (state->output) state 305 ui/gfx/codec/png_codec.cc base = &state->output->front(); state 307 ui/gfx/codec/png_codec.cc unsigned char* dest = &base[state->width * state->output_channels * row_num]; state 312 ui/gfx/codec/png_codec.cc PngDecoderState* state = static_cast<PngDecoderState*>( state 317 ui/gfx/codec/png_codec.cc state->done = true; state 415 ui/gfx/codec/png_codec.cc PngDecoderState state(format, output); state 418 ui/gfx/codec/png_codec.cc png_set_progressive_read_fn(png_ptr, &state, &DecodeInfoCallback, state 425 ui/gfx/codec/png_codec.cc if (!state.done) { state 432 ui/gfx/codec/png_codec.cc *w = state.width; state 433 ui/gfx/codec/png_codec.cc *h = state.height; state 454 ui/gfx/codec/png_codec.cc PngDecoderState state(bitmap); state 456 ui/gfx/codec/png_codec.cc png_set_progressive_read_fn(png_ptr, &state, &DecodeInfoCallback, state 463 ui/gfx/codec/png_codec.cc if (!state.done) { state 468 ui/gfx/codec/png_codec.cc bitmap->setAlphaType(state.is_opaque ? state 490 ui/gfx/codec/png_codec.cc PngEncoderState* state = static_cast<PngEncoderState*>(png_get_io_ptr(png)); state 491 ui/gfx/codec/png_codec.cc DCHECK(state->out); state 493 ui/gfx/codec/png_codec.cc size_t old_size = state->out->size(); state 494 ui/gfx/codec/png_codec.cc state->out->resize(old_size + size); state 495 ui/gfx/codec/png_codec.cc memcpy(&(*state->out)[old_size], data, size); state 575 ui/gfx/codec/png_codec.cc PngEncoderState* state, state 597 ui/gfx/codec/png_codec.cc png_set_write_fn(png_ptr, state, EncoderWriteCallback, FakeFlushCallback); state 727 ui/gfx/codec/png_codec.cc PngEncoderState state(output); state 728 ui/gfx/codec/png_codec.cc bool success = DoLibpngWrite(png_ptr, info_ptr, &state, state 98 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc void set_add_framebuffer_expectation(bool state) { state 99 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc add_framebuffer_expectation_ = state; state 102 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc void set_page_flip_expectation(bool state) { state 103 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc page_flip_expectation_ = state; state 163 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc void set_drm_wrapper_expectation(bool state) { state 164 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc drm_wrapper_expectation_ = state; state 167 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc void set_initialize_controller_expectation(bool state) { state 168 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc initialize_controller_expectation_ = state; state 100 ui/gfx/ozone/dri/dri_surface_unittest.cc void set_initialize_expectation(bool state) { state 101 ui/gfx/ozone/dri/dri_surface_unittest.cc initialize_expectation_ = state; state 123 ui/gfx/ozone/dri/hardware_display_controller_unittest.cc void set_set_crtc_expectation(bool state) { state 124 ui/gfx/ozone/dri/hardware_display_controller_unittest.cc set_crtc_expectation_ = state; state 127 ui/gfx/ozone/dri/hardware_display_controller_unittest.cc void set_add_framebuffer_expectation(bool state) { state 128 ui/gfx/ozone/dri/hardware_display_controller_unittest.cc add_framebuffer_expectation_ = state; state 131 ui/gfx/ozone/dri/hardware_display_controller_unittest.cc void set_page_flip_expectation(bool state) { state 132 ui/gfx/ozone/dri/hardware_display_controller_unittest.cc page_flip_expectation_ = state; state 335 ui/message_center/views/bounded_label.cc void BoundedLabel::GetAccessibleState(ui::AXViewState* state) { state 336 ui/message_center/views/bounded_label.cc label_->GetAccessibleState(state); state 57 ui/message_center/views/bounded_label.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 112 ui/message_center/views/message_view.cc void MessageView::GetAccessibleState(ui::AXViewState* state) { state 113 ui/message_center/views/message_view.cc state->role = ui::AX_ROLE_BUTTON; state 114 ui/message_center/views/message_view.cc state->name = accessible_name_; state 70 ui/message_center/views/message_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 102 ui/message_center/views/notification_button.cc if (state() == STATE_HOVERED || state() == STATE_PRESSED) { state 145 ui/message_center/views/notifier_settings_view.cc virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 181 ui/message_center/views/notifier_settings_view.cc void EntryView::GetAccessibleState(ui::AXViewState* state) { state 183 ui/message_center/views/notifier_settings_view.cc child_at(0)->GetAccessibleState(state); state 409 ui/message_center/views/notifier_settings_view.cc ui::AXViewState* state) { state 410 ui/message_center/views/notifier_settings_view.cc static_cast<views::View*>(checkbox_)->GetAccessibleState(state); state 74 ui/message_center/views/notifier_settings_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 280 ui/message_center/views/toast_contents_view.cc void ToastContentsView::GetAccessibleState(ui::AXViewState* state) { state 282 ui/message_center/views/toast_contents_view.cc child_at(0)->GetAccessibleState(state); state 283 ui/message_center/views/toast_contents_view.cc state->role = ui::AX_ROLE_WINDOW; state 75 ui/message_center/views/toast_contents_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 99 ui/native_theme/common_theme.cc NativeTheme::State state, state 147 ui/native_theme/common_theme.cc NativeTheme::State state, state 151 ui/native_theme/common_theme.cc switch (state) { state 164 ui/native_theme/common_theme.cc NOTREACHED() << "Invalid 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 130 ui/native_theme/native_theme_aura.cc CommonThemePaintMenuItemBackground(canvas, state, rect); state 137 ui/native_theme/native_theme_aura.cc State state) const { state 139 ui/native_theme/native_theme_aura.cc FallbackTheme::PaintArrowButton(gc, rect, direction, state); state 143 ui/native_theme/native_theme_aura.cc kScrollbarArrowButtonImages, state, state 148 ui/native_theme/native_theme_aura.cc SkColor arrow_color = GetArrowColor(state); state 149 ui/native_theme/native_theme_aura.cc switch (state) { state 165 ui/native_theme/native_theme_aura.cc State state, state 177 ui/native_theme/native_theme_aura.cc State state, state 183 ui/native_theme/native_theme_aura.cc if (state == kDisabled) state 195 ui/native_theme/native_theme_aura.cc scrollbar_overlay_thumb_painter_.get(), sk_canvas, thumb_rect, state); state 206 ui/native_theme/native_theme_aura.cc kScrollbarThumbImages, state, scrollbar_thumb_painters_), state 212 ui/native_theme/native_theme_aura.cc State state, state 225 ui/native_theme/native_theme_aura.cc State state, state 227 ui/native_theme/native_theme_aura.cc if (painters[state]) state 228 ui/native_theme/native_theme_aura.cc return painters[state].get(); state 229 ui/native_theme/native_theme_aura.cc if (images[state][0] == 0) { state 231 ui/native_theme/native_theme_aura.cc DCHECK_NE(kNormal, state); state 234 ui/native_theme/native_theme_aura.cc painters[state] = CreateNineImagePainter(images[state]); state 235 ui/native_theme/native_theme_aura.cc return painters[state].get(); state 263 ui/native_theme/native_theme_aura.cc State state) const { state 267 ui/native_theme/native_theme_aura.cc canvas.get(), rect, dual_painter->fill_alphas[state]); state 269 ui/native_theme/native_theme_aura.cc canvas.get(), rect, dual_painter->stroke_alphas[state]); 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 64 ui/native_theme/native_theme_aurawin.cc NativeThemeWin::instance()->Paint(canvas, part, state, rect, extra); state 68 ui/native_theme/native_theme_aurawin.cc NativeThemeAura::Paint(canvas, part, state, rect, extra); state 72 ui/native_theme/native_theme_aurawin.cc State state, state 74 ui/native_theme/native_theme_aurawin.cc gfx::Size part_size = CommonThemeGetPartSize(part, state, extra); state 81 ui/native_theme/native_theme_aurawin.cc return NativeThemeWin::instance()->GetPartSize(part, state, extra); state 83 ui/native_theme/native_theme_aurawin.cc return NativeThemeAura::GetPartSize(part, state, extra); 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 170 ui/native_theme/native_theme_base.cc PaintCheckbox(canvas, state, rect, extra.button); state 173 ui/native_theme/native_theme_base.cc PaintInnerSpinButton(canvas, state, rect, extra.inner_spin); state 176 ui/native_theme/native_theme_base.cc PaintMenuList(canvas, state, rect, extra.menu_list); state 191 ui/native_theme/native_theme_base.cc PaintMenuItemBackground(canvas, state, rect, extra.menu_list); state 194 ui/native_theme/native_theme_base.cc PaintProgressBar(canvas, state, rect, extra.progress_bar); state 197 ui/native_theme/native_theme_base.cc PaintButton(canvas, state, rect, extra.button); state 200 ui/native_theme/native_theme_base.cc PaintRadio(canvas, state, rect, extra.button); state 206 ui/native_theme/native_theme_base.cc PaintArrowButton(canvas, rect, part, state); state 210 ui/native_theme/native_theme_base.cc PaintScrollbarThumb(canvas, part, state, rect); state 214 ui/native_theme/native_theme_base.cc PaintScrollbarTrack(canvas, part, state, extra.scrollbar_track, rect); state 222 ui/native_theme/native_theme_base.cc PaintScrollbarCorner(canvas, state, rect); state 225 ui/native_theme/native_theme_base.cc PaintSliderTrack(canvas, state, rect, extra.slider); state 228 ui/native_theme/native_theme_base.cc PaintSliderThumb(canvas, state, rect, extra.slider); state 234 ui/native_theme/native_theme_base.cc PaintTextField(canvas, state, rect, extra.text_field); state 267 ui/native_theme/native_theme_base.cc const gfx::Rect& rect, Part direction, State state) const { state 275 ui/native_theme/native_theme_base.cc if (state == kPressed) { state 279 ui/native_theme/native_theme_base.cc } else if (state == kHovered) { state 343 ui/native_theme/native_theme_base.cc PaintArrow(canvas, rect, direction, GetArrowColor(state)); state 398 ui/native_theme/native_theme_base.cc State state, state 419 ui/native_theme/native_theme_base.cc State state, state 421 ui/native_theme/native_theme_base.cc const bool hovered = state == kHovered; state 497 ui/native_theme/native_theme_base.cc State state, state 507 ui/native_theme/native_theme_base.cc State state, state 510 ui/native_theme/native_theme_base.cc SkRect skrect = PaintCheckboxRadioCommon(canvas, state, rect, state 517 ui/native_theme/native_theme_base.cc if (state == kDisabled) state 546 ui/native_theme/native_theme_base.cc State state, state 576 ui/native_theme/native_theme_base.cc if (state != kPressed) { state 581 ui/native_theme/native_theme_base.cc if (state == kDisabled) state 583 ui/native_theme/native_theme_base.cc else if (state == kHovered) state 597 ui/native_theme/native_theme_base.cc if (state == kPressed) state 599 ui/native_theme/native_theme_base.cc else if (state == kHovered) state 601 ui/native_theme/native_theme_base.cc else if (state == kDisabled) state 617 ui/native_theme/native_theme_base.cc if (state == kHovered) state 619 ui/native_theme/native_theme_base.cc else if (state == kDisabled) state 634 ui/native_theme/native_theme_base.cc State state, state 642 ui/native_theme/native_theme_base.cc SkRect skrect = PaintCheckboxRadioCommon(canvas, state, rect, radius); state 648 ui/native_theme/native_theme_base.cc if (state == kDisabled) state 660 ui/native_theme/native_theme_base.cc State state, state 684 ui/native_theme/native_theme_base.cc const int kLightEnd = state == kPressed ? 1 : 0; state 704 ui/native_theme/native_theme_base.cc int border_alpha = state == kHovered ? 0x80 : 0x55; state 718 ui/native_theme/native_theme_base.cc State state, state 739 ui/native_theme/native_theme_base.cc State state, state 748 ui/native_theme/native_theme_base.cc PaintButton(canvas, state, rect, button); 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 808 ui/native_theme/native_theme_base.cc const bool hovered = (state == kHovered) || slider.in_drag; state 843 ui/native_theme/native_theme_base.cc State state, state 847 ui/native_theme/native_theme_base.cc state = kDisabled; 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 987 ui/native_theme/native_theme_base.cc if (state != kDisabled) 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 234 ui/native_theme/native_theme_win.cc gfx::Size part_size = CommonThemeGetPartSize(part, state, extra); state 256 ui/native_theme/native_theme_win.cc int part_id = GetWindowsPart(part, state, extra); state 257 ui/native_theme/native_theme_win.cc int state_id = GetWindowsState(part, state, extra); state 289 ui/native_theme/native_theme_win.cc State state, state 306 ui/native_theme/native_theme_win.cc CommonThemePaintMenuItemBackground(canvas, state, rect); state 342 ui/native_theme/native_theme_win.cc PaintIndirect(canvas, part, state, rect, extra); state 344 ui/native_theme/native_theme_win.cc PaintDirect(canvas, part, state, rect, extra); state 413 ui/native_theme/native_theme_win.cc State state, state 421 ui/native_theme/native_theme_win.cc PaintCheckbox(hdc, part, state, rect, extra.button); state 424 ui/native_theme/native_theme_win.cc PaintRadioButton(hdc, part, state, rect, extra.button); state 427 ui/native_theme/native_theme_win.cc PaintPushButton(hdc, part, state, rect, extra.button); state 430 ui/native_theme/native_theme_win.cc PaintMenuArrow(hdc, state, rect, extra.menu_arrow); state 442 ui/native_theme/native_theme_win.cc PaintMenuCheck(hdc, state, rect, extra.menu_check); state 445 ui/native_theme/native_theme_win.cc PaintMenuCheckBackground(hdc, state, rect); state 448 ui/native_theme/native_theme_win.cc PaintMenuItemBackground(hdc, state, rect, extra.menu_item); state 451 ui/native_theme/native_theme_win.cc PaintMenuList(hdc, state, rect, extra.menu_list); state 457 ui/native_theme/native_theme_win.cc PaintScrollbarArrow(hdc, part, state, rect, extra.scrollbar_arrow); state 461 ui/native_theme/native_theme_win.cc PaintScrollbarTrack(canvas, hdc, part, state, rect, state 471 ui/native_theme/native_theme_win.cc PaintScrollbarThumb(hdc, part, state, rect, extra.scrollbar_thumb); state 474 ui/native_theme/native_theme_win.cc PaintSpinButton(hdc, part, state, rect, extra.inner_spin); state 478 ui/native_theme/native_theme_win.cc PaintTrackbar(canvas, hdc, part, state, rect, extra.trackbar); state 490 ui/native_theme/native_theme_win.cc PaintTextField(hdc, part, state, rect, extra.text_field); state 658 ui/native_theme/native_theme_win.cc State state, state 704 ui/native_theme/native_theme_win.cc state, state 751 ui/native_theme/native_theme_win.cc State state, state 777 ui/native_theme/native_theme_win.cc switch (state) { state 788 ui/native_theme/native_theme_win.cc NOTREACHED() << "Unknown state: " << state; state 831 ui/native_theme/native_theme_win.cc int color_index = state == kDisabled ? COLOR_GRAYTEXT : COLOR_WINDOWTEXT; state 868 ui/native_theme/native_theme_win.cc State state, state 873 ui/native_theme/native_theme_win.cc if (state == kDisabled) state 916 ui/native_theme/native_theme_win.cc state); state 937 ui/native_theme/native_theme_win.cc State state, state 943 ui/native_theme/native_theme_win.cc state_id = state == kDisabled ? MC_BULLETDISABLED : MC_BULLETNORMAL; state 945 ui/native_theme/native_theme_win.cc state_id = state == kDisabled ? MC_CHECKMARKDISABLED : MC_CHECKMARKNORMAL; state 954 ui/native_theme/native_theme_win.cc extra.is_selected, state); state 958 ui/native_theme/native_theme_win.cc State state, state 961 ui/native_theme/native_theme_win.cc int state_id = state == kDisabled ? MCB_DISABLED : MCB_NORMAL; state 972 ui/native_theme/native_theme_win.cc State state, state 978 ui/native_theme/native_theme_win.cc switch (state) { state 989 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state " << state; state 1003 ui/native_theme/native_theme_win.cc State state, state 1007 ui/native_theme/native_theme_win.cc switch (state) { state 1021 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 1026 ui/native_theme/native_theme_win.cc return PaintButton(hdc, state, extra, BP_PUSHBUTTON, state_id, &rect_win); state 1031 ui/native_theme/native_theme_win.cc State state, state 1035 ui/native_theme/native_theme_win.cc switch (state) { state 1049 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 1054 ui/native_theme/native_theme_win.cc return PaintButton(hdc, state, extra, BP_RADIOBUTTON, state_id, &rect_win); state 1059 ui/native_theme/native_theme_win.cc State state, state 1063 ui/native_theme/native_theme_win.cc switch (state) { state 1085 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 1090 ui/native_theme/native_theme_win.cc return PaintButton(hdc, state, extra, BP_CHECKBOX, state_id, &rect_win); state 1094 ui/native_theme/native_theme_win.cc State state, state 1100 ui/native_theme/native_theme_win.cc switch (state) { state 1114 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state " << state; state 1131 ui/native_theme/native_theme_win.cc State state, state 1145 ui/native_theme/native_theme_win.cc int state_id = state_id_matrix[index][state]; state 1150 ui/native_theme/native_theme_win.cc if (state == kHovered && extra.is_hovering) { state 1190 ui/native_theme/native_theme_win.cc switch (state) { state 1203 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 1213 ui/native_theme/native_theme_win.cc State state, state 1239 ui/native_theme/native_theme_win.cc switch (state) { state 1253 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 1271 ui/native_theme/native_theme_win.cc State state, state 1291 ui/native_theme/native_theme_win.cc switch (state) { state 1305 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 1331 ui/native_theme/native_theme_win.cc State state, state 1338 ui/native_theme/native_theme_win.cc switch (state) { state 1352 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state " << state; state 1366 ui/native_theme/native_theme_win.cc State state, state 1374 ui/native_theme/native_theme_win.cc switch (state) { state 1388 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state " << state; state 1598 ui/native_theme/native_theme_win.cc State state, state 1603 ui/native_theme/native_theme_win.cc switch (state) { state 1623 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid 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 1821 ui/native_theme/native_theme_win.cc switch (state) { state 1835 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 1840 ui/native_theme/native_theme_win.cc switch (state) { state 1852 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 1859 ui/native_theme/native_theme_win.cc switch (state) { state 1873 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 1878 ui/native_theme/native_theme_win.cc switch (state) { state 1892 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 1897 ui/native_theme/native_theme_win.cc switch (state) { state 1911 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 1916 ui/native_theme/native_theme_win.cc switch (state) { state 1924 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 1929 ui/native_theme/native_theme_win.cc switch (state) { state 1945 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 1950 ui/native_theme/native_theme_win.cc switch (state) { state 1966 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 1971 ui/native_theme/native_theme_win.cc switch (state) { state 1987 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 1992 ui/native_theme/native_theme_win.cc switch (state) { state 2008 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 2014 ui/native_theme/native_theme_win.cc switch (state) { state 2030 ui/native_theme/native_theme_win.cc NOTREACHED() << "Invalid state: " << state; state 2055 ui/native_theme/native_theme_win.cc UINT state, state 2070 ui/native_theme/native_theme_win.cc DrawFrameControl(bitmap_dc, &local_rect, type, state); 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 291 ui/native_theme/native_theme_win.h UINT state, state 559 ui/views/accessibility/native_view_accessibility_win.cc ui::AXViewState state; state 560 ui/views/accessibility/native_view_accessibility_win.cc view_->GetAccessibleState(&state); state 561 ui/views/accessibility/native_view_accessibility_win.cc base::string16 temp_action = state.default_action; state 626 ui/views/accessibility/native_view_accessibility_win.cc ui::AXViewState state; state 627 ui/views/accessibility/native_view_accessibility_win.cc view_->GetAccessibleState(&state); state 628 ui/views/accessibility/native_view_accessibility_win.cc base::string16 temp_key = state.keyboard_shortcut; state 648 ui/views/accessibility/native_view_accessibility_win.cc ui::AXViewState state; state 649 ui/views/accessibility/native_view_accessibility_win.cc view_->GetAccessibleState(&state); state 650 ui/views/accessibility/native_view_accessibility_win.cc base::string16 temp_name = state.name; state 696 ui/views/accessibility/native_view_accessibility_win.cc ui::AXViewState state; state 697 ui/views/accessibility/native_view_accessibility_win.cc view_->GetAccessibleState(&state); state 699 ui/views/accessibility/native_view_accessibility_win.cc role->lVal = MSAARole(state.role); state 704 ui/views/accessibility/native_view_accessibility_win.cc VARIANT var_id, VARIANT* state) { state 708 ui/views/accessibility/native_view_accessibility_win.cc if (!IsValidId(var_id) || !state) state 714 ui/views/accessibility/native_view_accessibility_win.cc state->vt = VT_I4; state 717 ui/views/accessibility/native_view_accessibility_win.cc SetState(state, view_); state 720 ui/views/accessibility/native_view_accessibility_win.cc if (state->vt == VT_EMPTY) state 735 ui/views/accessibility/native_view_accessibility_win.cc ui::AXViewState state; state 736 ui/views/accessibility/native_view_accessibility_win.cc view_->GetAccessibleState(&state); state 737 ui/views/accessibility/native_view_accessibility_win.cc base::string16 temp_value = state.value; state 760 ui/views/accessibility/native_view_accessibility_win.cc ui::AXViewState state; state 761 ui/views/accessibility/native_view_accessibility_win.cc view_->GetAccessibleState(&state); state 762 ui/views/accessibility/native_view_accessibility_win.cc if (state.set_value_callback.is_null()) state 765 ui/views/accessibility/native_view_accessibility_win.cc state.set_value_callback.Run(new_value); state 817 ui/views/accessibility/native_view_accessibility_win.cc ui::AXViewState state; state 818 ui/views/accessibility/native_view_accessibility_win.cc view_->GetAccessibleState(&state); state 819 ui/views/accessibility/native_view_accessibility_win.cc *role = MSAARole(state.role); state 833 ui/views/accessibility/native_view_accessibility_win.cc ui::AXViewState state; state 834 ui/views/accessibility/native_view_accessibility_win.cc view_->GetAccessibleState(&state); state 840 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_EDITABLE)) state 891 ui/views/accessibility/native_view_accessibility_win.cc ui::AXViewState state; state 892 ui/views/accessibility/native_view_accessibility_win.cc view_->GetAccessibleState(&state); state 893 ui/views/accessibility/native_view_accessibility_win.cc *offset = static_cast<LONG>(state.selection_end); state 904 ui/views/accessibility/native_view_accessibility_win.cc ui::AXViewState state; state 905 ui/views/accessibility/native_view_accessibility_win.cc view_->GetAccessibleState(&state); state 906 ui/views/accessibility/native_view_accessibility_win.cc if (state.selection_start != state.selection_end) state 922 ui/views/accessibility/native_view_accessibility_win.cc ui::AXViewState state; state 923 ui/views/accessibility/native_view_accessibility_win.cc view_->GetAccessibleState(&state); state 924 ui/views/accessibility/native_view_accessibility_win.cc *start_offset = static_cast<LONG>(state.selection_start); state 925 ui/views/accessibility/native_view_accessibility_win.cc *end_offset = static_cast<LONG>(state.selection_end); state 935 ui/views/accessibility/native_view_accessibility_win.cc ui::AXViewState state; state 936 ui/views/accessibility/native_view_accessibility_win.cc view_->GetAccessibleState(&state); state 943 ui/views/accessibility/native_view_accessibility_win.cc start_offset = static_cast<LONG>(state.selection_end); state 948 ui/views/accessibility/native_view_accessibility_win.cc end_offset = static_cast<LONG>(state.selection_end); state 1103 ui/views/accessibility/native_view_accessibility_win.cc ui::AXViewState state; state 1104 ui/views/accessibility/native_view_accessibility_win.cc view_->GetAccessibleState(&state); state 1105 ui/views/accessibility/native_view_accessibility_win.cc long role = MSAARole(state.role); state 1123 ui/views/accessibility/native_view_accessibility_win.cc ui::AXViewState state; state 1124 ui/views/accessibility/native_view_accessibility_win.cc view_->GetAccessibleState(&state); state 1125 ui/views/accessibility/native_view_accessibility_win.cc long role = MSAARole(state.role); state 1248 ui/views/accessibility/native_view_accessibility_win.cc int32 NativeViewAccessibilityWin::MSAAState(const ui::AXViewState& state) { state 1253 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_CHECKED)) state 1255 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_COLLAPSED)) state 1257 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_DEFAULT)) state 1259 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_EXPANDED)) state 1261 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_HASPOPUP)) state 1263 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_HOVERED)) state 1265 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_INVISIBLE)) state 1267 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_LINKED)) state 1269 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_OFFSCREEN)) state 1271 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_PRESSED)) state 1273 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_PROTECTED)) state 1275 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_READ_ONLY)) state 1277 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_SELECTED)) state 1279 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_FOCUSED)) state 1281 ui/views/accessibility/native_view_accessibility_win.cc if (state.HasStateFlag(ui::AX_STATE_DISABLED)) state 1346 ui/views/accessibility/native_view_accessibility_win.cc ui::AXViewState state; state 1347 ui/views/accessibility/native_view_accessibility_win.cc view_->GetAccessibleState(&state); state 1348 ui/views/accessibility/native_view_accessibility_win.cc if (state.role == ui::AX_ROLE_TEXT_FIELD) state 1349 ui/views/accessibility/native_view_accessibility_win.cc return state.value; state 1351 ui/views/accessibility/native_view_accessibility_win.cc return state.name; state 115 ui/views/accessibility/native_view_accessibility_win.h STDMETHODIMP get_accState(VARIANT var_id, VARIANT* state); state 350 ui/views/accessibility/native_view_accessibility_win.h static int32 MSAAState(const ui::AXViewState& state); state 210 ui/views/accessible_pane_view.cc void AccessiblePaneView::GetAccessibleState(ui::AXViewState* state) { state 211 ui/views/accessible_pane_view.cc state->role = ui::AX_ROLE_PANE; state 47 ui/views/accessible_pane_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 143 ui/views/bubble/bubble_delegate.cc void BubbleDelegateView::GetAccessibleState(ui::AXViewState* state) { state 144 ui/views/bubble/bubble_delegate.cc state->role = ui::AX_ROLE_DIALOG; state 40 ui/views/bubble/bubble_delegate.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 481 ui/views/bubble/tray_bubble_view.cc void TrayBubbleView::GetAccessibleState(ui::AXViewState* state) { state 483 ui/views/bubble/tray_bubble_view.cc state->role = ui::AX_ROLE_WINDOW; state 484 ui/views/bubble/tray_bubble_view.cc state->name = delegate_->GetAccessibleNameForBubble(); state 164 ui/views/bubble/tray_bubble_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 58 ui/views/controls/button/blue_button.cc for (size_t state = STATE_NORMAL; state < STATE_COUNT; ++state) state 59 ui/views/controls/button/blue_button.cc SetTextColor(static_cast<ButtonState>(state), kBlueButtonTextColor); state 16 ui/views/controls/button/button.cc Button::ButtonState Button::GetButtonStateFrom(ui::NativeTheme::State state) { state 17 ui/views/controls/button/button.cc switch (state) { state 22 ui/views/controls/button/button.cc case ui::NativeTheme::kMaxState: NOTREACHED() << "Unknown state: " << state; state 56 ui/views/controls/button/button.cc void Button::GetAccessibleState(ui::AXViewState* state) { state 57 ui/views/controls/button/button.cc state->role = ui::AX_ROLE_BUTTON; state 58 ui/views/controls/button/button.cc state->name = accessible_name_; state 49 ui/views/controls/button/button.h static ButtonState GetButtonStateFrom(ui::NativeTheme::State state); state 61 ui/views/controls/button/button.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 97 ui/views/controls/button/checkbox.cc void Checkbox::GetAccessibleState(ui::AXViewState* state) { state 98 ui/views/controls/button/checkbox.cc LabelButton::GetAccessibleState(state); state 99 ui/views/controls/button/checkbox.cc state->role = ui::AX_ROLE_CHECK_BOX; state 101 ui/views/controls/button/checkbox.cc state->AddStateFlag(ui::AX_STATE_CHECKED); state 37 ui/views/controls/button/checkbox.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 56 ui/views/controls/button/custom_button.cc void CustomButton::SetState(ButtonState state) { state 57 ui/views/controls/button/custom_button.cc if (state == state_) state 63 ui/views/controls/button/custom_button.cc if (state_ == STATE_NORMAL && state == STATE_HOVERED) { state 67 ui/views/controls/button/custom_button.cc && state == STATE_NORMAL) { state 76 ui/views/controls/button/custom_button.cc state_ = state; state 287 ui/views/controls/button/custom_button.cc void CustomButton::GetAccessibleState(ui::AXViewState* state) { state 288 ui/views/controls/button/custom_button.cc Button::GetAccessibleState(state); state 291 ui/views/controls/button/custom_button.cc state->AddStateFlag(ui::AX_STATE_HOVERED); state 294 ui/views/controls/button/custom_button.cc state->AddStateFlag(ui::AX_STATE_PRESSED); state 297 ui/views/controls/button/custom_button.cc state->AddStateFlag(ui::AX_STATE_DISABLED); state 38 ui/views/controls/button/custom_button.h ButtonState state() const { return state_; } state 39 ui/views/controls/button/custom_button.h void SetState(ButtonState state); state 87 ui/views/controls/button/custom_button.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 150 ui/views/controls/button/custom_button.h virtual void StateChanged(Button::ButtonState state) = 0; state 78 ui/views/controls/button/custom_button_unittest.cc EXPECT_EQ(CustomButton::STATE_PRESSED, button->state()); state 83 ui/views/controls/button/custom_button_unittest.cc EXPECT_EQ(CustomButton::STATE_HOVERED, button->state()); state 86 ui/views/controls/button/custom_button_unittest.cc EXPECT_EQ(CustomButton::STATE_DISABLED, button->state()); state 89 ui/views/controls/button/custom_button_unittest.cc EXPECT_EQ(CustomButton::STATE_HOVERED, button->state()); state 92 ui/views/controls/button/custom_button_unittest.cc EXPECT_EQ(CustomButton::STATE_NORMAL, button->state()); state 95 ui/views/controls/button/custom_button_unittest.cc EXPECT_EQ(CustomButton::STATE_HOVERED, button->state()); state 102 ui/views/controls/button/custom_button_unittest.cc EXPECT_EQ(CustomButton::STATE_DISABLED, button->state()); state 105 ui/views/controls/button/custom_button_unittest.cc EXPECT_EQ(CustomButton::STATE_NORMAL, button->state()); state 108 ui/views/controls/button/custom_button_unittest.cc EXPECT_EQ(CustomButton::STATE_NORMAL, button->state()); state 111 ui/views/controls/button/custom_button_unittest.cc EXPECT_EQ(CustomButton::STATE_NORMAL, button->state()); state 131 ui/views/controls/button/custom_button_unittest.cc EXPECT_EQ(CustomButton::STATE_NORMAL, button->state()); state 134 ui/views/controls/button/custom_button_unittest.cc EXPECT_EQ(CustomButton::STATE_PRESSED, button->state()); state 137 ui/views/controls/button/custom_button_unittest.cc EXPECT_EQ(CustomButton::STATE_PRESSED, button->state()); state 140 ui/views/controls/button/custom_button_unittest.cc EXPECT_EQ(CustomButton::STATE_NORMAL, button->state()); state 42 ui/views/controls/button/image_button.cc const gfx::ImageSkia& ImageButton::GetImage(ButtonState state) const { state 43 ui/views/controls/button/image_button.cc return images_[state]; state 46 ui/views/controls/button/image_button.cc void ImageButton::SetImage(ButtonState state, const gfx::ImageSkia* image) { state 47 ui/views/controls/button/image_button.cc images_[state] = image ? *image : gfx::ImageSkia(); state 201 ui/views/controls/button/image_button.cc void ToggleImageButton::SetToggledImage(ButtonState state, state 204 ui/views/controls/button/image_button.cc images_[state] = image ? *image : gfx::ImageSkia(); state 205 ui/views/controls/button/image_button.cc if (state_ == state) state 208 ui/views/controls/button/image_button.cc alternate_images_[state] = image ? *image : gfx::ImageSkia(); state 219 ui/views/controls/button/image_button.cc const gfx::ImageSkia& ToggleImageButton::GetImage(ButtonState state) const { state 221 ui/views/controls/button/image_button.cc return alternate_images_[state]; state 222 ui/views/controls/button/image_button.cc return images_[state]; state 225 ui/views/controls/button/image_button.cc void ToggleImageButton::SetImage(ButtonState state, state 228 ui/views/controls/button/image_button.cc alternate_images_[state] = image ? *image : gfx::ImageSkia(); state 230 ui/views/controls/button/image_button.cc images_[state] = image ? *image : gfx::ImageSkia(); state 231 ui/views/controls/button/image_button.cc if (state_ == state) state 249 ui/views/controls/button/image_button.cc void ToggleImageButton::GetAccessibleState(ui::AXViewState* state) { state 250 ui/views/controls/button/image_button.cc ImageButton::GetAccessibleState(state); state 251 ui/views/controls/button/image_button.cc GetTooltipText(gfx::Point(), &state->name); state 44 ui/views/controls/button/image_button.h virtual const gfx::ImageSkia& GetImage(ButtonState state) const; state 47 ui/views/controls/button/image_button.h virtual void SetImage(ButtonState state, const gfx::ImageSkia* image); state 138 ui/views/controls/button/image_button.h void SetToggledImage(ButtonState state, const gfx::ImageSkia* image); state 144 ui/views/controls/button/image_button.h virtual const gfx::ImageSkia& GetImage(ButtonState state) const OVERRIDE; state 145 ui/views/controls/button/image_button.h virtual void SetImage(ButtonState state, state 151 ui/views/controls/button/image_button.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 97 ui/views/controls/button/label_button.cc else if (for_state == state()) state 341 ui/views/controls/button/label_button.cc for (size_t state = STATE_NORMAL; state < STATE_COUNT; ++state) { state 342 ui/views/controls/button/label_button.cc if (!explicitly_set_colors_[state]) { state 343 ui/views/controls/button/label_button.cc SetTextColor(static_cast<ButtonState>(state), colors[state]); state 344 ui/views/controls/button/label_button.cc explicitly_set_colors_[state] = false; state 350 ui/views/controls/button/label_button.cc image_->SetImage(GetImage(state())); state 368 ui/views/controls/button/label_button.cc const SkColor color = button_state_colors_[state()]; state 369 ui/views/controls/button/label_button.cc if (state() != STATE_DISABLED && label_->enabled_color() != color) state 371 ui/views/controls/button/label_button.cc label_->SetEnabled(state() != STATE_DISABLED); state 395 ui/views/controls/button/label_button.cc switch (state()) { state 400 ui/views/controls/button/label_button.cc case STATE_COUNT: NOTREACHED() << "Unknown state: " << state(); state 37 ui/views/controls/button/label_button_border.cc ui::NativeTheme::State state, state 42 ui/views/controls/button/label_button_border.cc Button::GetButtonStateFrom(state)); state 45 ui/views/controls/button/label_button_border.cc painter = border->GetPainter(false, Button::GetButtonStateFrom(state)); state 103 ui/views/controls/button/label_button_border.cc ui::NativeTheme::State state = native_theme_delegate->GetThemeState(&extra); state 109 ui/views/controls/button/label_button_border.cc state = native_theme_delegate->GetBackgroundThemeState(&extra); state 110 ui/views/controls/button/label_button_border.cc PaintHelper(this, canvas, state, rect, extra); state 117 ui/views/controls/button/label_button_border.cc state = native_theme_delegate->GetForegroundThemeState(&extra); state 118 ui/views/controls/button/label_button_border.cc PaintHelper(this, canvas, state, rect, extra); state 123 ui/views/controls/button/label_button_border.cc PaintHelper(this, canvas, state, rect, extra); state 143 ui/views/controls/button/label_button_border.cc Button::ButtonState state) { state 144 ui/views/controls/button/label_button_border.cc return painters_[focused ? 1 : 0][state].get(); state 148 ui/views/controls/button/label_button_border.cc Button::ButtonState state, state 150 ui/views/controls/button/label_button_border.cc painters_[focused ? 1 : 0][state].reset(painter); state 35 ui/views/controls/button/label_button_border.h Painter* GetPainter(bool focused, Button::ButtonState state); state 36 ui/views/controls/button/label_button_border.h void SetPainter(bool focused, Button::ButtonState state, Painter* painter); state 45 ui/views/controls/button/label_button_unittest.cc EXPECT_EQ(Button::STATE_NORMAL, button.state()); state 165 ui/views/controls/button/menu_button.cc if (state() != STATE_DISABLED) { state 185 ui/views/controls/button/menu_button.cc state() != STATE_DISABLED && !InDrag() && event.IsOnlyLeftMouseButton() && state 205 ui/views/controls/button/menu_button.cc if (state() != STATE_DISABLED && event->type() == ui::ET_GESTURE_TAP) { state 243 ui/views/controls/button/menu_button.cc void MenuButton::GetAccessibleState(ui::AXViewState* state) { state 244 ui/views/controls/button/menu_button.cc CustomButton::GetAccessibleState(state); state 245 ui/views/controls/button/menu_button.cc state->role = ui::AX_ROLE_POP_UP_BUTTON; state 246 ui/views/controls/button/menu_button.cc state->default_action = l10n_util::GetStringUTF16(IDS_APP_ACCACTION_PRESS); state 247 ui/views/controls/button/menu_button.cc state->AddStateFlag(ui::AX_STATE_HASPOPUP); state 65 ui/views/controls/button/menu_button.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 97 ui/views/controls/button/radio_button.cc void RadioButton::GetAccessibleState(ui::AXViewState* state) { state 98 ui/views/controls/button/radio_button.cc Checkbox::GetAccessibleState(state); state 99 ui/views/controls/button/radio_button.cc state->role = ui::AX_ROLE_RADIO_BUTTON; state 25 ui/views/controls/button/radio_button.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 107 ui/views/controls/button/text_button.cc int state = button->state(); state 116 ui/views/controls/button/text_button.cc ((state == TextButton::STATE_HOVERED) || state 117 ui/views/controls/button/text_button.cc (state == TextButton::STATE_PRESSED) || state 118 ui/views/controls/button/text_button.cc ((state == TextButton::STATE_NORMAL) && animating))) { state 119 ui/views/controls/button/text_button.cc painter = (state == TextButton::STATE_PRESSED) ? state 179 ui/views/controls/button/text_button.cc ui::NativeTheme::State state = delegate_->GetForegroundThemeState(&extra); state 182 ui/views/controls/button/text_button.cc theme->Paint(canvas->sk_canvas(), part, state, rect, extra); state 186 ui/views/controls/button/text_button.cc ui::NativeTheme::State state = delegate_->GetThemeState(&extra); state 187 ui/views/controls/button/text_button.cc theme->Paint(canvas->sk_canvas(), part, state, rect, extra); state 463 ui/views/controls/button/text_button.cc (state() == STATE_HOVERED || state() == STATE_PRESSED)) ? state 524 ui/views/controls/button/text_button.cc switch(state()) { state 534 ui/views/controls/button/text_button.cc NOTREACHED() << "Unknown state: " << state(); state 715 ui/views/controls/button/text_button.cc if (has_hover_icon_ && (state() == STATE_HOVERED)) state 717 ui/views/controls/button/text_button.cc if (has_pushed_icon_ && (state() == STATE_PRESSED)) state 127 ui/views/controls/combobox/combobox.cc Button::ButtonState state, state 131 ui/views/controls/combobox/combobox.cc switch (state) { state 150 ui/views/controls/combobox/combobox.cc Button::ButtonState state, state 154 ui/views/controls/combobox/combobox.cc switch (state) { state 174 ui/views/controls/combobox/combobox.cc Button::ButtonState state) { state 177 ui/views/controls/combobox/combobox.cc ids = GetMenuButtonImageIds(focused, state, &num_ids); state 254 ui/views/controls/combobox/combobox.cc Button::ButtonState state = button_states[state_index]; state 257 ui/views/controls/combobox/combobox.cc const int* ids = GetBodyButtonImageIds(focused, state, &num); state 258 ui/views/controls/combobox/combobox.cc body_button_painters_[focused][state].reset( state 260 ui/views/controls/combobox/combobox.cc menu_button_images_[focused][state] = GetMenuButtonImages(focused, state); state 553 ui/views/controls/combobox/combobox.cc void Combobox::GetAccessibleState(ui::AXViewState* state) { state 554 ui/views/controls/combobox/combobox.cc state->role = ui::AX_ROLE_COMBO_BOX; state 555 ui/views/controls/combobox/combobox.cc state->name = accessible_name_; state 556 ui/views/controls/combobox/combobox.cc state->value = model_->GetItemAt(selected_index_); state 557 ui/views/controls/combobox/combobox.cc state->index = selected_index_; state 558 ui/views/controls/combobox/combobox.cc state->count = model_->GetItemCount(); state 694 ui/views/controls/combobox/combobox.cc arrow_button_->state() == Button::STATE_HOVERED ? state 695 ui/views/controls/combobox/combobox.cc Button::STATE_NORMAL : arrow_button_->state()]; state 698 ui/views/controls/combobox/combobox.cc text_button_->state() == Button::STATE_PRESSED ? 0 : state 705 ui/views/controls/combobox/combobox.cc text_button_->state() == Button::STATE_HOVERED ? state 706 ui/views/controls/combobox/combobox.cc Button::STATE_NORMAL : text_button_->state()].get(); state 721 ui/views/controls/combobox/combobox.cc arrow_button_->state() == Button::STATE_PRESSED ? 0 : state 768 ui/views/controls/combobox/combobox.cc original_state = arrow_button_->state(); state 104 ui/views/controls/combobox/combobox.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 164 ui/views/controls/image_view.cc void ImageView::GetAccessibleState(ui::AXViewState* state) { state 165 ui/views/controls/image_view.cc state->role = ui::AX_ROLE_IMAGE; state 166 ui/views/controls/image_view.cc state->name = tooltip_text_; state 87 ui/views/controls/image_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 314 ui/views/controls/label.cc void Label::GetAccessibleState(ui::AXViewState* state) { state 315 ui/views/controls/label.cc state->role = ui::AX_ROLE_STATIC_TEXT; state 316 ui/views/controls/label.cc state->AddStateFlag(ui::AX_STATE_READ_ONLY); state 317 ui/views/controls/label.cc state->name = layout_text(); state 186 ui/views/controls/label.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 198 ui/views/controls/label_unittest.cc ui::AXViewState state; state 199 ui/views/controls/label_unittest.cc label.GetAccessibleState(&state); state 200 ui/views/controls/label_unittest.cc EXPECT_EQ(ui::AX_ROLE_STATIC_TEXT, state.role); state 201 ui/views/controls/label_unittest.cc EXPECT_EQ(test_text, state.name); state 202 ui/views/controls/label_unittest.cc EXPECT_TRUE(state.HasStateFlag(ui::AX_STATE_READ_ONLY)); state 133 ui/views/controls/link.cc void Link::GetAccessibleState(ui::AXViewState* state) { state 134 ui/views/controls/link.cc Label::GetAccessibleState(state); state 135 ui/views/controls/link.cc state->role = ui::AX_ROLE_LINK; state 48 ui/views/controls/link.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 153 ui/views/controls/menu/menu_item_view.cc void MenuItemView::GetAccessibleState(ui::AXViewState* state) { state 154 ui/views/controls/menu/menu_item_view.cc state->role = ui::AX_ROLE_MENU_ITEM; state 161 ui/views/controls/menu/menu_item_view.cc ui::AXViewState state; state 162 ui/views/controls/menu/menu_item_view.cc child->GetAccessibleState(&state); state 163 ui/views/controls/menu/menu_item_view.cc item_text = state.name; state 167 ui/views/controls/menu/menu_item_view.cc state->name = GetAccessibleNameForMenuItem(item_text, GetMinorText()); state 171 ui/views/controls/menu/menu_item_view.cc state->AddStateFlag(ui::AX_STATE_HASPOPUP); state 176 ui/views/controls/menu/menu_item_view.cc state->AddStateFlag(ui::AX_STATE_CHECKED); state 136 ui/views/controls/menu/menu_item_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 254 ui/views/controls/menu/menu_scroll_view_container.cc ui::AXViewState* state) { state 256 ui/views/controls/menu/menu_scroll_view_container.cc content_view_->GetAccessibleState(state); state 259 ui/views/controls/menu/menu_scroll_view_container.cc state->role = ui::AX_ROLE_MENU_BAR; state 262 ui/views/controls/menu/menu_scroll_view_container.cc state->AddStateFlag(ui::AX_STATE_FOCUSED); state 37 ui/views/controls/menu/menu_scroll_view_container.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 278 ui/views/controls/menu/native_menu_win.cc NativeTheme::State state; state 280 ui/views/controls/menu/native_menu_win.cc state = NativeTheme::kDisabled; state 282 ui/views/controls/menu/native_menu_win.cc state = draw_item_struct->itemState & ODS_SELECTED ? state 300 ui/views/controls/menu/native_menu_win.cc state, bounds, extra); state 302 ui/views/controls/menu/native_menu_win.cc canvas.sk_canvas(), NativeTheme::kMenuCheck, state, bounds, extra); state 545 ui/views/controls/menu/native_menu_win.cc UINT state = ::GetMenuState(menu, i, MF_BYPOSITION); state 546 ui/views/controls/menu/native_menu_win.cc if (state & MF_HILITE) { state 547 ui/views/controls/menu/native_menu_win.cc if (state & MF_POPUP) { state 553 ui/views/controls/menu/native_menu_win.cc } else if (!(state & MF_SEPARATOR) && !(state & MF_DISABLED)) { state 668 ui/views/controls/menu/native_menu_win.cc UINT state = enabled ? MFS_ENABLED : MFS_DISABLED; state 670 ui/views/controls/menu/native_menu_win.cc state |= MFS_CHECKED; state 672 ui/views/controls/menu/native_menu_win.cc state |= MFS_DEFAULT; state 677 ui/views/controls/menu/native_menu_win.cc mii.fState = state; state 168 ui/views/controls/menu/submenu_view.cc void SubmenuView::GetAccessibleState(ui::AXViewState* state) { state 171 ui/views/controls/menu/submenu_view.cc GetMenuItem()->GetAccessibleState(state); state 172 ui/views/controls/menu/submenu_view.cc state->role = ui::AX_ROLE_MENU_LIST_POPUP; state 61 ui/views/controls/menu/submenu_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 136 ui/views/controls/message_box_view.cc void MessageBoxView::GetAccessibleState(ui::AXViewState* state) { state 137 ui/views/controls/message_box_view.cc state->role = ui::AX_ROLE_ALERT; state 86 ui/views/controls/message_box_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 181 ui/views/controls/progress_bar.cc void ProgressBar::GetAccessibleState(ui::AXViewState* state) { state 182 ui/views/controls/progress_bar.cc state->role = ui::AX_ROLE_PROGRESS_INDICATOR; state 183 ui/views/controls/progress_bar.cc state->AddStateFlag(ui::AX_STATE_READ_ONLY); state 43 ui/views/controls/progress_bar.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 28 ui/views/controls/progress_bar_unittest.cc ui::AXViewState state; state 29 ui/views/controls/progress_bar_unittest.cc bar.GetAccessibleState(&state); state 30 ui/views/controls/progress_bar_unittest.cc EXPECT_EQ(ui::AX_ROLE_PROGRESS_INDICATOR, state.role); state 31 ui/views/controls/progress_bar_unittest.cc EXPECT_EQ(base::string16(), state.name); state 32 ui/views/controls/progress_bar_unittest.cc EXPECT_TRUE(state.HasStateFlag(ui::AX_STATE_READ_ONLY)); state 66 ui/views/controls/resize_area.cc void ResizeArea::GetAccessibleState(ui::AXViewState* state) { state 67 ui/views/controls/resize_area.cc state->role = ui::AX_ROLE_SPLITTER; state 35 ui/views/controls/resize_area.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 471 ui/views/controls/scrollbar/base_scroll_bar.cc void BaseScrollBar::SetState(CustomButton::ButtonState state) { state 472 ui/views/controls/scrollbar/base_scroll_bar.cc SetThumbTrackState(state); state 509 ui/views/controls/scrollbar/base_scroll_bar.cc void BaseScrollBar::SetThumbTrackState(CustomButton::ButtonState state) { state 510 ui/views/controls/scrollbar/base_scroll_bar.cc thumb_track_state_ = state; state 123 ui/views/controls/scrollbar/base_scroll_bar.h void SetState(CustomButton::ButtonState state); state 147 ui/views/controls/scrollbar/base_scroll_bar.h void SetThumbTrackState(CustomButton::ButtonState state); state 125 ui/views/controls/scrollbar/base_scroll_bar_thumb.cc void BaseScrollBarThumb::SetState(CustomButton::ButtonState state) { state 126 ui/views/controls/scrollbar/base_scroll_bar_thumb.cc if (state_ == state) state 130 ui/views/controls/scrollbar/base_scroll_bar_thumb.cc state_ = state; state 131 ui/views/controls/scrollbar/base_scroll_bar_thumb.cc scroll_bar_->OnThumbStateChanged(old_state, state); state 61 ui/views/controls/scrollbar/base_scroll_bar_thumb.h void SetState(CustomButton::ButtonState state); state 98 ui/views/controls/scrollbar/kennedy_scroll_bar.cc CustomButton::ButtonState state = GetThumbTrackState(); state 99 ui/views/controls/scrollbar/kennedy_scroll_bar.cc if ((state == CustomButton::STATE_HOVERED) || state 100 ui/views/controls/scrollbar/kennedy_scroll_bar.cc (state == CustomButton::STATE_PRESSED)) { state 133 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::State state; state 137 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kHovered; state 140 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kPressed; state 143 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kDisabled; state 147 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kNormal; state 151 ui/views/controls/scrollbar/native_scroll_bar_views.cc return state; state 204 ui/views/controls/scrollbar/native_scroll_bar_views.cc ui::NativeTheme::State state; state 208 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kHovered; state 211 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kPressed; state 214 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kDisabled; state 218 ui/views/controls/scrollbar/native_scroll_bar_views.cc state = ui::NativeTheme::kNormal; state 222 ui/views/controls/scrollbar/native_scroll_bar_views.cc return state; state 14 ui/views/controls/scrollbar/scroll_bar.cc void ScrollBar::GetAccessibleState(ui::AXViewState* state) { state 15 ui/views/controls/scrollbar/scroll_bar.cc state->role = ui::AX_ROLE_SCROLL_BAR; state 63 ui/views/controls/scrollbar/scroll_bar.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 37 ui/views/controls/separator.cc void Separator::GetAccessibleState(ui::AXViewState* state) { state 38 ui/views/controls/separator.cc state->role = ui::AX_ROLE_SPLITTER; state 32 ui/views/controls/separator.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 62 ui/views/controls/single_split_view.cc void SingleSplitView::GetAccessibleState(ui::AXViewState* state) { state 63 ui/views/controls/single_split_view.cc state->role = ui::AX_ROLE_GROUP; state 64 ui/views/controls/single_split_view.cc state->name = accessible_name_; state 37 ui/views/controls/single_split_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 326 ui/views/controls/slider.cc void Slider::GetAccessibleState(ui::AXViewState* state) { state 327 ui/views/controls/slider.cc state->role = ui::AX_ROLE_SLIDER; state 328 ui/views/controls/slider.cc state->name = accessible_name_; state 329 ui/views/controls/slider.cc state->value = base::UTF8ToUTF16( state 91 ui/views/controls/slider.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 371 ui/views/controls/tabbed_pane/tabbed_pane.cc void TabbedPane::GetAccessibleState(ui::AXViewState* state) { state 372 ui/views/controls/tabbed_pane/tabbed_pane.cc state->role = ui::AX_ROLE_TAB_LIST; state 72 ui/views/controls/tabbed_pane/tabbed_pane.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 818 ui/views/controls/textfield/textfield.cc void Textfield::GetAccessibleState(ui::AXViewState* state) { state 819 ui/views/controls/textfield/textfield.cc state->role = ui::AX_ROLE_TEXT_FIELD; state 820 ui/views/controls/textfield/textfield.cc state->name = accessible_name_; state 822 ui/views/controls/textfield/textfield.cc state->AddStateFlag(ui::AX_STATE_READ_ONLY); state 824 ui/views/controls/textfield/textfield.cc state->AddStateFlag(ui::AX_STATE_PROTECTED); state 825 ui/views/controls/textfield/textfield.cc state->value = text(); state 828 ui/views/controls/textfield/textfield.cc state->selection_start = range.start(); state 829 ui/views/controls/textfield/textfield.cc state->selection_end = range.end(); state 832 ui/views/controls/textfield/textfield.cc state->set_value_callback = state 202 ui/views/controls/textfield/textfield.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 407 ui/views/controls/tree/tree_view.cc void TreeView::GetAccessibleState(ui::AXViewState* state) { state 408 ui/views/controls/tree/tree_view.cc state->role = ui::AX_ROLE_TREE; state 409 ui/views/controls/tree/tree_view.cc state->AddStateFlag(ui::AX_STATE_READ_ONLY); state 414 ui/views/controls/tree/tree_view.cc state->role = ui::AX_ROLE_TREE_ITEM; state 415 ui/views/controls/tree/tree_view.cc state->name = selected_node_->model_node()->GetTitle(); state 131 ui/views/controls/tree/tree_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 194 ui/views/controls/webview/webview.cc void WebView::GetAccessibleState(ui::AXViewState* state) { state 195 ui/views/controls/webview/webview.cc state->role = ui::AX_ROLE_GROUP; state 108 ui/views/controls/webview/webview.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 760 ui/views/layout/grid_layout.cc ViewState* state = state 764 ui/views/layout/grid_layout.cc AddViewState(state); state 208 ui/views/layout/grid_layout.h void UpdateRemainingHeightFromRows(ViewState* state); state 213 ui/views/layout/grid_layout.h void DistributeRemainingHeight(ViewState* state); state 154 ui/views/test/ui_controls_factory_desktop_aurax11.cc DCHECK(!xevent.xkey.state); state 192 ui/views/test/ui_controls_factory_desktop_aurax11.cc xmotion->state = button_down_mask; state 200 ui/views/test/ui_controls_factory_desktop_aurax11.cc virtual bool SendMouseEvents(MouseButton type, int state) OVERRIDE { state 201 ui/views/test/ui_controls_factory_desktop_aurax11.cc return SendMouseEventsNotifyWhenDone(type, state, base::Closure()); state 205 ui/views/test/ui_controls_factory_desktop_aurax11.cc int state, state 221 ui/views/test/ui_controls_factory_desktop_aurax11.cc xbutton->state = Button1Mask; state 225 ui/views/test/ui_controls_factory_desktop_aurax11.cc xbutton->state = Button2Mask; state 229 ui/views/test/ui_controls_factory_desktop_aurax11.cc xbutton->state = Button3Mask; state 233 ui/views/test/ui_controls_factory_desktop_aurax11.cc if (state & DOWN) { state 236 ui/views/test/ui_controls_factory_desktop_aurax11.cc button_down_mask |= xbutton->state; state 238 ui/views/test/ui_controls_factory_desktop_aurax11.cc if (state & UP) { state 241 ui/views/test/ui_controls_factory_desktop_aurax11.cc button_down_mask = (button_down_mask | xbutton->state) ^ xbutton->state; state 292 ui/views/test/ui_controls_factory_desktop_aurax11.cc xevent->xkey.state |= mask; state 299 ui/views/test/ui_controls_factory_desktop_aurax11.cc xevent->xkey.state ^= mask; state 932 ui/views/view.h virtual void GetAccessibleState(ui::AXViewState* state) { } state 764 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc void DesktopNativeWidgetAura::ShowWithWindowState(ui::WindowShowState state) { state 767 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc desktop_window_tree_host_->ShowWindowWithState(state); state 147 ui/views/widget/desktop_aura/desktop_native_widget_aura.h virtual void ShowWithWindowState(ui::WindowShowState state) OVERRIDE; state 1535 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc next_event.xmotion.state == xev->xmotion.state) { state 1549 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc ::Atom state = atom_cache_.GetAtom("_NET_WM_STATE"); state 1552 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc if (xev->xproperty.atom == state && state 483 ui/views/widget/native_widget_aura.cc void NativeWidgetAura::ShowWithWindowState(ui::WindowShowState state) { state 487 ui/views/widget/native_widget_aura.cc if (state == ui::SHOW_STATE_MAXIMIZED || state == ui::SHOW_STATE_FULLSCREEN) state 488 ui/views/widget/native_widget_aura.cc window_->SetProperty(aura::client::kShowStateKey, state); state 491 ui/views/widget/native_widget_aura.cc if (state != ui::SHOW_STATE_INACTIVE) state 496 ui/views/widget/native_widget_aura.cc SetInitialFocus(state); state 102 ui/views/widget/native_widget_aura.h virtual void ShowWithWindowState(ui::WindowShowState state) OVERRIDE; state 495 ui/views/widget/root_view.cc void RootView::GetAccessibleState(ui::AXViewState* state) { state 496 ui/views/widget/root_view.cc state->name = widget_->widget_delegate()->GetAccessibleWindowTitle(); state 497 ui/views/widget/root_view.cc state->role = widget_->widget_delegate()->GetAccessibleWindowRole(); state 109 ui/views/widget/root_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 312 ui/views/widget/widget_unittest.cc OwnershipTestState* state) state 314 ui/views/widget/widget_unittest.cc state_(state) { state 331 ui/views/widget/widget_unittest.cc OwnershipTestState* state) state 333 ui/views/widget/widget_unittest.cc state_(state) { state 348 ui/views/widget/widget_unittest.cc explicit OwnershipTestWidget(OwnershipTestState* state) : state_(state) {} state 362 ui/views/widget/widget_unittest.cc OwnershipTestState state; state 364 ui/views/widget/widget_unittest.cc scoped_ptr<Widget> widget(new OwnershipTestWidget(&state)); state 367 ui/views/widget/widget_unittest.cc new OwnershipTestNativeWidgetAura(widget.get(), &state); state 374 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.widget_deleted); state 375 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.native_widget_deleted); state 383 ui/views/widget/widget_unittest.cc OwnershipTestState state; state 385 ui/views/widget/widget_unittest.cc scoped_ptr<Widget> widget(new OwnershipTestWidget(&state)); state 388 ui/views/widget/widget_unittest.cc new OwnershipTestNativeWidgetAura(widget.get(), &state); state 395 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.widget_deleted); state 396 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.native_widget_deleted); state 406 ui/views/widget/widget_unittest.cc OwnershipTestState state; state 410 ui/views/widget/widget_unittest.cc scoped_ptr<Widget> widget(new OwnershipTestWidget(&state)); state 413 ui/views/widget/widget_unittest.cc new OwnershipTestNativeWidgetAura(widget.get(), &state); state 425 ui/views/widget/widget_unittest.cc EXPECT_FALSE(state.widget_deleted); state 426 ui/views/widget/widget_unittest.cc EXPECT_FALSE(state.native_widget_deleted); state 431 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.widget_deleted); state 432 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.native_widget_deleted); state 438 ui/views/widget/widget_unittest.cc OwnershipTestState state; state 440 ui/views/widget/widget_unittest.cc Widget* widget = new OwnershipTestWidget(&state); state 443 ui/views/widget/widget_unittest.cc new OwnershipTestNativeWidgetAura(widget, &state); state 449 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.widget_deleted); state 450 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.native_widget_deleted); state 455 ui/views/widget/widget_unittest.cc OwnershipTestState state; state 459 ui/views/widget/widget_unittest.cc Widget* widget = new OwnershipTestWidget(&state); state 462 ui/views/widget/widget_unittest.cc new OwnershipTestNativeWidgetAura(widget, &state); state 473 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.widget_deleted); state 474 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.native_widget_deleted); state 481 ui/views/widget/widget_unittest.cc OwnershipTestState state; state 483 ui/views/widget/widget_unittest.cc Widget* widget = new OwnershipTestWidget(&state); state 486 ui/views/widget/widget_unittest.cc new OwnershipTestNativeWidgetAura(widget, &state); state 492 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.widget_deleted); state 493 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.native_widget_deleted); state 500 ui/views/widget/widget_unittest.cc OwnershipTestState state; state 504 ui/views/widget/widget_unittest.cc Widget* widget = new OwnershipTestWidget(&state); state 507 ui/views/widget/widget_unittest.cc new OwnershipTestNativeWidgetAura(widget, &state); state 518 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.widget_deleted); state 519 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.native_widget_deleted); state 526 ui/views/widget/widget_unittest.cc OwnershipTestState state; state 530 ui/views/widget/widget_unittest.cc Widget* widget = new OwnershipTestWidget(&state); state 533 ui/views/widget/widget_unittest.cc new OwnershipTestNativeWidgetAura(widget, &state); state 545 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.widget_deleted); state 546 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.native_widget_deleted); state 552 ui/views/widget/widget_unittest.cc OwnershipTestState state; state 556 ui/views/widget/widget_unittest.cc scoped_ptr<Widget> widget(new OwnershipTestWidget(&state)); state 559 ui/views/widget/widget_unittest.cc new OwnershipTestNativeWidgetAura(widget.get(), &state); state 568 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.widget_deleted); state 569 ui/views/widget/widget_unittest.cc EXPECT_TRUE(state.native_widget_deleted); state 77 ui/views/window/client_view.cc void ClientView::GetAccessibleState(ui::AXViewState* state) { state 78 ui/views/window/client_view.cc state->role = ui::AX_ROLE_CLIENT; state 68 ui/views/window/client_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 180 ui/views/window/non_client_view.cc void NonClientView::GetAccessibleState(ui::AXViewState* state) { state 181 ui/views/window/non_client_view.cc state->role = ui::AX_ROLE_CLIENT; state 182 ui/views/window/non_client_view.cc state->name = accessible_name_; state 315 ui/views/window/non_client_view.cc void NonClientFrameView::GetAccessibleState(ui::AXViewState* state) { state 316 ui/views/window/non_client_view.cc state->role = ui::AX_ROLE_CLIENT; state 83 ui/views/window/non_client_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 212 ui/views/window/non_client_view.h virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; state 256 webkit/browser/appcache/appcache_update_job.cc InternalUpdateState state = job_->internal_state_; state 257 webkit/browser/appcache/appcache_update_job.cc if (state == CACHE_FAILURE || state == CANCELLED || state == COMPLETED) state 124 webkit/browser/quota/storage_monitor_unittest.cc StorageObserverList::ObserverState& state = state 126 webkit/browser/quota/storage_monitor_unittest.cc state.last_notification_time = base::TimeTicks::Now() - state.rate; state 380 win8/metro_driver/chrome_app_view.cc winui::ViewManagement::ApplicationViewState state = state 382 win8/metro_driver/chrome_app_view.cc hr = view_statics->get_Value(&state); state 385 win8/metro_driver/chrome_app_view.cc if (state == winui::ViewManagement::ApplicationViewState_Snapped) { state 721 win8/metro_driver/chrome_app_view_ash.cc winui::ViewManagement::ApplicationViewState state = state 723 win8/metro_driver/chrome_app_view_ash.cc hr = view_statics->get_Value(&state); state 726 win8/metro_driver/chrome_app_view_ash.cc if (state == winui::ViewManagement::ApplicationViewState_Snapped) { state 1241 win8/metro_driver/chrome_app_view_ash.cc winui::Core::CoreWindowActivationState state; state 1242 win8/metro_driver/chrome_app_view_ash.cc HRESULT hr = args->get_WindowActivationState(&state); state 1249 win8/metro_driver/chrome_app_view_ash.cc if (state == winui::Core::CoreWindowActivationState_CodeActivated || state 1250 win8/metro_driver/chrome_app_view_ash.cc state == winui::Core::CoreWindowActivationState_PointerActivated) {