Home
last modified time | relevance | path

Searched refs:UpdateState (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Analysis/
DSparsePropagation.cpp78 void SparseSolver::UpdateState(Instruction &Inst, LatticeVal V) { in UpdateState() function in SparseSolver
236 UpdateState(PN, IV); in visitPHINode()
250 UpdateState(PN, Overdefined); in visitPHINode()
272 UpdateState(PN, PNIV); in visitPHINode()
286 UpdateState(I, IV); in visitInst()
/external/chromium/chrome/browser/metrics/
Dthread_watcher_unittest.cc80 State UpdateState(State new_state) { in UpdateState() function in CustomThreadWatcher
110 State old_state = UpdateState(ACTIVATED); in ActivateThreadWatching()
116 State old_state = UpdateState(DEACTIVATED); in DeActivateThreadWatching()
123 State old_state = UpdateState(SENT_PING); in PostPingMessage()
129 State old_state = UpdateState(RECEIVED_PONG); in OnPongMessage()
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_actions_toolbar_gtk.cc108 UpdateState(); in BrowserActionButton()
154 UpdateState(); in Observe()
166 UpdateState(); in OnImageLoaded()
171 void UpdateState() { in UpdateState() function in BrowserActionButton
472 iter->second->UpdateState(); in Update()
/external/chromium/chrome/browser/task_manager/
Dtask_manager.h334 enum UpdateState {
455 UpdateState update_state_;
/external/chromium/chrome/browser/ui/views/
Dbrowser_actions_container.cc125 UpdateState(); in OnImageLoaded()
128 void BrowserActionButton::UpdateState() { in UpdateState() function in BrowserActionButton
190 UpdateState(); in Observe()
292 button_->UpdateState(); in BrowserActionView()
432 browser_action_views_[i]->button()->UpdateState(); in RefreshBrowserActionViews()
Dbrowser_actions_container.h72 void UpdateState();
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h183 void UpdateState(Instruction &Inst, LatticeVal V);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dport.h345 void UpdateState(uint32 now);
Dp2ptransportchannel.cc519 connections_[i]->UpdateState(now); in UpdateConnectionStates()
Dport.cc661 void Connection::UpdateState(uint32 now) { in UpdateState() function in cricket::Connection
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h947 virtual void UpdateState(RenderViewHost* render_view_host,
/external/chromium/chrome/browser/extensions/
Dextension_service_unittest.cc639 enum UpdateState { enum in ExtensionServiceTest
648 UpdateState expected_state) { in UpdateExtension()
/external/webkit/Source/WebKit2/
DChangeLog11372 Decouple state changes from sending of UpdateState messages in DrawingAreaProxyImpl
11377 not always, as when we're waiting for a DidUpdateState message) send an UpdateState message
11379 UpdateState messages to increase by more than one, but that's OK.
11384 its state changes, not just when we send an UpdateState message
11392 sendUpdateState whenever our state has changed for any reason since the last UpdateState
13119 - Messages::DrawingArea::SetSize -> UpdateState