Searched refs:details (Results 251 - 275 of 1638) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/content/browser/appcache/
H A Dappcache_frontend_proxy.cc41 const AppCacheErrorDetails& details) {
42 sender_->Send(new AppCacheMsg_ErrorEventRaised(host_ids, details));
39 OnErrorEventRaised( const std::vector<int>& host_ids, const AppCacheErrorDetails& details) argument
/external/chromium_org/content/browser/frame_host/
H A Dnavigator_delegate.h67 const LoadCommittedDetails& details,
71 const LoadCommittedDetails& details,
66 DidNavigateMainFramePostCommit( const LoadCommittedDetails& details, const FrameHostMsg_DidCommitProvisionalLoad_Params& params) argument
69 DidNavigateAnyFramePostCommit( RenderFrameHostImpl* render_frame_host, const LoadCommittedDetails& details, const FrameHostMsg_DidCommitProvisionalLoad_Params& params) argument
/external/chromium_org/content/browser/resources/media/
H A Dpeer_connection_update_table.js11 * @param {string} value The details of the update.
73 * the details as the content of a TextArea element.
92 row.innerHTML += '<td><details><summary>' + update.type +
93 '</summary></details></td>';
96 var details = row.cells[1].childNodes[0];
97 details.appendChild(valueContainer);
H A Dstats_table.js84 var details = document.createElement('details');
85 container.appendChild(details);
89 details.appendChild(summary);
92 details.appendChild(table);
/external/chromium_org/content/child/appcache/
H A Dappcache_dispatcher.cc57 const AppCacheErrorDetails& details) {
58 frontend_->OnErrorEventRaised(host_ids, details);
55 OnErrorEventRaised( const std::vector<int>& host_ids, const AppCacheErrorDetails& details) argument
/external/chromium_org/content/public/test/
H A Djavascript_test_observer.cc66 const NotificationDetails& details) {
68 Details<DomOperationNotificationDetails> dom_op_details(details);
63 Observe( int type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_api.h35 virtual void OnListenerAdded(const EventListenerInfo& details) OVERRIDE;
36 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
/external/chromium_org/extensions/browser/api/system_info/
H A Dsystem_info_api.cc239 void SystemInfoAPI::OnListenerAdded(const EventListenerInfo& details) { argument
240 if (IsSystemStorageEvent(details.event_name)) {
242 base::Bind(&AddEventListener, details.event_name));
244 AddEventListener(details.event_name);
248 void SystemInfoAPI::OnListenerRemoved(const EventListenerInfo& details) { argument
249 if (IsSystemStorageEvent(details.event_name)) {
251 base::Bind(&RemoveEventListener, details.event_name));
253 RemoveEventListener(details.event_name);
/external/chromium_org/extensions/test/
H A Dresult_catcher.cc51 const content::NotificationDetails& details) {
70 messages_.push_back(*(content::Details<std::string>(details).ptr()));
49 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/ui/views/controls/scrollbar/
H A Dnative_scroll_bar.cc59 const ViewHierarchyChangedDetails& details) {
60 if (details.is_add && !native_wrapper_ && GetWidget()) {
58 ViewHierarchyChanged( const ViewHierarchyChangedDetails& details) argument
/external/chromium_org/ui/views/widget/
H A Droot_view_targeter.cc44 !gesture.details().bounding_box().IsEmpty()) {
47 rect.set_size(gesture.details().bounding_box().size());
/external/chromium_org/ui/wm/core/
H A Dinput_method_event_filter.cc40 // We're processing key events as follows (details are simplified).
99 ui::EventDispatchDetails details = local
101 CHECK(!details.dispatcher_destroyed);
/external/compiler-rt/lib/
H A DMakefile.mk6 # License. See LICENSE.TXT for details.
/external/compiler-rt/lib/builtins/armv6m/
H A DMakefile.mk6 # License. See LICENSE.TXT for details.
/external/compiler-rt/lib/builtins/i386/
H A DMakefile.mk6 # License. See LICENSE.TXT for details.
/external/compiler-rt/lib/builtins/ppc/
H A DMakefile.mk6 # License. See LICENSE.TXT for details.
/external/compiler-rt/lib/builtins/x86_64/
H A DMakefile.mk6 # License. See LICENSE.TXT for details.
/external/compiler-rt/lib/dfsan/
H A DMakefile.mk6 # License. See LICENSE.TXT for details.
/external/compiler-rt/lib/interception/
H A DMakefile.mk6 # License. See LICENSE.TXT for details.
/external/compiler-rt/lib/profile/
H A DMakefile.mk6 # License. See LICENSE.TXT for details.
/external/compiler-rt/lib/sanitizer_common/
H A DMakefile.mk6 # License. See LICENSE.TXT for details.
/external/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.ml6 * License. See LICENSE.TXT for details.
/external/llvm/bindings/ocaml/bitreader/
H A Dllvm_bitreader.ml6 * License. See LICENSE.TXT for details.
/external/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.ml6 * License. See LICENSE.TXT for details.
/external/llvm/bindings/ocaml/linker/
H A Dllvm_linker.ml6 * License. See LICENSE.TXT for details.

Completed in 282 milliseconds

<<11121314151617181920>>