OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QueryURLResult
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/history/
history_backend.h
98
//
QueryURLResult
stores the result of a call to QueryURL. The |row| and
100
struct
QueryURLResult
{
101
QueryURLResult
();
102
~
QueryURLResult
();
164
QueryURLResult
* query_url_result);
[
all
...]
history_backend.cc
155
// HistoryBackend::
QueryURLResult
----------------------------------------------
157
HistoryBackend::
QueryURLResult
::
QueryURLResult
() : success(false) {
160
HistoryBackend::
QueryURLResult
::~
QueryURLResult
() {
[
all
...]
Completed in 85 milliseconds