OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gDoc
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/views/
SkListWidget.cpp
589
static const char
gDoc
[] =
618
//SkDebugf("doc size %d\n", sizeof(
gDoc
)-1);
619
return new SkXMLListSource(
gDoc
, sizeof(
gDoc
) - 1);
/external/skia/src/xml/
SkDOM.cpp
478
static const char
gDoc
[] =
494
const Node* root = dom.build(
gDoc
, sizeof(
gDoc
) - 1);
Completed in 29 milliseconds