/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_wrong_hwid.js | 20 * Updates state of login header so that necessary buttons are displayed. 27 * Updates localized content of the screen that is not updated via template.
|
/external/chromium_org/ppapi/api/dev/ |
ppb_find_dev.idl | 18 * Updates the number of find results for the current search term. If 29 * Updates the index of the currently selected search item.
|
/external/chromium_org/ui/gfx/mac/ |
scoped_ns_disable_screen_updates.h | 14 // A stack-based class to disable Cocoa screen updates. When instantiated, it 15 // disables screen updates and enables them when destroyed. Update disabling
|
/external/chromium/chrome/browser/sync/engine/ |
polling_constants.h | 5 // Constants used by SyncerThread when polling servers for updates.
|
update_applicator.h | 5 // An UpdateApplicator is used to iterate over a number of unapplied updates, 9 // failed updates until no remaining updates can be successfully applied. 47 // return true if we've applied all updates. 65 // Used to resolve conflicts when trying to apply updates.
|
verify_updates_command_unittest.cc | 60 void AddUpdate(GetUpdatesResponse* updates, 63 sync_pb::SyncEntity* e = updates->add_entries(); 83 GetUpdatesResponse* updates = session()->status_controller()-> local 85 AddUpdate(updates, "b1", root, syncable::BOOKMARKS); 86 AddUpdate(updates, "b2", root, syncable::BOOKMARKS); 87 AddUpdate(updates, "p1", root, syncable::PREFERENCES); 88 AddUpdate(updates, "a1", root, syncable::AUTOFILL);
|
download_updates_command.h | 20 // Determine the enabled datatypes, download a batch of updates for them 25 // the SyncSession. DownloadUpdatesCommand will fetch updates for 34 // In practice, DownloadUpdatesCommand should loop until all updates are
|
/external/chromium/chrome/browser/ui/cocoa/ |
command_observer_bridge.h | 15 // A C++ bridge class that handles listening for updates to commands and 20 // bridge will handle automatically unregistering for updates, so there's no 29 // Register for updates about |command|.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
command_observer_bridge.h | 17 // A C++ bridge class that handles listening for updates to commands and 22 // bridge will handle automatically unregistering for updates, so there's no 31 // Register for updates about |command|.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
cron_servlet_test.py | 105 updates = [] 125 '''Creates a MockFileSystem at |revision| by applying that many |updates| 129 for update in updates[:revision]: 138 # No updates applied yet. 145 # Apply updates to storage.html. 146 updates.append(storage_html_update('interim contents')) 147 updates.append(storage_html_update('new contents')) 155 # Apply several updates to storage.html and app.yaml. The file system 157 updates.append(storage_html_update('stuck here contents')) 161 updates.append(double_update [all...] |
/frameworks/base/tests/LocationTracker/res/values/ |
strings.xml | 26 <string name="summary_mintime_preference">The suggested minimum time interval for location updates, in seconds</string> 29 <string name="summary_mindistance_preference">Minimum distance interval for location updates, in meters</string> 33 <string name="summary_network_preference">Listen for updates to network location (Wi-Fi/cellid)</string> 35 <string name="summary_gps_preference">Listen for updates to GPS location</string> 37 <string name="summary_signal_preference">Listen for updates to signal strength</string>
|
/packages/apps/Contacts/res/layout-sw720dp-land/ |
contact_detail_container.xml | 18 Two-column layout for a contact with social updates. If the contact does not 19 have social updates, then the second fragment container will just be hidden. 32 with social updates. This view ID must match with a view ID in the layout 49 Container for the "Updates" fragment on the contact card for a contact 50 with social updates. This view ID must match with a view ID in the layout
|
/external/chromium_org/chrome/browser/ui/ |
browser_command_controller.h | 70 // Updates the open-file state. 136 // Updates commands when the content's restrictions change. 139 // Updates commands for enabling developer tools. 142 // Updates commands for bookmark editing. 145 // Updates commands that affect the bookmark bar. 148 // Updates commands that affect file selection dialogs in aggregate, 160 // Updates the printing command state. 163 // Updates the SHOW_SYNC_SETUP menu entry. 166 // Updates the save-page-as command state. 169 // Updates the show-sync command state [all...] |
/external/chromium_org/sync/engine/ |
process_updates_command_unittest.cc | 64 SyncEntity* AddUpdate(sync_pb::GetUpdatesResponse* updates, 67 sync_pb::SyncEntity* e = updates->add_entries(); 92 sync_pb::GetUpdatesResponse* updates = local 95 AddUpdate(updates, "p1", root, PREFERENCES); 96 AddUpdate(updates, "a1", root, AUTOFILL); 108 sync_pb::GetUpdatesResponse* updates = local 113 AddUpdate(updates, SyncableIdToProto(server_id), root, BOOKMARKS); 141 sync_pb::GetUpdatesResponse* updates = local 147 AddUpdate(updates, SyncableIdToProto(server_id), root, BOOKMARKS); 168 sync_pb::GetUpdatesResponse* updates local [all...] |
/external/chromium_org/ui/views/controls/textfield/ |
native_textfield_wrapper.h | 41 // Updates the text displayed with the text held by the Textfield. 65 // Updates whether there is a visible border. 68 // Updates the text color used when painting the native text field. 71 // Updates the background color used when painting the native text field. 74 // Updates the read-only state of the native text field. 77 // Updates the font used to render text in the native text field. 80 // Updates the visibility of the text in the native text field. 83 // Updates the enabled state of the native text field. 89 // Updates the horizontal margins for the native text field. 92 // Updates the vertical margins for the native text field [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-6.4.html | 79 Glide (3dfx Voodoo1/2) requires updates 80 SVGA requires updates 81 DJGPP requires updates 82 GGI requires updates 83 BeOS requires updates 84 Allegro requires updates 85 D3D requires updates
|
/external/mesa3d/docs/ |
relnotes-6.4.html | 79 Glide (3dfx Voodoo1/2) requires updates 80 SVGA requires updates 81 DJGPP requires updates 82 GGI requires updates 83 BeOS requires updates 84 Allegro requires updates 85 D3D requires updates
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailViewPagerAdapter.java | 26 * 1) without social updates, and 2) with social updates. The default initial case is for 27 * the contact with social updates which uses all possible pages. 32 public static final String UPDATES_FRAGMENT_TAG = "view-pager-updates-fragment"; 42 * a contact with social updates (i.e. the user was viewing the second page, rotates the 79 // whether the contact has social updates or not. 83 // Only return a valid index for the updates fragment view if our view count > 1.
|
/frameworks/base/docs/html/google/play-services/ |
index.jd | 20 with automatic platform updates distributed as an APK through 21 the Google Play store. This makes it faster for your users to receive updates 49 <h4>Automatic Updates</h4> 51 app automatically receive updates to Google Play services. Enhance 81 these updates. 99 updates to the services are not dependent on carrier or OEM system image updates. In general, devices 100 running Android 2.2 (Froyo) or later and have the Google Play Store app installed receive updates within a 109 <p class="img-caption"><em>The Google Play services APK on user devices receives regular updates 117 Google services without worrying about device support. Updates to Google Pla [all...] |
/frameworks/base/docs/html/training/location/ |
activity-recognition.jd | 10 <li><a href="#RequestUpdates">Request Activity Recognition Updates</a></li> 11 <li><a href="#HandleUpdates">Handle Activity Updates</a> 12 <li><a href="#RemoveUpdates">Stop Activity Recognition Updates</a> 20 <a href="receive-location-updates.html">Receiving Location Updates</a> 35 driving, or standing still. Requests for updates go through an activity recognition client, 39 each one. This lesson shows you how to request activity recognition updates from Location 42 <h2 id="RequestUpdates">Request Activity Recognition Updates</h2> 44 Requesting activity recognition updates from Location Services is similar to requesting 45 periodic location updates. You send the request through a client, and Location Services send [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
component_patcher.h | 5 // Component updates can be either differential updates or full updates. 6 // Full updates come in CRX format; differential updates come in CRX-style 12 // Component updates are specified by the 'codebasediff' attribute of an
|
/external/chromium_org/content/browser/resources/media/ |
dump_creator.js | 8 * commands to Chrome, and updates the UI based on dump updates. Also provides 9 * creating a file containing all PeerConnection updates and stats. 59 'Download the PeerConnection updates and stats data' + 71 * Downloads the PeerConnection updates and stats data as a file. 103 * Updates the UI based on the recording status.
|
/cts/suite/cts/deviceTests/opengl/jni/reference/ |
GLReference.cpp | 41 double updates[numFrames]; local 49 updates[i] = t1 - t0; 53 env->SetDoubleArrayRegion(updateTimes, 0, numFrames, updates);
|
/external/chromium/chrome/browser/chromeos/login/ |
update_view.h | 47 // Shows label for "Preparing updates" state. 61 // Updates visibility of the elements. 85 // Show preparing updates label?
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
write_batch.h | 5 // WriteBatch holds a collection of updates to apply atomically to a DB. 7 // The updates are applied in the order in which they are added 42 // Clear all updates buffered in this batch.
|