Searched refs:DisplayName (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/highlighters/
H A Dnone_highlighter.py16 def DisplayName(self): member in class:NoneHighlighter
H A Dhilite_me_highlighter.py24 def DisplayName(self): member in class:HiliteMeHighlighter
H A Dpygments_highlighter.py33 def DisplayName(self): member in class:PygmentsHighlighter
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_address.h90 base::string16 DisplayName() const;
93 // to the user together with DisplayName().
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();
H A Dwallet_items.h96 base::string16 DisplayName() const;
H A Dwallet_address.cc302 base::string16 Address::DisplayName() const { function in class:autofill::wallet::Address
/external/chromium_org/tools/win/ChromeDebug/LowLevel/
H A DTypes.cs109 DisplayName = 0x000000200, enumerator in enum:ChromeDebug.LowLevel.LowLevelTypes.SHGFI
/external/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs38 [DisplayName("Style")]
/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/chromium_org/tools/json_schema_compiler/
H A Dpreview.py253 (name, highlighter.DisplayName()))
/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);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_browsertest.cc766 IN_PROC_BROWSER_TEST_F(DeviceLocalAccountTest, DisplayName) {
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_unittest.cc661 TEST_F(DownloadItemTest, DisplayName) {
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc2983 addresses[i]->DisplayName(),
3023 instruments[i]->DisplayName(),

Completed in 4941 milliseconds