Searched refs:updateItem (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Tools/WebKitLauncher/ |
D | WebKitNightlyEnablerSparkle.m | 46 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/ |
D | main.js | 73 function updateItem(bookmarkNode) { function 82 children.forEach(updateItem);
|