Searched refs:nmf_url (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/native_client_sdk/src/tools/
H A Ddecode_dump.py59 nmf_url = nmf_entry.get(self.platform, {}).get('url')
61 if nmf_url is None:
70 pfilename = os.path.join(path, nmf_url)
/external/chromium_org/components/nacl/browser/
H A Dnacl_host_message_filter.h75 void OnNaClDebugEnabledForURL(const GURL& nmf_url, bool* should_debug);
H A Dnacl_host_message_filter.cc297 void NaClHostMessageFilter::OnNaClDebugEnabledForURL(const GURL& nmf_url, argument
300 nacl::NaClBrowser::GetDelegate()->URLMatchesDebugPatterns(nmf_url);

Completed in 4116 milliseconds