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

  /external/chromium_org/chrome/browser/
three_d_api_observer.cc 17 // ThreeDAPIInfoBarDelegate ---------------------------------------------------
19 class ThreeDAPIInfoBarDelegate : public ConfirmInfoBarDelegate {
35 ThreeDAPIInfoBarDelegate(const GURL& url, content::ThreeDAPIType requester);
36 virtual ~ThreeDAPIInfoBarDelegate();
40 virtual ThreeDAPIInfoBarDelegate* AsThreeDAPIInfoBarDelegate() OVERRIDE;
55 DISALLOW_COPY_AND_ASSIGN(ThreeDAPIInfoBarDelegate);
59 void ThreeDAPIInfoBarDelegate::Create(InfoBarService* infobar_service,
66 new ThreeDAPIInfoBarDelegate(url, requester))));
69 ThreeDAPIInfoBarDelegate::ThreeDAPIInfoBarDelegate(
    [all...]
  /external/chromium_org/chrome/browser/infobars/
infobar_delegate.h 23 class ThreeDAPIInfoBarDelegate;
97 virtual ThreeDAPIInfoBarDelegate* AsThreeDAPIInfoBarDelegate();
infobar_delegate.cc 94 ThreeDAPIInfoBarDelegate* InfoBarDelegate::AsThreeDAPIInfoBarDelegate() {

Completed in 33 milliseconds