HomeSort by relevance Sort by last modified time
    Searched full:updates (Results 101 - 125 of 5076) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/content/browser/geolocation/
location_api_adapter_android.h 21 // updates.
27 // in the java side to listen for location updates. We then bounce these updates
  /external/chromium_org/sync/internal_api/public/engine/
sync_status.h 52 // Total updates available. If zero, nothing left to download.
54 // Total updates received by the syncer since browser start.
56 // Total updates received that are echoes of our own changes.
  /external/chromium/base/files/
file_path_watcher_mac.cc 250 // potentially rendering other events in |updates| invalid.
269 // potentially rendering other events in |updates| invalid.
315 EventVector updates(valid);
316 int count = HANDLE_EINTR(kevent(kqueue_, &events_[0], valid, &updates[0],
318 if (!AreKeventValuesValid(&updates[0], count)) {
344 // them in |updates|. |count| will contain the number of updates that have
346 EventVector updates(events_.size());
348 int count = HANDLE_EINTR(kevent(kqueue_, NULL, 0, &updates[0], updates.size()
    [all...]
  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 267 // potentially rendering other events in |updates| invalid.
286 // potentially rendering other events in |updates| invalid.
331 EventVector updates(valid);
332 int count = HANDLE_EINTR(kevent(kqueue_, &events_[0], valid, &updates[0],
334 if (!AreKeventValuesValid(&updates[0], count)) {
360 // them in |updates|. |count| will contain the number of updates that have
362 EventVector updates(events_.size());
364 int count = HANDLE_EINTR(kevent(kqueue_, NULL, 0, &updates[0], updates.size()
    [all...]
  /dalvik/vm/mterp/armv5te/
alt_stub.S 5 * rIBASE updates won't be seen until a refresh, and we can tell we have a
  /dalvik/vm/mterp/mips/
alt_stub.S 5 * rIBASE updates won't be seen until a refresh, and we can tell we have a
  /external/chromium/chrome/browser/remoting/
remoting_options_handler.h 18 // callback in the ServiceProcessControl) and updates current status
  /external/chromium/chrome/browser/sync/engine/
download_updates_command.cc 44 // Request updates for all enabled types.
64 VLOG(1) << "Getting updates for types " << enabled_types.to_string();
101 << " updates and indicated "
103 << " updates left on server.";
polling_constants.cc 12 // We use high values here to ensure that failure to receive poll updates from
verify_updates_command.h 22 // Verifies the response from a GetUpdates request. All invalid updates will be
  /external/chromium/chrome/browser/sync/
sync_ui_util_mac.h 17 // Updates a bookmark sync UI item (expected to be a menu item). This is
  /external/chromium/chrome/browser/ui/cocoa/
dock_icon.h 15 // Updates the icon. Use the setters below to set the details first.
  /external/chromium_org/ash/system/chromeos/enterprise/
tray_enterprise.h 28 // If message is not empty updates content of default view, otherwise hides
  /external/chromium_org/ash/system/chromeos/managed/
tray_locally_managed_user.h 26 // If message is not empty updates content of default view, otherwise hides
  /external/chromium_org/ash/system/date/
date_view.h 28 // Updates the displayed text for the current time and calls SetTimer().
38 // Updates labels to display the current time.
92 // Updates the format of the displayed time.
95 // Updates clock layout.
  /external/chromium_org/ash/test/
test_session_state_delegate.h 48 // Updates the internal state that indicates whether a session is in progress
54 // Updates the internal state that indicates whether the session has been
60 // Updates the internal state that indicates whether the screen can be locked.
65 // Updates the internal state that indicates whether user adding screen is
  /external/chromium_org/ash/wm/gestures/
shelf_gesture_handler.h 27 // Processes a gesture event and updates the status of the shelf when
  /external/chromium_org/chrome/browser/chromeos/policy/
proxy_policy_provider.h 22 // Updates the provider this proxy delegates to.
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.h 29 // Updates the focus ring layer for the view or clears it if |view| is NULL.
  /external/chromium_org/chrome/browser/resources/
managed_mode_block_interstitial.js 25 * Updates the interstitial to show that the request was sent.
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_sync_ui_state_watcher.h 19 // AppSyncUIStateWatcher updates AppListModel status when AppSyncUIState
  /external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
recent_tabs_menu_model_delegate.h 17 // Updates the recent tabs menu when the model changes.
  /external/chromium_org/chrome/browser/ui/
gesture_prefs_observer_factory_aura.h 15 // Create an observer per Profile that listens for gesture preferences updates.
  /external/chromium_org/chrome/browser/ui/omnibox/
location_bar.h 54 // Updates the state of the images showing the content settings status.
57 // Updates the state of the page actions.
64 // Updates the state of the button to open a PDF in Adobe Reader.
67 // Updates the generated credit card view. This view serves as an anchor for
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
core_oobe_handler.h 88 // Updates a11y menu state based on the current a11y features state(on/off).
94 // Updates label with specified id with specified text.
97 // Updates the device requisition string on the UI side.
111 // Updates when version info is changed.

Completed in 872 milliseconds

1 2 3 45 6 7 8 91011>>