HomeSort by relevance Sort by last modified time
    Searched full:updateitem (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnablerSparkle.m 46 static NSPanel *updateAlertPanel(id updateItem, id host)
49 NSPanel *panel = NSGetInformationalAlertPanel([NSString stringWithFormat:@"Would you like to download and install %@ %@ now?", hostName, objc_msgSend(updateItem, @selector(displayVersionString))],
70 static id updateAlertInitForAlertPanel(id self, SEL _cmd, id updateItem, id host)
72 NSPanel *panel = updateAlertPanel(updateItem, host);
79 [updateItem retain];
82 object_setInstanceVariable(self, "updateItem", (void*)updateItem);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java 280 MediaItem updateItem = items.get(i - info.reloadStart);
281 long itemVersion = updateItem.getDataVersion();
284 mData[index] = updateItem;
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 406 updateItem(finalItem);
413 private void updateItem(Item item) {
468 updateItem(finalItem);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 204 protected int updateItem(Uri uri, long id, String... extras) {
206 return updateItem(itemUri, extras);
209 protected int updateItem(Uri uri, String... extras) {
    [all...]
ContactsProvider2Test.java     [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 73 function updateItem(bookmarkNode) {
82 children.forEach(updateItem);
    [all...]

Completed in 415 milliseconds