HomeSort by relevance Sort by last modified time
    Searched refs:SetDialogDelegate (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/printing/
print_dialog_cloud_unittest.cc 94 MOCK_METHOD1(SetDialogDelegate,
302 EXPECT_CALL(*mock_flow_handler_.get(), SetDialogDelegate(_));
303 EXPECT_CALL(*mock_flow_handler_.get(), SetDialogDelegate(NULL));
print_dialog_cloud_internal.h 113 virtual void SetDialogDelegate(CloudPrintHtmlDialogDelegate *delegate);
print_dialog_cloud.cc 238 void CloudPrintFlowHandler::SetDialogDelegate(
441 flow_handler_->SetDialogDelegate(this);
452 flow_handler_->SetDialogDelegate(NULL);
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud_unittest.cc 99 MOCK_METHOD1(SetDialogDelegate,
307 EXPECT_CALL(*mock_flow_handler_.get(), SetDialogDelegate(_));
308 EXPECT_CALL(*mock_flow_handler_.get(), SetDialogDelegate(NULL));
print_dialog_cloud_internal.h 127 virtual void SetDialogDelegate(CloudPrintWebDialogDelegate *delegate);
print_dialog_cloud.cc 266 void CloudPrintFlowHandler::SetDialogDelegate(
534 flow_handler_->SetDialogDelegate(this);
545 flow_handler_->SetDialogDelegate(NULL);

Completed in 206 milliseconds