Searched defs:DisplayName (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/highlighters/
H A Dhilite_me_highlighter.py24 def DisplayName(self): member in class:HiliteMeHighlighter
H A Dnone_highlighter.py16 def DisplayName(self): member in class:NoneHighlighter
H A Dpygments_highlighter.py33 def DisplayName(self): member in class:PygmentsHighlighter
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_address.cc302 base::string16 Address::DisplayName() const { function in class:autofill::wallet::Address
H A Dwallet_items.cc277 base::string16 WalletItems::MaskedInstrument::DisplayName() const { function in class:autofill::wallet::WalletItems::MaskedInstrument
289 return address().DisplayName();
342 return DisplayName();
/external/chromium_org/tools/win/ChromeDebug/LowLevel/
H A DTypes.cs109 DisplayName = 0x000000200, enumerator in enum:ChromeDebug.LowLevel.LowLevelTypes.SHGFI
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsnamed.c839 if (entry ->DisplayName != NULL) cmsMLUfree(entry ->DisplayName);
864 cmsBool CMSEXPORT cmsDictAddEntry(cmsHANDLE hDict, const wchar_t* Name, const wchar_t* Value, const cmsMLU *DisplayName, const cmsMLU *DisplayValue) argument
875 entry ->DisplayName = cmsMLUdup(DisplayName);
903 if (!cmsDictAddEntry(hNew, entry ->Name, entry ->Value, entry ->DisplayName, entry ->DisplayValue)) {
H A Dcmstypes.c4799 _cmsDICelem Name, Value, DisplayName, DisplayValue; member in struct:__anon28699
4836 if (a ->DisplayName.Offsets != NULL) FreeElem(&a->DisplayName);
4853 if (!AllocElem(ContextID, &a -> DisplayName, Count)) goto Error;
4893 if (!ReadOneElem(io, &a ->DisplayName, i, BaseOffset)) return FALSE;
4928 if (!WriteOneElem(io, &a -> DisplayName, i)) return FALSE;
5093 if (!ReadOneMLUC(self, io, &a.DisplayName, i, &DisplayNameMLU)) goto Error;
5147 if (p ->DisplayName != NULL) AnyName = TRUE;
5175 if (p ->DisplayName != NULL) {
5176 if (!WriteOneMLUC(self, io, &a.DisplayName,
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h1398 cmsMLU *DisplayName; member in struct:_cmsDICTentry_struct
1409 CMSAPI cmsBool CMSEXPORT cmsDictAddEntry(cmsHANDLE hDict, const wchar_t* Name, const wchar_t* Value, const cmsMLU *DisplayName, const cmsMLU *DisplayValue);

Completed in 235 milliseconds