Searched defs:uma_name (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dcdm_result_promise.cc48 const std::string& uma_name)
52 uma_name),
93 const std::string& uma_name)
97 uma_name),
46 CdmResultPromise( const blink::WebContentDecryptionModuleResult& result, const std::string& uma_name) argument
91 CdmResultPromise( const blink::WebContentDecryptionModuleResult& result, const std::string& uma_name) argument
H A Dwebcontentdecryptionmodulesession_impl.cc27 std::string uma_name,
29 : CdmResultPromise<std::string>(result, uma_name),
26 NewSessionCdmResultPromise(blink::WebContentDecryptionModuleResult result, std::string uma_name, const SessionInitializedCB& new_session_created_cb) argument
/external/chromium_org/media/base/
H A Dcdm_promise.cc46 const std::string& uma_name)
50 uma_name_(uma_name) {
114 const std::string& uma_name)
115 : CdmPromise(CdmPromiseTraits<T>::kType, reject_cb, uma_name),
140 const std::string& uma_name)
141 : CdmPromise(CdmPromiseTraits<void>::kType, reject_cb, uma_name),
44 CdmPromise(ResolveParameterType parameter_type, PromiseRejectedCB reject_cb, const std::string& uma_name) argument
111 CdmPromiseTemplate( base::Callback<void(const T&)> resolve_cb, PromiseRejectedCB reject_cb, const std::string& uma_name) argument
138 CdmPromiseTemplate(base::Callback<void()> resolve_cb, PromiseRejectedCB reject_cb, const std::string& uma_name) argument
/external/chromium_org/components/nacl/zygote/
H A Dnacl_fork_delegate_linux.cc301 void NaClForkDelegate::InitialUMA(std::string* uma_name, argument
304 *uma_name = nonsfi_mode_ ? "NaCl.Client.HelperNonSFI.InitState"
319 std::string* uma_name,
328 *uma_name = nonsfi_mode_ ? "NaCl.Client.HelperNonSFI.StateOnFork"
318 CanHelp(const std::string& process_type, std::string* uma_name, int* uma_sample, int* uma_boundary_value) argument
/external/chromium_org/content/zygote/
H A Dzygote_linux.cc346 std::string* uma_name,
353 if ((*i)->CanHelp(process_type, uma_name, uma_sample, uma_boundary_value)) {
468 std::string* uma_name,
520 uma_name,
555 std::string uma_name; local
559 pickle, iter, fds.Pass(), &uma_name, &uma_sample, &uma_boundary_value);
564 while (uma_name.empty() && initial_uma_index_ < helpers_.size()) {
566 &uma_name, &uma_sample, &uma_boundary_value);
571 reply_pickle.WriteString(uma_name);
572 if (!uma_name
342 ForkWithRealPid(const std::string& process_type, const base::GlobalDescriptors::Mapping& fd_mapping, const std::string& channel_id, base::ScopedFD pid_oracle, std::string* uma_name, int* uma_sample, int* uma_boundary_value) argument
465 ReadArgsAndFork(const Pickle& pickle, PickleIterator iter, ScopedVector<base::ScopedFD> fds, std::string* uma_name, int* uma_sample, int* uma_boundary_value) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Dboot_times_loader.cc257 const std::string uma_name,
274 uma_name,
281 base::StringPrintf("%s: %.2f", uma_name.c_str(), total.InSecondsF());
255 WriteTimes( const std::string base_name, const std::string uma_name, const std::string uma_prefix, std::vector<TimeMarker> login_times) argument

Completed in 4477 milliseconds