Searched defs:name_or_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/installer/test/
H A Dresource_loader.cc15 // |module| identified by |name_or_id| of type |type_name_or_id|, returning
17 bool DoLoad(HMODULE module, const wchar_t* name_or_id, argument
23 resource_info = FindResource(module, name_or_id, type_name_or_id);
/external/chromium_org/components/autofill/core/common/
H A Dsave_password_progress_logger.cc262 const std::string& name_or_id,
265 log.SetString(GetStringFromID(STRING_NAME_OR_ID), ScrubElementID(name_or_id));
260 LogHTMLForm( SavePasswordProgressLogger::StringID label, const std::string& name_or_id, const GURL& action) argument

Completed in 248 milliseconds