OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QueryURLResult
(Results
1 - 3
of
3
) 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_service.cc
85
const HistoryBackend::
QueryURLResult
* result) {
711
HistoryBackend::
QueryURLResult
* query_url_result =
712
new HistoryBackend::
QueryURLResult
();
[
all
...]
history_backend.cc
155
// HistoryBackend::
QueryURLResult
----------------------------------------------
157
HistoryBackend::
QueryURLResult
::
QueryURLResult
() : success(false) {
160
HistoryBackend::
QueryURLResult
::~
QueryURLResult
() {
[
all
...]
Completed in 35 milliseconds