OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JsonExpectations
(Results
1 - 2
of
2
) sorted by null
/external/skia/dm/
DMExpectations.h
22
class
JsonExpectations
: public Expectations {
24
explicit
JsonExpectations
(const char* path) : fGMExpectations(path) {}
DM.cpp
136
expectations.reset(SkNEW_ARGS(DM::
JsonExpectations
, (path)));
Completed in 1212 milliseconds