Home
last modified time | relevance | path

Searched refs:updateItem (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/WebKitLauncher/
DWebKitNightlyEnablerSparkle.m46 static NSPanel *updateAlertPanel(id updateItem, id host)
49 …d you like to download and install %@ %@ now?", hostName, objc_msgSend(updateItem, @selector(displ…
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);
/external/chromium/chrome/browser/resources/bookmark_manager/js/
Dmain.js73 function updateItem(bookmarkNode) { function
82 children.forEach(updateItem);