HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 1126 - 1150 of 2398) sorted by null

<<41424344454647484950>>

  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 82 DictionaryValue* details = new DictionaryValue(); local
83 details->SetString("name", country.name());
84 details->SetString("postalCodeLabel", country.postal_code_label());
85 details->SetString("stateLabel", country.state_label());
87 country_data->Set(country.country_code(), details);
  /external/chromium_org/chrome/browser/automation/
url_request_automation_job.cc 151 AutomationResourceMessageFilter::AutomationDetails details; local
153 child_id, route_id, &details)) {
158 details.tab_handle,
160 details.filter.get(),
161 details.is_pending_render_view);
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.cc 292 const content::LoadCommittedDetails& details,
299 if (details.is_in_page) {
330 browse_info_->http_status_code = details.http_status_code;
570 const content::NotificationDetails& details) {
573 const ResourceRequestDetails* req = content::Details<ResourceRequestDetails>(
574 details).ptr();
  /external/chromium_org/chrome/browser/search/
instant_service.cc 241 const content::NotificationDetails& details) {
279 content::Details<GoogleURLTracker::UpdatedDetails>(details).ptr());
438 GoogleURLTracker::UpdatedDetails* details) {
452 if (net::StripWWWFromHost(details->first) ==
453 net::StripWWWFromHost(details->second))
  /external/chromium_org/chrome/browser/signin/
signin_manager.cc 298 content::Details<const GoogleServiceAuthError>(&error));
327 GoogleServiceSignoutDetails details(GetAuthenticatedUsername());
337 content::Details<const GoogleServiceSignoutDetails>(&details));
579 GoogleServiceSigninSuccessDetails details(GetAuthenticatedUsername(),
584 content::Details<const GoogleServiceSigninSuccessDetails>(&details));
607 const content::NotificationDetails& details) {
  /external/chromium_org/chrome/browser/themes/
theme_service.cc 234 const content::NotificationDetails& details) {
235 using content::Details;
245 Details<const extensions::InstalledExtensionInfo> installed_details(
246 details);
253 const Extension* extension = Details<const Extension>(details).ptr();
264 const Extension* extension = Details<const Extension>(details).ptr();
271 Details<const UnloadedExtensionInfo> unloaded_details(details);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.cc 163 const ViewHierarchyChangedDetails& details) {
164 if (details.is_add && !called_registered_extension_command_ &&
170 MenuButton::ViewHierarchyChanged(details);
283 const content::NotificationDetails& details) {
294 content::Details<std::pair<const std::string, const std::string> >(
295 details).ptr();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DebuggerScript.js 254 if (e instanceof Debug.LiveEdit.Failure && "details" in e) {
255 var details = e.details;
256 if (details.type === "liveedit_compile_error") {
257 var startPosition = details.position.start;
258 return [1, String(e), String(details.syntaxErrorMessage), Number(startPosition.line), Number(startPosition.column)];
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SourcesPanel.js 314 var details = WebInspector.debuggerModel.debuggerPausedDetails();
322 this.sidebarPanes.callstack.update(details.callFrames, details.asyncStackTrace);
346 if (details.reason === WebInspector.DebuggerModel.BreakReason.DOM) {
347 WebInspector.domBreakpointsSidebarPane.highlightBreakpoint(details.auxData);
348 WebInspector.domBreakpointsSidebarPane.createBreakpointHitStatusMessage(details.auxData, didCreateBreakpointHitStatusMessage.bind(this));
349 } else if (details.reason === WebInspector.DebuggerModel.BreakReason.EventListener) {
350 var eventName = details.auxData.eventName;
351 this.sidebarPanes.eventListenerBreakpoints.highlightBreakpoint(details.auxData.eventName);
352 var eventNameForUI = WebInspector.EventListenerBreakpointsSidebarPane.eventNameForUI(eventName, details.auxData)
    [all...]
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.cc 206 event->details().touch_points() > 1)) {
238 if (ScrollByContentsOffset(IsHorizontal() ? event->details().scroll_x() :
239 event->details().scroll_y())) {
249 IsHorizontal() ? event->details().velocity_x() : 0.f,
250 IsHorizontal() ? 0.f : event->details().velocity_y());
  /external/chromium_org/extensions/browser/
event_router.cc 72 scoped_ptr<EventDispatchInfo> details) {
78 browser_context_id, base::Passed(&details)));
91 details.Pass());
219 const EventListenerInfo details(
226 observer->second->OnListenerAdded(details);
230 const EventListenerInfo details(
237 observer->second->OnListenerRemoved(details);
670 const content::NotificationDetails& details) {
684 content::Details<const Extension>(details).ptr()
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 107 * A cache of the contact details for the phone numbers in the call log.
117 * A request for contact details for the given number.
160 * List of requests to update contact details.
190 * Whether to show the secondary action button used to play voicemail or show call details.
204 * Primary opens the call details.
352 * Enqueues a request to look up the contact details for the given phone number.
562 // Store the call details information.
587 // Request the contact details immediately since they are currently missing.
619 final PhoneCallDetails details; local
622 details = new PhoneCallDetails(number, numberPresentation
    [all...]
  /external/chromium/chrome/browser/history/
history.cc 91 history::HistoryDetails* details) OVERRIDE {
94 Details<history::HistoryDetails> det(details);
101 &HistoryService::BroadcastNotifications, type, details));
624 const NotificationDetails& details) {
641 Details<history::URLsDeletedDetails> deleted_details(details);
653 DeleteAllSearchTermsForKeyword(*(Details<TemplateURLID>(details).ptr()));
753 scoped_ptr<history::HistoryDetails> details(details_deleted)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.cc 256 std::pair<const std::string, const std::string> details = local
261 content::Details<
262 std::pair<const std::string, const std::string> >(&details));
270 const content::NotificationDetails& details) {
274 content::Details<const InstalledExtensionInfo>(details)->extension);
278 content::Details<const Extension>(details)->id(),
460 std::pair<const std::string, const std::string> details = local
465 content::Details<
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc 85 bool interactive = params->details.get() &&
86 params->details->interactive.get() &&
87 *params->details->interactive;
535 ->EraseCachedToken(GetExtension()->id(), params->details.token);
556 GURL auth_url(params->details.url);
558 params->details.interactive && *params->details.interactive ?
  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.cc 137 // using these APIs. For memory details, which are not added by this function,
