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

  /external/chromium_org/chrome/browser/nacl_host/
nacl_infobar_delegate.h 10 class NaClInfoBarDelegate : public ConfirmInfoBarDelegate {
17 NaClInfoBarDelegate();
18 virtual ~NaClInfoBarDelegate();
25 DISALLOW_COPY_AND_ASSIGN(NaClInfoBarDelegate);
nacl_infobar_delegate.cc 17 void NaClInfoBarDelegate::Create(int render_process_id, int render_view_id) {
30 scoped_ptr<ConfirmInfoBarDelegate>(new NaClInfoBarDelegate())));
34 NaClInfoBarDelegate::NaClInfoBarDelegate() : ConfirmInfoBarDelegate() {
37 NaClInfoBarDelegate::~NaClInfoBarDelegate() {
40 base::string16 NaClInfoBarDelegate::GetMessageText() const {
44 int NaClInfoBarDelegate::GetButtons() const {
48 base::string16 NaClInfoBarDelegate::GetLinkText() const {
52 bool NaClInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition)
    [all...]
nacl_browser_delegate_impl.cc 42 base::Bind(&NaClInfoBarDelegate::Create, render_process_id,

Completed in 33 milliseconds