OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetDialogDelegate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/printing/
print_dialog_cloud_unittest.cc
92
MOCK_METHOD1(
SetDialogDelegate
,
233
EXPECT_CALL(*mock_flow_handler_.get(),
SetDialogDelegate
(_));
234
EXPECT_CALL(*mock_flow_handler_.get(),
SetDialogDelegate
(NULL));
print_dialog_cloud_internal.h
117
virtual void
SetDialogDelegate
(CloudPrintWebDialogDelegate *delegate);
print_dialog_cloud.cc
299
void CloudPrintFlowHandler::
SetDialogDelegate
(
538
flow_handler_->
SetDialogDelegate
(this);
549
flow_handler_->
SetDialogDelegate
(NULL);
Completed in 52 milliseconds