/external/llvm/lib/Analysis/ |
D | SparsePropagation.cpp | 78 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/ |
D | thread_watcher_unittest.cc | 80 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/ |
D | browser_actions_toolbar_gtk.cc | 108 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/ |
D | task_manager.h | 334 enum UpdateState { 455 UpdateState update_state_;
|
/external/chromium/chrome/browser/ui/views/ |
D | browser_actions_container.cc | 125 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()
|
D | browser_actions_container.h | 72 void UpdateState();
|
/external/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 183 void UpdateState(Instruction &Inst, LatticeVal V);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | port.h | 345 void UpdateState(uint32 now);
|
D | p2ptransportchannel.cc | 519 connections_[i]->UpdateState(now); in UpdateConnectionStates()
|
D | port.cc | 661 void Connection::UpdateState(uint32 now) { in UpdateState() function in cricket::Connection
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_contents.h | 947 virtual void UpdateState(RenderViewHost* render_view_host,
|
/external/chromium/chrome/browser/extensions/ |
D | extension_service_unittest.cc | 639 enum UpdateState { enum in ExtensionServiceTest 648 UpdateState expected_state) { in UpdateExtension()
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 11372 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
|