HomeSort by relevance Sort by last modified time
    Searched defs:UpdateState (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Analysis/
SparsePropagation.cpp 76 /// UpdateState - When the state for some instruction is potentially updated,
78 void SparseSolver::UpdateState(Instruction &Inst, LatticeVal V) {
236 UpdateState(PN, IV);
250 UpdateState(PN, Overdefined);
272 UpdateState(PN, PNIV);
286 UpdateState(I, IV);
  /external/chromium/chrome/browser/metrics/
thread_watcher_unittest.cc 80 State UpdateState(State new_state) {
110 State old_state = UpdateState(ACTIVATED);
116 State old_state = UpdateState(DEACTIVATED);
123 State old_state = UpdateState(SENT_PING);
129 State old_state = UpdateState(RECEIVED_PONG);
  /external/chromium/chrome/browser/task_manager/
task_manager.h 334 enum UpdateState {
455 UpdateState update_state_;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 661 void Connection::UpdateState(uint32 now) {
671 LOG_J(LS_VERBOSE, this) << "UpdateState(): pings_since_last_response_=" <<
  /external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.cc 108 UpdateState();
154 UpdateState();
166 UpdateState();
171 void UpdateState() {
472 iter->second->UpdateState();
    [all...]
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 74 // No UpdateState() here because View hierarchy not setup yet. Our parent
75 // should call UpdateState() after creation.
100 // callback OnImageLoaded execute immediately. It (through UpdateState)
123 // Call back to UpdateState() because a more specific icon might have been set
125 UpdateState();
128 void BrowserActionButton::UpdateState() {
190 UpdateState();
292 button_->UpdateState();
432 browser_action_views_[i]->button()->UpdateState();
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 639 enum UpdateState {
648 UpdateState expected_state) {
    [all...]

Completed in 235 milliseconds