OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appendfragmentsource
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h
125
bool
appendFragmentSource
(const String&);
XMLDocumentParser.cpp
511
bool wellFormed = parser->
appendFragmentSource
(chunk);
515
return wellFormed; //
appendFragmentSource
()'s wellFormed is more permissive than wellFormed().
732
//
appendFragmentSource
() checks that the length doesn't overflow an int.
[
all
...]
Completed in 142 milliseconds