HomeSort by relevance Sort by last modified time
    Searched refs:SetState (Results 101 - 125 of 168) sorted by null

1 2 3 45 6 7

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 659 void BaseSession::SetState(State state) {
924 SetState(STATE_INPROGRESS);
    [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_video_encode_accelerator.cc 22 SetState(kError); \
271 SetState(kEncoding);
786 SetState(kError);
    [all...]
  /external/openfst/src/include/fst/
cache.h 117 using VectorFstBaseImpl<State>::SetState;
352 SetState(s, 0);
527 SetState(s, state);
531 SetState(cache_first_state_id_, cache_first_state_);
578 SetState(s, 0);
arcsort.h 56 void SetState(StateId s) {
  /external/chromium_org/content/shell/browser/
shell_views.cc 160 back_button_->SetState(is_enabled ? views::CustomButton::STATE_NORMAL
163 forward_button_->SetState(is_enabled ? views::CustomButton::STATE_NORMAL
166 stop_button_->SetState(is_enabled ? views::CustomButton::STATE_NORMAL
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 185 restore_button_->SetState(CustomButton::STATE_NORMAL);
186 minimize_button_->SetState(CustomButton::STATE_NORMAL);
187 maximize_button_->SetState(CustomButton::STATE_NORMAL);
  /art/runtime/jdwp/
jdwp_main.cc 430 thread_->SetState(kWaitingInMainDebuggerLoop);
530 thread_->SetState(kNative);
  /external/ceres-solver/internal/ceres/
program.cc 79 !parameter_blocks_[i]->SetState(state)) {
103 !parameter_blocks_[i]->SetState(parameter_blocks_[i]->user_state())) {
parameter_block.h 94 bool SetState(const double* x) {
  /external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker.cc 165 imm->SetState(saved_ime_state_->Clone());
485 input_method::InputMethodManager::Get()->SetState(saved_ime_state_);
  /external/lldb/source/Plugins/Process/POSIX/
POSIXThread.cpp 251 SetState(resume_state);
256 SetState(resume_state);
  /art/runtime/
thread-inl.h 48 inline ThreadState Thread::SetState(ThreadState new_state) {
  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 264 void SetState(ShelfVisibilityState visibility_state);
shelf_layout_manager_unittest.cc 332 void SetState(ShelfLayoutManager* shelf,
334 shelf->SetState(state);
713 SetState(manager, SHELF_HIDDEN);
730 SetState(manager, SHELF_VISIBLE);
766 SetState(shelf->shelf_layout_manager(), SHELF_HIDDEN);
784 SetState(shelf->shelf_layout_manager(), SHELF_VISIBLE);
791 SetState(shelf->shelf_layout_manager(), SHELF_HIDDEN);
792 SetState(shelf->shelf_layout_manager(), SHELF_VISIBLE);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl.h 168 virtual void SetState(
mock_input_method_manager.cc 227 void MockInputMethodManager::SetState(
input_method_manager_impl_unittest.cc 171 manager_->SetState(manager_->CreateNewState(NULL));
688 manager_->SetState(saved_ime_state->Clone());
702 manager_->SetState(saved_ime_state);
739 manager_->SetState(saved_ime_state->Clone());
754 manager_->SetState(saved_ime_state);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.h 189 void SetState(State body_state, State drop_down_state);
  /external/chromium_org/mojo/examples/keyboard/
keyboard_view.cc 171 button->SetState(views::Button::STATE_NORMAL);
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.cc 303 void EntryCell::SetState(EntryState state) {
725 cell.SetState(state);
837 bad_cell.SetState(ENTRY_FIXING);
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel.h 221 void SetState(State new_state);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer.cc 524 last_decoded_state_.SetState(frame);
790 decoding_state.SetState(decodable_frame);
802 decoding_state.SetState(&new_frame);
817 decoding_state.SetState(frame);
    [all...]
  /external/chromium_org/ui/chromeos/
touch_exploration_controller.h 390 void SetState(State new_state, const char* function_name);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/
preferences.cc 371 input_method_manager_->SetState(ime_state_);
391 input_method_manager_->SetState(ime_state);

Completed in 2062 milliseconds

1 2 3 45 6 7