Searched refs:details (Results 101 - 125 of 1638) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/translate_internals/
H A Dtranslate_internals.js231 * @param {Object} details the object which represents the supported
234 function onSupportedLanguagesUpdated(details) {
237 span.textContent = formatDate(new Date(details['last_updated']));
241 var languages = details['languages'];
247 if (details['alpha_languages'].indexOf(language) != -1)
356 * @param {Object} details The object which represents the logs.
358 function onTranslateErrorDetailsAdded(details) {
361 appendTD(tr, formatDate(new Date(details['time'])), 'error-logs-time');
362 appendTD(tr, details['url'], 'error-logs-url');
365 details['erro
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_change_processor.h58 const content::NotificationDetails& details) OVERRIDE;
81 void HandleURLsModified(history::URLsModifiedDetails* details);
82 void HandleURLsDeleted(history::URLsDeletedDetails* details);
83 void HandleURLsVisited(history::URLVisitedDetails* details);
89 bool ShouldSyncVisit(history::URLVisitedDetails* details);
H A Dtyped_url_change_processor.cc66 const content::NotificationDetails& details) {
76 content::Details<history::URLsModifiedDetails>(details).ptr());
79 content::Details<history::URLsDeletedDetails>(details).ptr());
83 content::Details<history::URLVisitedDetails>(details).ptr());
90 history::URLsModifiedDetails* details) {
93 for (history::URLRows::iterator url = details->changed_urls.begin();
94 url != details->changed_urls.end(); ++url) {
163 history::URLsDeletedDetails* details) {
171 if (details->expired)
174 if (details
63 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
89 HandleURLsModified( history::URLsModifiedDetails* details) argument
162 HandleURLsDeleted( history::URLsDeletedDetails* details) argument
198 HandleURLsVisited( history::URLVisitedDetails* details) argument
207 ShouldSyncVisit( history::URLVisitedDetails* details) argument
[all...]
H A Dextensions_activity_monitor.cc39 const content::NotificationDetails& details) {
44 content::Details<const extensions::BookmarksFunction>(details).ptr();
36 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_util.cc295 gesture.data.showPress.width = data.details.bounding_box_f().width();
296 gesture.data.showPress.height = data.details.bounding_box_f().height();
300 DCHECK_EQ(1, data.details.tap_count());
301 gesture.data.tap.tapCount = data.details.tap_count();
302 gesture.data.tap.width = data.details.bounding_box_f().width();
303 gesture.data.tap.height = data.details.bounding_box_f().height();
307 DCHECK_EQ(1, data.details.tap_count());
308 gesture.data.tap.tapCount = data.details.tap_count();
309 gesture.data.tap.width = data.details.bounding_box_f().width();
310 gesture.data.tap.height = data.details
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Drun_webkit_tests_unittest.py196 details = run_webkit_tests.run(port_obj, options, args, logging_stream)
199 self.assertEqual(details.initial_results.total, test.TOTAL_TESTS)
200 self.assertEqual(details.initial_results.expected_skips, test.TOTAL_SKIPS)
201 self.assertEqual(len(details.initial_results.unexpected_results_by_name), test.UNEXPECTED_PASSES + test.UNEXPECTED_FAILURES)
202 self.assertEqual(details.exit_code, test.UNEXPECTED_FAILURES)
203 self.assertEqual(details.retry_results.total, test.UNEXPECTED_FAILURES)
205 expected_tests = details.initial_results.total - details.initial_results.expected_skips - len(details.initial_results.unexpected_results_by_name)
207 if details
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
H A Daccessibility_api_handler.js388 ctl.details.value,
389 ctl.details.selectionStart,
390 ctl.details.selectionEnd,
420 var start = ctl.details.selectionStart;
421 var end = ctl.details.selectionEnd;
423 start = ctl.details.selectionEnd;
424 end = ctl.details.selectionStart;
429 ctl.details.value,
432 ctl.details.isPassword,
513 if (control.details
[all...]
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_usages_state.cc35 const content::LoadCommittedDetails& details) {
36 if (details.entry)
37 embedder_url_ = details.entry->GetURL();
40 if (!details.entry ||
41 details.previous_url.GetOrigin() != details.entry->GetURL().GetOrigin()) {
34 DidNavigate( const content::LoadCommittedDetails& details) argument
/external/chromium_org/chrome/browser/feedback/system_logs/log_sources/
H A Dchrome_internal_log_source.cc70 base::ListValue* details = NULL; local
71 sync_logs->GetList(kDetailsKey, &details);
72 if (!details)
74 for (base::ListValue::iterator it = details->begin();
75 it != details->end(); ++it) {
81 details->Erase(it, NULL);
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu_browsertest_util.h25 const content::NotificationDetails& details) OVERRIDE;
54 const content::NotificationDetails& details) OVERRIDE;
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
H A Dscope_approval_dialog.js23 webview.request.onBeforeSendHeaders.addListener(function(details) {
24 headers = details.requestHeaders || [];
/external/chromium_org/chrome/browser/ssl/
H A Dssl_error_info.h19 // information about an error (type of error and text details).
61 const base::string16& details() const { return details_; } function in class:SSLErrorInfo
67 SSLErrorInfo(const base::string16& details,
/external/chromium_org/chrome/browser/tab_contents/
H A Dnavigation_metrics_recorder.cc30 const content::LoadCommittedDetails& details,
32 navigation_metrics::RecordMainFrameNavigation(details.entry->GetVirtualURL());
29 DidNavigateMainFrame( const content::LoadCommittedDetails& details, const content::FrameNavigateParams& params) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dchrome_url_data_manager_browsertest.cc27 const content::NotificationDetails& details) OVERRIDE {
31 content::Details<content::LoadCommittedDetails>(details)->
H A Dfileicon_source.cc112 IconRequestDetails details; local
113 details.callback = callback;
114 details.scale_factor = scale_factor;
120 base::Unretained(this), details),
148 void FileIconSource::OnFileIconDataAvailable(const IconRequestDetails& details, argument
154 details.scale_factor).sk_bitmap(),
158 details.callback.Run(icon_data.get());
161 details.callback.Run(NULL);
/external/chromium_org/chrome/common/extensions/docs/examples/api/contentSettings/
H A Dpopup.js38 function(details) {
39 document.getElementById(type).value = details.setting;
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dbrowser_action_custom_bindings.js16 apiFunctions.setHandleRequest('setIcon', function(details, callback) {
17 setIcon(details, function(args) {
/external/chromium_org/chrome/test/base/
H A Dextension_load_waiter_one_shot.cc36 const content::NotificationDetails& details) {
40 content::Details<extensions::ExtensionHost>(details).ptr();
34 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dfind_in_page_observer.cc40 const content::NotificationDetails& details) {
42 content::Details<FindNotificationDetails> find_details(details);
37 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/content/public/test/
H A Dtest_notification_tracker.h29 NotificationDetails details; member in struct:content::TestNotificationTracker::Event
74 const NotificationDetails& details) OVERRIDE;
/external/chromium_org/native_client_sdk/src/doc/reference/
H A Dindex.rst5 The reference section includes more in-depth details about some aspects of
/external/chromium_org/net/quic/crypto/
H A Dproof_verifier.h18 // implementation specific details that a ProofVerifier wishes to return. These
19 // details are saved in the CachedState for the origin in question.
45 // description of the error. |details| contains implementation-specific
46 // details of the verification. |Run| may take ownership of |details| by
50 scoped_ptr<ProofVerifyDetails>* details) = 0;
63 // to a description of the problem. In either case it may set |*details|,
82 scoped_ptr<ProofVerifyDetails>* details,
/external/chromium_org/sync/js/
H A Dsync_js_controller.cc36 const JsEventDetails& details) {
38 HandleJsEvent(name, details));
35 HandleJsEvent(const std::string& name, const JsEventDetails& details) argument
/external/compiler-rt/lib/tsan/
H A DMakefile.mk6 # License. See LICENSE.TXT for details.
/external/llvm/bindings/ocaml/all_backends/
H A Dllvm_all_backends.ml6 * License. See LICENSE.TXT for details.

Completed in 752 milliseconds

1234567891011>>