Searched defs:ext_name (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Ddownload_row.cc38 const std::string& ext_name)
57 by_ext_name(ext_name) {
19 DownloadRow( const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start, const base::Time& end, const std::string& etag, const std::string& last_modified, int64 received, int64 total, content::DownloadItem::DownloadState download_state, content::DownloadDangerType danger_type, content::DownloadInterruptReason interrupt_reason, uint32 id, bool download_opened, const std::string& ext_id, const std::string& ext_name) argument
/external/chromium_org/chrome/browser/profile_resetter/
H A Dresettable_settings_snapshot.cc193 std::string ext_name; local
194 base::ReplaceChars(i->second, "\"", "\'", &ext_name);
195 list->AppendString(i->first + ";" + ext_name);
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog_win.cc127 std::wstring ext_name = first_extension; local
128 size_t ext_index = ext_name.find_first_not_of(L'.');
130 ext_name = ext_name.substr(ext_index);
139 base::i18n::ToUpper(base::WideToUTF16(ext_name)),
140 ext_name);
143 desc = L"*." + ext_name;
/external/chromium_org/third_party/libxslt/libxslt/
H A Dextensions.c325 xmlChar *ext_name; local
355 ext_name = xmlStrdup(URI);
357 ext_name = xmlStrdup(protocol + 3);
359 if (ext_name == NULL) {
363 i = ext_name;
390 ext_directory, ext_name, LIBXML_MODULE_EXTENSION);
405 xmlFree(ext_name);
418 xmlFree(ext_name);
423 regfunc_name = xmlStrdup(ext_name);
453 xmlFree(ext_name);
[all...]
/external/iptables/include/
H A Dxtables.h137 * @ext_name: name of extension currently being processed
148 const char *arg, *ext_name; member in struct:xt_option_call
182 * @ext_name: name of extension currently being processed
189 const char *ext_name; member in struct:xt_fcheck_call

Completed in 172 milliseconds