199 // Since memory details are expensive to gather, we don't do it by default.
200 // This function is a helper to add memory details data to an existing
275 const content::NotificationDetails& details) {
285 content::Details<content::RenderProcessHost::RendererClosedDetails>(
286 details).ptr());
451 content::RenderProcessHost::RendererClosedDetails* details) {
460 args->Append(new base::FundamentalValue(details->status));
463 args->Append(new base::FundamentalValue(details->exit_code));
526 void ProcessesAPI::OnListenerAdded(const EventListenerInfo& details) {
    [all...]
  /external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc 57 const content::NotificationDetails& details) OVERRIDE;
112 const content::NotificationDetails& details) {
116 content::Details<DomOperationNotificationDetails> dom_op_details(details);
138 const content::NotificationDetails& details) OVERRIDE;
184 const content::NotificationDetails& details) {
186 infobar_ = content::Details<InfoBar::AddedDetails>(details).ptr();
190 content::Details<DomOperationNotificationDetails> dom_op_details(details);
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_delegate_unittest.cc 92 // Returns the details of the default search provider from |prefs| in a format
106 // Verifies that the |details| of a search engine as provided by the delegate
109 const base::DictionaryValue& details) {
115 EXPECT_FALSE(details.HasKey(it.key()));
120 ASSERT_TRUE(details.Get(it.key(), &actual_value));
368 // Check that the "managed state" and the details returned by the delegate are
369 // correct. We verify the details against the data stored by
405 // Checking that all details are correct is already done by the above test.
406 // Just make sure details are reported about the correct engine.
432 // that the details returned by the delegate about one particular engine ar
440 const base::DictionaryValue* details = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.cc 177 const ViewHierarchyChangedDetails& details) OVERRIDE {
178 if (details.is_add && details.child == this)
306 const ViewHierarchyChangedDetails& details) {
307 if (details.is_add && details.child == this)
560 const content::NotificationDetails& details) {
  /external/jdiff/src/jdiff/
HTMLIndexes.java 10 * See the file LICENSE.txt for copyright details.
359 /** The file used to output details of missing @since tags. */
386 String details = null; local
388 details = currIndex.pkgName_ + "." + currIndex.name_;
390 details = details + " Interface";
392 details = details + " Class";
394 details = currIndex.pkgName_ + "." + currIndex.name_ + " Constructor (" + currIndex.type_ + ")";
396 details = currIndex.pkgName_ + "." + currIndex.className_ + " " + "Method " + currIndex.name_ + "(" + curr (…)
    [all...]
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 103 --trace-signals=no|yes show signal handling details? [no]
104 --trace-symtab=no|yes show symbol table details? [no]
106 --trace-cfi=no|yes show call-frame-info details? [no]
110 --trace-redir=no|yes show redirection details? [no]
111 --trace-sched=no|yes show thread scheduler details? [no]
138 (Nb: you need --trace-notbelow and/or --trace-notabove with --trace-flags for full details)
145 --trace-malloc=no|yes show client malloc details? [no]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 2053 SelectByCharDetails details; local
    [all...]
  /external/chromium/chrome/browser/instant/
instant_loader.cc 88 const NotificationDetails& details) OVERRIDE;
114 const NotificationDetails& details) {
117 int page_id = *(Details<int>(details).ptr());
172 const NotificationDetails& details) OVERRIDE;
340 // for details).
376 const NotificationDetails& details) {
379 if (Details<ProvisionalLoadDetails>(details)->url() == loader_->url_) {
583 Details<const bool> details(&result)
    [all...]
  /external/chromium_org/chrome/browser/resources/
plugins.js 20 * Asks the C++ PluginsDOMHandler to get details about the installed plugins and
167 var labels = document.getElementsByClassName('plugin-details-label');
205 // Keeps track of whether details have been made visible (expanded) or not.
209 * Toggles visibility of details.
273 $('details-link').onclick = toggleTmiMode;
  /external/chromium_org/v8/src/
d8.js 156 var details = {text:'', running:false};
159 details.running = response.running();
190 details.text = result;
218 details.text = result;
231 details.text = result;
235 details.text = result;
239 details.text = 'Unknown debug event ' + response.event();
242 return details;
    [all...]

Completed in 1334 milliseconds

<<41424344454647484950>>