Searched defs:ShellNaClBrowserDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/shell/browser/
H A Dshell_nacl_browser_delegate.h21 class ShellNaClBrowserDelegate : public NaClBrowserDelegate { class in namespace:extensions
24 explicit ShellNaClBrowserDelegate(content::BrowserContext* context);
25 virtual ~ShellNaClBrowserDelegate();
52 DISALLOW_COPY_AND_ASSIGN(ShellNaClBrowserDelegate);
H A Dshell_nacl_browser_delegate.cc67 ShellNaClBrowserDelegate::ShellNaClBrowserDelegate(BrowserContext* context) function in class:extensions::ShellNaClBrowserDelegate
72 ShellNaClBrowserDelegate::~ShellNaClBrowserDelegate() {
75 void ShellNaClBrowserDelegate::ShowMissingArchInfobar(int render_process_id,
81 bool ShellNaClBrowserDelegate::DialogsAreSuppressed() {
85 bool ShellNaClBrowserDelegate::GetCacheDirectory(base::FilePath* cache_dir) {
95 bool ShellNaClBrowserDelegate::GetPluginDirectory(base::FilePath* plugin_dir) {
100 bool ShellNaClBrowserDelegate::GetPnaclDirectory(base::FilePath* pnacl_dir) {
109 bool ShellNaClBrowserDelegate
[all...]

Completed in 90 milliseconds