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

  /external/chromium_org/extensions/browser/guest_view/app_view/
app_view_guest_delegate.cc 9 AppViewGuestDelegate::~AppViewGuestDelegate() {
app_view_guest_delegate.h 16 class AppViewGuestDelegate {
18 virtual ~AppViewGuestDelegate();
app_view_guest.h 78 scoped_ptr<AppViewGuestDelegate> app_view_guest_delegate_;
  /external/chromium_org/chrome/browser/guest_view/app_view/
chrome_app_view_guest_delegate.h 13 class ChromeAppViewGuestDelegate : public AppViewGuestDelegate {
  /external/chromium_org/extensions/browser/api/
extensions_api_client.cc 12 class AppViewGuestDelegate;
31 AppViewGuestDelegate* ExtensionsAPIClient::CreateAppViewGuestDelegate() const {
extensions_api_client.h 26 class AppViewGuestDelegate;
66 // Creates the AppViewGuestDelegate.
67 virtual AppViewGuestDelegate* CreateAppViewGuestDelegate() const;
  /external/chromium_org/chrome/browser/extensions/api/
chrome_extensions_api_client.h 26 virtual AppViewGuestDelegate* CreateAppViewGuestDelegate() const OVERRIDE;
chrome_extensions_api_client.cc 48 AppViewGuestDelegate* ChromeExtensionsAPIClient::CreateAppViewGuestDelegate()

Completed in 2916 milliseconds