HomeSort by relevance Sort by last modified time
    Searched refs:SetState (Results 76 - 100 of 149) sorted by null

1 2 34 5 6

  /external/chromium/third_party/libjingle/source/talk/base/
network.cc 193 void NetworkManager::SetState(const std::string& str) {
202 network->SetState(state);
445 void Network::SetState(const std::string& str) {
  /external/chromium_org/content/shell/browser/
shell_views.cc 117 back_button_->SetState(is_enabled ? views::CustomButton::STATE_NORMAL
120 forward_button_->SetState(is_enabled ? views::CustomButton::STATE_NORMAL
123 stop_button_->SetState(is_enabled ? views::CustomButton::STATE_NORMAL
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 132 this->SetState(s, new S);
136 this->SetState(cache_first_state_id_, cache_first_state_);
290 this->SetState(s, 0);
  /external/ceres-solver/internal/ceres/
parameter_block.h 92 bool SetState(const double* x) {
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 150 void SetState(State body_state, State drop_down_state);
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl.h 33 // calling |SetState| in response to relevant changes in browser state.
44 void SetState(State new_state);
  /external/chromium_org/chrome/browser/ui/search/
search_model_unittest.cc 140 model->SetState(expected_new_state);
  /external/chromium_org/remoting/protocol/
jingle_session.h 144 void SetState(State new_state);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.h 162 void SetState(DataState state);
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 82 void SetState(StateId s) {
83 matcher_.SetState(s);
332 void SetState(StateId s1, StateId s2, const FilterState &f) {
334 filter_.SetState(s1, s2, f_.GetState1());
  /external/openfst/src/include/fst/
state-reachable.h 136 // reachability from a state s, first do SetState(s). Then a final
162 void SetState(StateId s) { s_ = s; }
accumulator.h 54 void SetState(StateId) {}
93 void SetState(StateId) {}
187 void SetState(StateId s) {
192 FSTERROR() << "FastLogAccumulator::SetState: invalid state id.";
467 void SetState(StateId s, int depth = 0) {
478 FSTERROR() << "CacheLogAccumulator::SetState: incorrectly initialized.";
694 void SetState(StateId s) {
696 FSTERROR() << "ReplaceAccumulator::SetState: incorrectly initialized.";
702 data_->GetAccumulator(fst_id_)->SetState(tuple.fst_state);
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);
  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc 421 void SetState(ClientState new_state);
532 SetState(CS_DESTROYED);
568 SetState(CS_DECODER_SET);
664 SetState(CS_INITIALIZED);
693 SetState(CS_FLUSHED);
699 SetState(CS_RESETTING);
723 SetState(CS_RESET);
729 SetState(CS_ERROR);
755 void GLRenderingVDAClient::SetState(ClientState new_state) {
776 SetState(static_cast<ClientState>(i))
    [all...]
  /external/chromium_org/net/http/
http_pipelined_host_impl_unittest.cc 64 pipeline->SetState(0, true, true);
261 pipeline->SetState(3, true, true);
  /external/chromium_org/media/base/
pipeline.cc 216 void Pipeline::SetState(State next_state) {
447 SetState(GetNextState());
661 SetState(kStopped);
785 SetState(kStopping);
797 SetState(kStopping);
851 SetState(kSeeking);
pipeline.h 219 void SetState(State next_state);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 603 void BaseSession::SetState(State state) {
866 SetState(STATE_INPROGRESS);
929 SetState(Session::STATE_SENTINITIATE);
951 SetState(Session::STATE_SENTACCEPT);
969 SetState(STATE_SENTREJECT);
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 26 #define SET_STATE(state) SetState(state, __PRETTY_FUNCTION__)
714 panel_controller_->SetState(PanelController::MINIMIZED);
719 panel_controller_->SetState(PanelController::EXPANDED);
725 panel_controller_->SetState(PanelController::EXPANDED);
794 void NotificationPanel::SetState(State new_state, const char* name) {
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 196 restore_button_->SetState(CustomButton::STATE_NORMAL);
197 minimize_button_->SetState(CustomButton::STATE_NORMAL);
198 maximize_button_->SetState(CustomButton::STATE_NORMAL);
  /art/runtime/jdwp/
jdwp_main.cc 433 thread_->SetState(kWaitingInMainDebuggerLoop);
535 thread_->SetState(kNative);
  /external/chromium_org/apps/ui/views/
shell_window_frame_view.cc 280 maximize_button_->SetState(views::CustomButton::STATE_NORMAL);
282 restore_button_->SetState(views::CustomButton::STATE_NORMAL);
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 587 button_->SetState(views::CustomButton::STATE_PRESSED);
589 button_->SetState(views::CustomButton::STATE_NORMAL);
  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 267 void SetState(ShelfVisibilityState visibility_state);
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.h 181 void SetState(State body_state, State drop_down_state);

Completed in 3903 milliseconds

1 2 34 5 6