/external/chromium_org/chrome/browser/printing/ |
print_preview_dialog_controller.cc | 279 const content::NotificationDetails& details) { 291 content::Details<content::LoadCommittedDetails>(details).ptr()); 363 WebContents* contents, content::LoadCommittedDetails* details) { 372 if (details) { 374 details->entry->GetTransitionType(); 375 content::NavigationType nav_type = details->type; 390 IsPrintPreviewURL(details->previous_url)) {
|
/external/chromium_org/chrome/browser/speech/extension_api/ |
tts_extension_api.cc | 114 scoped_ptr<DictionaryValue> details(new DictionaryValue()); 116 details->SetInteger(constants::kCharIndexKey, char_index); 117 details->SetString(constants::kEventTypeKey, event_type_string); 119 details->SetString(constants::kErrorMessageKey, error_message); 121 details->SetInteger(constants::kSrcIdKey, utterance->src_id()); 122 details->SetBoolean(constants::kIsFinalEventKey, utterance->finished()); 125 arguments->Set(0, details.release());
|
/external/chromium_org/content/browser/frame_host/ |
navigation_controller_impl_unittest.cc | 782 LoadCommittedDetails details; local 835 LoadCommittedDetails details; local 1673 LoadCommittedDetails details; local 1730 LoadCommittedDetails details; local 1777 LoadCommittedDetails details; local 1818 LoadCommittedDetails details; local 1854 LoadCommittedDetails details; local 1882 LoadCommittedDetails details; local 1914 LoadCommittedDetails details; local 2004 LoadCommittedDetails details; local 2106 LoadCommittedDetails details; local 2156 LoadCommittedDetails details; local 2180 LoadCommittedDetails details; local 2343 LoadCommittedDetails details; local 2429 LoadCommittedDetails details; local 2954 LoadCommittedDetails details; local 3069 LoadCommittedDetails details; local [all...] |
/external/chromium_org/chrome/browser/content_settings/ |
tab_specific_content_settings.cc | 584 const content::LoadCommittedDetails& details) { 585 geolocation_usages_state_.DidNavigate(details); 589 const content::LoadCommittedDetails& details) { 590 midi_usages_state_.DidNavigate(details); 628 const content::LoadCommittedDetails& details, 630 if (!details.is_in_page) { 633 GeolocationDidNavigate(details); 634 MIDIDidNavigate(details); 673 const content::NotificationDetails& details) { 676 content::Details<const ContentSettingsDetails> settings_details(details) [all...] |
/external/chromium_org/chrome/browser/extensions/api/idle/ |
idle_api_unittest.cc | 111 const EventListenerInfo details(idle::OnStateChanged::kEventName, 114 idle_manager_->OnListenerAdded(details); 118 const EventListenerInfo details(idle::OnStateChanged::kEventName, 121 idle_manager_->OnListenerRemoved(details); 528 UnloadedExtensionInfo details(extension_.get(), 533 content::Details<UnloadedExtensionInfo>(&details)); 549 UnloadedExtensionInfo details(extension_.get(), 554 content::Details<UnloadedExtensionInfo>(&details)); [all...] |
/external/chromium_org/chrome/browser/extensions/api/runtime/ |
runtime_api.cc | 168 const content::NotificationDetails& details) { 176 content::Details<const Extension>(details).ptr(); 182 content::Details<const InstalledExtensionInfo>(details)->extension; 188 content::Details<const Extension>(details).ptr(); 475 const content::NotificationDetails& details) { 481 const std::string& id = content::Details<UpdateDetails>(details)->first 493 base::DictionaryValue* details = new base::DictionaryValue; local [all...] |
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
background.js | 42 function(details) { 46 var headers = details.responseHeaders; 105 function(details) { 106 details.requestHeaders.push({ 110 return {requestHeaders: details.requestHeaders};
|
/external/chromium_org/chrome/browser/ui/views/ |
task_manager_view.cc | 166 const ViewHierarchyChangedDetails& details) OVERRIDE; 413 const ViewHierarchyChangedDetails& details) { 414 // Since we want the Kill button and the Memory Details link to show up in 419 if (details.child == this) { 420 if (details.is_add) { 421 details.parent->AddChildView(about_memory_link_); 423 details.parent->AddChildView(purge_memory_button_); 424 details.parent->AddChildView(kill_button_); 428 details.parent->RemoveChildView(kill_button_); 430 details.parent->RemoveChildView(purge_memory_button_) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/ |
pending_changes.js | 90 var details = {}; 91 details.script = script; 92 details.genericFamily = genericFamily; 93 details.fontId = fontId; 94 chrome.fontSettings.setFont(details);
|
/external/chromium/chrome/browser/automation/ |
url_request_automation_job.cc | 108 AutomationResourceMessageFilter::AutomationDetails details; local 110 child_id, route_id, &details)) { 112 details.tab_handle, request_info->request_id(), details.filter, 113 details.is_pending_render_view);
|
/external/chromium_org/chrome/browser/automation/ |
automation_resource_message_filter.cc | 86 const AutomationDetails& details = (*index).second; local 87 if (details.filter.get() == this) { 292 int renderer_pid, int renderer_id, AutomationDetails* details) { 298 if (details) 299 *details = it->second;
|
/external/chromium_org/chrome/browser/task_manager/ |
background_resource_provider.cc | 268 const content::NotificationDetails& details) { 281 content::Details<BackgroundContentsOpenedDetails>(details)-> 289 Add(content::Details<BackgroundContentsOpenedDetails>(details)->contents, 298 content::Details<BackgroundContents>(details).ptr(); 309 Remove(content::Details<BackgroundContents>(details).ptr());
|
/external/chromium_org/v8/src/ |
d8-debug.cc | 77 // Print the event details. 78 Handle<Object> details = local 84 String::Utf8Value str(details->Get(String::NewFromUtf8(isolate, "text"))); 149 // Convert the debugger response into text details and the running state. 278 // Print the event details. 280 Handle<Object> details = Shell::DebugMessageDetails( local 287 String::Utf8Value str(details->Get(String::NewFromUtf8(isolate_, "text"))); 298 bool is_running = details->Get(String::NewFromUtf8(isolate_, "running"))
|
property.h | 74 void Init(Name* key, Object* value, PropertyDetails details) { 77 details_ = details; 80 Descriptor(Name* key, Object* value, PropertyDetails details) 83 details_(details) { } 200 void DescriptorResult(JSObject* holder, PropertyDetails details, int number) { 203 details_ = details;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
HtmlTooltipHelper.java | 51 public static Control createTooltipControl(Composite parent, String header, String details) { 52 return createTooltipControl(parent, header, details, 0); 57 String details, 66 html += "<tr><td align=justify>" + details + "</td></tr>"; 70 control = createTooltipControl_Label(parent, details);
|
/external/v8/src/ |
d8-debug.cc | 76 // Print the event details. 77 Handle<Object> details = local 83 String::Utf8Value str(details->Get(String::New("text"))); 146 // Convert the debugger response into text details and the running state. 279 // Print the event details. 281 Handle<Object> details = local 288 String::Utf8Value str(details->Get(String::New("text"))); 299 bool is_running = details->Get(String::New("running"))->ToBoolean()->Value();
|
/external/chromium/chrome/browser/metrics/ |
metrics_service.cc | 320 // Handles asynchronous fetching of memory details. 581 const NotificationDetails& details) { 585 if (!CanLogNotification(type, source, details)) 590 current_log_->RecordUserAction(*Details<const char*>(details).ptr()); 595 LogWindowChange(type, source, details); 600 LogWindowChange(type, source, details); 604 LogLoadComplete(type, source, details); 613 Details<RenderProcessHost::RendererClosedDetails>(details).ptr() [all...] |
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_model.cc | 229 // details. It is also called when the BookmarkModel is deleted. 809 scoped_ptr<BookmarkLoadDetails> details(details_delete_me); 816 next_node_id_ = details->max_id(); 817 if (details->computed_checksum() != details->stored_checksum() || 818 details->ids_reassigned()) { 826 bookmark_bar_node_ = details->release_bb_node(); 827 other_node_ = details->release_other_folder_node(); 828 mobile_node_ = details->release_mobile_folder_node(); 829 index_.reset(details->release_index()) [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
google_authenticator.cc | 166 AuthenticationNotificationDetails details(true); 170 Details<AuthenticationNotificationDetails>(&details)); 276 AuthenticationNotificationDetails details(true); 280 Details<AuthenticationNotificationDetails>(&details)); 351 AuthenticationNotificationDetails details(false); 355 Details<AuthenticationNotificationDetails>(&details));
|
/external/chromium_org/chrome/browser/background/ |
background_application_list_model.cc | 337 const content::NotificationDetails& details) { 349 OnExtensionLoaded(content::Details<Extension>(details).ptr()); 353 content::Details<UnloadedExtensionInfo>(details)->extension); 357 content::Details<UpdatedExtensionPermissionsInfo>(details)->extension, 358 content::Details<UpdatedExtensionPermissionsInfo>(details)->reason, 359 content::Details<UpdatedExtensionPermissionsInfo>(details)- [all...] |
/external/chromium_org/chrome/browser/ui/views/infobars/ |
infobar_view.cc | 253 const ViewHierarchyChangedDetails& details) { 254 View::ViewHierarchyChanged(details); 256 if (details.is_add && (details.child == this) && (close_button_ == NULL)) { 276 } else if ((close_button_ != NULL) && (details.parent == this) && 277 (details.child != close_button_) && (close_button_->parent() == this) &&
|
/external/chromium_org/ui/views/bubble/ |
tray_bubble_view.cc | 502 const ViewHierarchyChangedDetails& details) { 503 if (get_use_acceleration_when_possible() && details.is_add && 504 details.child == this) { 505 details.parent->SetPaintToLayer(true); 506 details.parent->SetFillsBoundsOpaquely(true); 507 details.parent->layer()->SetMasksToBounds(true);
|
/external/valgrind/main/coregrind/ |
m_tooliface.c | 22 General Public License for more details. 55 /* Setting details */ 58 VgDetails VG_(details) = { variable 68 #define DETAILS(type, detail) \ 71 VG_(details).detail = detail; \ 74 DETAILS(Char*, name) 75 DETAILS(Char*, version) 76 DETAILS(Char*, description) 77 DETAILS(Char*, copyright_author) 78 DETAILS(Char*, bug_reports_to [all...] |
/external/valgrind/main/VEX/priv/ |
ir_opt.c | 22 General Public License for more details. 302 IRQop* qop = ex->Iex.Qop.details; 314 IRTriop* triop = ex->Iex.Triop.details; 413 puti = st->Ist.PutI.details; 436 cas = st->Ist.CAS.details; 455 d = st->Ist.Dirty.details; 643 key = mk_key_GetIPutI( st->Ist.PutI.details->descr ); 655 IRDirty* d = st->Ist.Dirty.details; 765 vassert(isIRAtom(st->Ist.PutI.details->ix)); 766 vassert(isIRAtom(st->Ist.PutI.details->data)) [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_utils.h | 169 const BookmarkEditor::EditDetails& details, 180 const BookmarkEditor::EditDetails& details,
|