OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CloudPrintFlowHandler
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/printing/
print_dialog_cloud_internal.h
85
// The
CloudPrintFlowHandler
connects the state machine (the UI delegate)
92
class
CloudPrintFlowHandler
: public WebUIMessageHandler,
95
explicit
CloudPrintFlowHandler
(const FilePath& path_to_file,
98
virtual ~
CloudPrintFlowHandler
();
134
DISALLOW_COPY_AND_ASSIGN(
CloudPrintFlowHandler
);
167
CloudPrintHtmlDialogDelegate(
CloudPrintFlowHandler
* flow_handler,
173
CloudPrintFlowHandler
* flow_handler_;
print_dialog_cloud.cc
61
//
CloudPrintFlowHandler
, a class which is responsible for the actual
68
// ownership of the
CloudPrintFlowHandler
is handed over. A pointer
73
//
CloudPrintFlowHandler
::RegisterMessages. This is where the
224
CloudPrintFlowHandler
::
CloudPrintFlowHandler
(const FilePath& path_to_file,
232
CloudPrintFlowHandler
::~
CloudPrintFlowHandler
() {
238
void
CloudPrintFlowHandler
::SetDialogDelegate(
250
void
CloudPrintFlowHandler
::CancelAnyRunningTask() {
258
void
CloudPrintFlowHandler
::RegisterMessages()
[
all
...]
print_dialog_cloud_unittest.cc
81
: public
CloudPrintFlowHandler
,
87
:
CloudPrintFlowHandler
(path, title, file_type) {}
279
// Testing for
CloudPrintFlowHandler
needs a mock
284
//
CloudPrintFlowHandler
.
/external/chromium_org/chrome/browser/printing/
print_dialog_cloud_internal.h
88
// The
CloudPrintFlowHandler
connects the state machine (the UI delegate)
95
class
CloudPrintFlowHandler
: public content::WebUIMessageHandler,
98
CloudPrintFlowHandler
(const base::RefCountedMemory* data,
104
virtual ~
CloudPrintFlowHandler
();
146
DISALLOW_COPY_AND_ASSIGN(
CloudPrintFlowHandler
);
188
CloudPrintWebDialogDelegate(
CloudPrintFlowHandler
* flow_handler,
193
CloudPrintFlowHandler
* flow_handler_;
print_dialog_cloud.cc
73
//
CloudPrintFlowHandler
, a class which is responsible for the actual
80
// ownership of the
CloudPrintFlowHandler
is handed over. A pointer
85
//
CloudPrintFlowHandler
::RegisterMessages. This is where the
222
CloudPrintFlowHandler
::
CloudPrintFlowHandler
(
238
CloudPrintFlowHandler
::~
CloudPrintFlowHandler
() {
244
void
CloudPrintFlowHandler
::SetDialogDelegate(
256
void
CloudPrintFlowHandler
::CancelAnyRunningTask() {
264
void
CloudPrintFlowHandler
::RegisterMessages()
[
all
...]
print_dialog_cloud_unittest.cc
80
: public
CloudPrintFlowHandler
,
88
:
CloudPrintFlowHandler
(NULL, title, print_ticket, file_type,
277
// Testing for
CloudPrintFlowHandler
needs a mock
282
//
CloudPrintFlowHandler
.
Completed in 281 milliseconds