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

  /external/webkit/Source/WebCore/platform/network/qt/
NetworkStateNotifierQt.cpp 47 m_notifier->updateState();
57 m_notifier->updateState();
65 void NetworkStateNotifier::updateState()
  /external/webkit/Source/WebCore/platform/network/mac/
NetworkStateNotifierMac.cpp 40 void NetworkStateNotifier::updateState()
83 // Calling updateState() could be expensive so we schedule a timer that will do it
92 updateState();
135 updateState();
  /external/webkit/Source/WebCore/platform/network/win/
NetworkStateNotifierWin.cpp 37 void NetworkStateNotifier::updateState()
75 updateState();
108 updateState();
  /external/webkit/Source/WebCore/platform/network/
NetworkStateNotifier.h 95 void updateState();
132 inline void NetworkStateNotifier::updateState() { }
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
queue.js 43 this._selectNode.addEventListener('change', updateState);
52 RebaselineQueue.prototype.updateState = function()
95 updateState();
126 updateState();
139 updateState();
161 updateState();
main.js 324 updateState();
343 function updateState()
360 queue.updateState();
  /frameworks/base/media/libmediaplayerservice/
MidiFile.h 71 void updateState(){ EAS_State(mEasData, mEasHandle, &mState); }
  /frameworks/base/services/java/com/android/server/
WiredAccessoryObserver.java 101 updateState(name, state);
107 private synchronized final void updateState(String name, int state)
148 updateState(newName, newState);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 233 mSilentModeToggle.updateState(
235 mAirplaneModeOn.updateState(mAirplaneState);
508 public void updateState(State state) {
539 mAirplaneModeOn.updateState(mAirplaneState);
  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayer.cpp     [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 110 updateState(SHOW_BUSY);
130 updateState(SHOW_EMPTY);
140 updateState(SHOW_LIST);
143 updateState(SHOW_LIST);
148 updateState(SHOW_EMPTY);
162 updateState(SHOW_BUSY);
201 updateState(SHOW_BUSY);
297 updateState(SHOW_BUSY);
320 private void updateState(int state) {
  /packages/apps/Settings/src/com/android/settings/
DisplaySettings.java 200 updateState();
213 private void updateState() {
SoundSettings.java 111 updateState(false);
230 updateState(true);
316 // updateState in fact updates the UI to reflect the system state
317 private void updateState(boolean force) {
385 updateState(false);
427 updateState(false);
TetherSettings.java 257 updateState(available.toArray(new String[available.size()]),
262 updateState();
265 updateState();
268 updateState();
287 updateState();
323 updateState();
337 private void updateState() {
344 updateState(available, tethered, errored);
347 private void updateState(String[] available, String[] tethered,
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 127 virtual void updateState(const QPaintEngineState& state) { }
    [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 125 mHandler.updateState(state);
272 updateState(state);
325 public void updateState(String state) {
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 190 void updateState(CallManager cm) {
191 if (DBG) log("updateState(" + cm + ")...");
336 * totally idle. (See comments in updateState() above.)
403 // an idle call! In updateState(), if the phone is idle,
409 // became idle *after* the check in updateState() but
    [all...]
InCallTouchUi.java 99 // Time of the most recent "answer" or "reject" action (see updateState())
234 void updateState(CallManager cm) {
236 log("- updateState: mInCallScreen has been destroyed; bailing out...");
241 if (DBG) log("updateState: current state = " + state);
264 if (DBG) log("- updateState: RINGING! Showing incoming call controls...");
274 log("updateState: Too soon after last action; not drawing!");
282 if (DBG) log("- updateState: NOT OK to show touch UI; disabling...");
295 if (DBG) log("- updateState: showing in-call controls...");
299 if (DBG) log("- updateState: HIDING in-call controls...");
304 if (DBG) log("- updateState: showing incoming call widget...")
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 260 updateState(HAS_ATTACHMENT, hasAttachment(), false);
359 updateState(HAS_ATTACHMENT, false, notify);
443 updateState(HAS_ATTACHMENT, hasAttachment(), true);
446 updateState(HAS_ATTACHMENT, hasAttachment(), true);
450 updateState(HAS_ATTACHMENT, hasAttachment(), true);
629 updateState(HAS_SUBJECT, (s != null), notify);
736 updateState(FORCE_MMS, false, false);
757 updateState(FORCE_MMS, true, notify);
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 444 updateState(NfcAdapter.STATE_TURNING_ON);
448 updateState(NfcAdapter.STATE_OFF);
456 updateState(NfcAdapter.STATE_ON);
473 updateState(NfcAdapter.STATE_TURNING_OFF);
498 updateState(NfcAdapter.STATE_OFF);
542 void updateState(int newState) {
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp     [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 2177 milliseconds