Home
last modified time | relevance | path

Searched defs:SetType (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/autofill/
Daddress_field.h30 void SetType(AddressType address_type) { type_ = address_type; } in SetType() function
/external/llvm/lib/MC/
DMCELF.cpp37 void MCELF::SetType(MCSymbolData &SD, unsigned Type) { in SetType() function in llvm::MCELF
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsession.h62 void SetType(const buzz::QName type) { in SetType() function
Dstun.h127 void SetType(StunMessageType type) { type_ = type; } in SetType() function
Dstun.cc473 void StunUInt16ListAttribute::SetType(int index, uint16 value) { in SetType() function in cricket::StunUInt16ListAttribute
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dfst.h418 void SetType(const string &type) { type_ = type; } in SetType() function
/external/quake/quake/src/QW/dxsdk/sdk/inc/
Dd3drmobj.h479 STDMETHOD(SetType)(THIS_ D3DRMLIGHTTYPE) PURE; in DECLARE_INTERFACE_() local
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DD3DRMOBJ.H479 STDMETHOD(SetType)(THIS_ D3DRMLIGHTTYPE) PURE; in DECLARE_INTERFACE_() local
/external/chromium/net/disk_cache/
Dbackend_impl.cc810 void BackendImpl::SetType(net::CacheType type) { in SetType() function in disk_cache::BackendImpl