Searched
refs:details (Results
426 -
450 of
839) sorted by null
<<11121314151617181920>>
/external/chromium/chrome/browser/sync/glue/ |
theme_change_processor.cc | 31 const NotificationDetails& details) {
|
/external/chromium/chrome/browser/tab_contents/ |
background_contents.h | 128 const NotificationDetails& details); 172 // This is the data sent out as the details with BACKGROUND_CONTENTS_OPENED.
|
tab_specific_content_settings.h | 61 const NavigationController::LoadCommittedDetails& details);
|
thumbnail_generator.cc | 307 const NotificationDetails& details) { 311 RenderViewHost* renderer = Details<RenderViewHost>(details).ptr(); 325 if (!*Details<bool>(details).ptr()) 331 Details<RenderWidgetHost::PaintAtSizeAckDetails>(details).ptr();
|
web_drag_source_win.cc | 111 const NotificationSource& source, const NotificationDetails& details) {
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_cocoa.h | 116 const NotificationDetails& details);
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
location_bar_view_mac.h | 152 const NotificationDetails& details);
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_editor_gtk.cc | 189 const EditDetails& details, 193 new BookmarkEditorGtk(parent_hwnd, profile, parent, details, 202 const EditDetails& details, 207 details_(details),
|
bookmark_editor_gtk.h | 37 const EditDetails& details, 146 // Details about the node we're editing.
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_titlebar.h | 158 const NotificationDetails& details);
|
browser_toolbar_gtk.h | 102 const NotificationDetails& details);
|
info_bubble_gtk.h | 81 const NotificationDetails& details);
|
/external/chromium/chrome/browser/ui/gtk/download/ |
download_item_gtk.h | 60 const NotificationDetails& details);
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
dragged_tab_controller_gtk.h | 96 const NotificationDetails& details);
|
/external/chromium/chrome/browser/ui/login/ |
login_prompt.h | 75 const NotificationDetails& details); 160 // Details to provide the NotificationObserver. Used by the automation proxy 176 // Details to provide the NotificationObserver. Used by the automation proxy
|
/external/chromium/chrome/browser/ui/toolbar/ |
wrench_menu_model.h | 112 const NotificationDetails& details) OVERRIDE;
|
/external/chromium/chrome/browser/ui/views/notifications/ |
balloon_view.h | 87 const NotificationDetails& details) OVERRIDE;
|
/external/chromium/chrome/browser/ui/views/tabs/ |
browser_tab_strip_controller.h | 95 const NotificationDetails& details) OVERRIDE;
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.h | 48 const NotificationDetails& details) OVERRIDE; 55 // Passes data needed to show details overlay for network. 90 // Populates the ui with the details of the given device path. This forces
|
/external/chromium/chrome/browser/ |
user_style_sheet_watcher.cc | 167 const NotificationSource& source, const NotificationDetails& details) {
|
/external/v8/src/ |
d8.js | 152 details = {text:'', running:false} 155 details.running = response.running(); 186 details.text = result; 214 details.text = result; 227 details.text = result; 231 details.text = result; 235 details.text = 'Unknown debug event ' + response.event(); 238 return details; [all...] |
mirror-debugger.js | 703 var details = %DebugGetPropertyDetails(this.value_, %ToString(name)); 704 if (details) { 705 return new PropertyMirror(this, name, details); 978 var details = %DebugGetPropertyDetails(this.value_, %ToString(i)); 980 if (details) { 981 value = new PropertyMirror(this, i, details); 1100 * @param {Array} details Details about the property 1104 function PropertyMirror(mirror, name, details) { 1108 this.value_ = details[0] [all...] |
/cts/tools/vm-tests/src/util/build/ |
BuildDalvikSuite.java | 474 String details = (md.title != null ? md.title : ""); 476 details = " Constraint " + md.constraint + ", " + details; 478 if (details.length() != 0) { 479 details = details.substring(0, 1).toUpperCase() 480 + details.substring(1); 483 line += ";" + description + ";" + comment + ";" + details;
|
/device/samsung/maguro/ |
full_maguro.mk | 20 # details, it only fundamentally contains two inherit-product
|
/device/samsung/tuna/ |
full_tuna.mk | 20 # details, it only fundamentally contains two inherit-product
|
Completed in 2016 milliseconds
<<11121314151617181920>>