OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WDObjectResult
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/webdata/common/
web_data_results.h
119
template <class T> class
WDObjectResult
: public WDTypedResult {
121
explicit
WDObjectResult
(WDResultType type)
132
DISALLOW_COPY_AND_ASSIGN(
WDObjectResult
);
/external/chromium/chrome/browser/webdata/
web_data_service.h
157
template <class T> class
WDObjectResult
: public WDTypedResult {
159
explicit
WDObjectResult
(WDResultType type) : WDTypedResult(type) {
169
DISALLOW_COPY_AND_ASSIGN(
WDObjectResult
);
Completed in 264 milliseconds