OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadName
(Results
1 - 7
of
7
) sorted by null
/external/chromium/net/base/
dnssec_chain_verifier.h
74
bool
ReadName
(base::StringPiece*);
dnssec_chain_verifier.cc
416
//
ReadName
reads, and removes, an 8-bit length prefixed DNS name from |chain_|
417
bool DNSSECChainVerifier::
ReadName
(base::StringPiece* v) {
643
if (!
ReadName
(next_name) ||
802
if (!
ReadName
(&name))
/external/chromium/base/win/
registry.h
49
LONG
ReadName
(int index, std::wstring* name) const;
registry.cc
111
LONG RegKey::
ReadName
(int index, std::wstring* name) const {
/external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.cc
136
if (key->
ReadName
(value_index, &value_name) != ERROR_SUCCESS)
/external/tinyxml/
tinyxmlparser.cpp
389
const char* TiXmlBase::
ReadName
( const char* p, TIXML_STRING * name, TiXmlEncoding encoding )
1042
p =
ReadName
( p, &value, encoding );
1334
p =
ReadName
( p, &name, encoding );
[
all
...]
tinyxml.h
263
static const char*
ReadName
( const char* p, TIXML_STRING* name, TiXmlEncoding encoding );
[
all
...]
Completed in 275 milliseconds