OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:distillerpage
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/components/dom_distiller/core/
fake_distiller_page.h
18
MOCK_CONST_METHOD0(CreateDistillerPageImpl,
DistillerPage
*());
19
virtual scoped_ptr<
DistillerPage
> CreateDistillerPage(
21
return scoped_ptr<
DistillerPage
>(CreateDistillerPageImpl());
23
virtual scoped_ptr<
DistillerPage
> CreateDistillerPageWithHandle(
25
return scoped_ptr<
DistillerPage
>(CreateDistillerPageImpl());
29
class MockDistillerPage : public
DistillerPage
{
distiller_page.h
28
// Constructing a
DistillerPage
should be cheap, as some of the instances can be
30
class
DistillerPage
{
36
DistillerPage
();
37
virtual ~
DistillerPage
();
41
// for a given |url| and |options|, any
DistillerPage
implementation will
55
// should be the same regardless of the
DistillerPage
implementation.
61
DISALLOW_COPY_AND_ASSIGN(
DistillerPage
);
64
// Factory for generating a |
DistillerPage
|.
69
// Constructs and returns a new
DistillerPage
. The implementation of this
72
virtual scoped_ptr<
DistillerPage
> CreateDistillerPage
[
all
...]
dom_distiller_service.h
55
scoped_ptr<
DistillerPage
> distiller_page,
82
scoped_ptr<
DistillerPage
> distiller_page,
91
scoped_ptr<
DistillerPage
> distiller_page,
94
// Creates a default
DistillerPage
.
95
virtual scoped_ptr<
DistillerPage
> CreateDefaultDistillerPage(
97
virtual scoped_ptr<
DistillerPage
> CreateDefaultDistillerPageWithHandle(
127
scoped_ptr<
DistillerPage
> distiller_page,
136
scoped_ptr<
DistillerPage
> distiller_page,
140
scoped_ptr<
DistillerPage
> distiller_page,
142
virtual scoped_ptr<
DistillerPage
> CreateDefaultDistillerPage
[
all
...]
distiller_page.cc
55
DistillerPage
::
DistillerPage
() : ready_(true) {}
57
DistillerPage
::~
DistillerPage
() {}
59
void
DistillerPage
::DistillPage(
71
void
DistillerPage
::OnDistillationDone(const GURL& page_url,
viewer_unittest.cc
34
DistillerPage
*,
38
scoped_ptr<
DistillerPage
> distiller_page,
50
scoped_ptr<
DistillerPage
> distiller_page,
57
scoped_ptr<
DistillerPage
> distiller_page,
65
virtual scoped_ptr<
DistillerPage
> CreateDefaultDistillerPage(
67
return scoped_ptr<
DistillerPage
>();
69
virtual scoped_ptr<
DistillerPage
> CreateDefaultDistillerPageWithHandle(
71
return scoped_ptr<
DistillerPage
>();
task_tracker_unittest.cc
156
scoped_ptr<
DistillerPage
>().Pass());
179
scoped_ptr<
DistillerPage
>().Pass());
205
scoped_ptr<
DistillerPage
>().Pass());
279
scoped_ptr<
DistillerPage
>().Pass());
313
scoped_ptr<
DistillerPage
>().Pass());
348
scoped_ptr<
DistillerPage
>().Pass());
390
scoped_ptr<
DistillerPage
>().Pass());
dom_distiller_service.cc
58
scoped_ptr<
DistillerPage
> DomDistillerService::CreateDefaultDistillerPage(
63
scoped_ptr<
DistillerPage
>
72
scoped_ptr<
DistillerPage
> distiller_page,
148
scoped_ptr<
DistillerPage
> distiller_page,
165
scoped_ptr<
DistillerPage
> distiller_page,
fake_distiller.h
45
scoped_ptr<
DistillerPage
> distiller_page,
fake_distiller.cc
41
scoped_ptr<
DistillerPage
> distiller_page,
distiller.h
44
scoped_ptr<
DistillerPage
> distiller_page,
79
scoped_ptr<
DistillerPage
> distiller_page,
153
scoped_ptr<
DistillerPage
> distiller_page_;
distiller_unittest.cc
273
scoped_ptr<
DistillerPage
> distiller_page) {
294
scoped_ptr<
DistillerPage
> CreateMockDistillerPage(const base::Value* result,
299
return scoped_ptr<
DistillerPage
>(distiller_page).Pass();
302
scoped_ptr<
DistillerPage
> CreateMockDistillerPageWithPendingJSCallback(
308
return scoped_ptr<
DistillerPage
>(distiller_page).Pass();
311
scoped_ptr<
DistillerPage
> CreateMockDistillerPages(
327
return scoped_ptr<
DistillerPage
>(distiller_page).Pass();
task_tracker.cc
42
scoped_ptr<
DistillerPage
> distiller_page) {
task_tracker.h
86
scoped_ptr<
DistillerPage
> distiller_page);
distiller.cc
100
scoped_ptr<
DistillerPage
> distiller_page,
/external/chromium_org/chrome/browser/dom_distiller/
lazy_dom_distiller_service.cc
59
scoped_ptr<
DistillerPage
> distiller_page,
75
scoped_ptr<
DistillerPage
> distiller_page,
82
scoped_ptr<
DistillerPage
> distiller_page,
87
scoped_ptr<
DistillerPage
>
93
scoped_ptr<
DistillerPage
>
lazy_dom_distiller_service.h
39
scoped_ptr<
DistillerPage
> distiller_page,
48
scoped_ptr<
DistillerPage
> distiller_page,
52
scoped_ptr<
DistillerPage
> distiller_page,
54
virtual scoped_ptr<
DistillerPage
> CreateDefaultDistillerPage(
56
virtual scoped_ptr<
DistillerPage
> CreateDefaultDistillerPageWithHandle(
tab_utils.cc
31
using dom_distiller::
DistillerPage
;
123
scoped_ptr<
DistillerPage
> distiller_page =
/external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents.h
39
virtual scoped_ptr<
DistillerPage
> CreateDistillerPage(
41
virtual scoped_ptr<
DistillerPage
> CreateDistillerPageWithHandle(
48
class DistillerPageWebContents : public
DistillerPage
,
102
// The current state of the |
DistillerPage
|, initially |IDLE|.
distiller_page_web_contents.cc
37
scoped_ptr<
DistillerPage
> DistillerPageWebContentsFactory::CreateDistillerPage(
40
return scoped_ptr<
DistillerPage
>(new DistillerPageWebContents(
45
scoped_ptr<
DistillerPage
>
52
return scoped_ptr<
DistillerPage
>(new DistillerPageWebContents(
175
DistillerPage
::OnDistillationDone(page_url, value);
Completed in 991 milliseconds