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

  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_drm_renderer_host.cc 49 base::FilePath plugin_dir = plugin_instance->GetModulePath().DirName();
50 DCHECK(!plugin_dir.empty());
51 base::FilePath voucher_file = plugin_dir.AppendASCII(kVoucherFilename);
  /external/chromium_org/extensions/shell/browser/
shell_nacl_browser_delegate.cc 95 bool ShellNaClBrowserDelegate::GetPluginDirectory(base::FilePath* plugin_dir) {
97 return PathService::Get(base::DIR_MODULE, plugin_dir);
102 base::FilePath plugin_dir; local
103 if (!GetPluginDirectory(&plugin_dir))
105 *pnacl_dir = plugin_dir.Append(FILE_PATH_LITERAL("pnacl"));
shell_nacl_browser_delegate.h 32 virtual bool GetPluginDirectory(base::FilePath* plugin_dir) OVERRIDE;
  /external/chromium_org/components/nacl/browser/
nacl_browser_delegate.h 41 // Returns true on success, false otherwise. On success |plugin_dir| contains
44 virtual bool GetPluginDirectory(base::FilePath* plugin_dir) = 0;
test_nacl_browser_delegate.cc 22 bool TestNaClBrowserDelegate::GetPluginDirectory(base::FilePath* plugin_dir) {
test_nacl_browser_delegate.h 29 virtual bool GetPluginDirectory(base::FilePath* plugin_dir) OVERRIDE;
nacl_browser.cc 186 base::FilePath plugin_dir; local
187 if (!browser_delegate_->GetPluginDirectory(&plugin_dir)) {
192 irt_filepath_ = plugin_dir.Append(NaClIrtName());
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_drm_host.cc 123 base::FilePath plugin_dir = host->GetPluginPath().DirName(); local
124 DCHECK(!plugin_dir.empty() && success);
125 base::FilePath voucher_file = plugin_dir.AppendASCII(kVoucherFilename);
  /external/chromium_org/content/test/ppapi/
ppapi_test.cc 113 base::FilePath plugin_dir; local
114 EXPECT_TRUE(PathService::Get(base::DIR_MODULE, &plugin_dir));
116 base::FilePath plugin_lib = plugin_dir.Append(ppapi::GetTestLibraryName());
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser_delegate_impl.h 30 virtual bool GetPluginDirectory(base::FilePath* plugin_dir) OVERRIDE;
nacl_browser_delegate_impl.cc 118 bool NaClBrowserDelegateImpl::GetPluginDirectory(base::FilePath* plugin_dir) {
119 return PathService::Get(chrome::DIR_INTERNAL_PLUGINS, plugin_dir);
  /external/chromium_org/third_party/icu/source/common/
icuplug.c 715 const char *plugin_dir;
718 plugin_dir = getenv("ICU_PLUGINS");
721 if(plugin_dir == NULL || !*plugin_dir) {
722 plugin_dir = DEFAULT_ICU_PLUGINS;
727 DBG((stderr, "ICU_PLUGINS=%s\n", plugin_dir));
730 if(plugin_dir != NULL && *plugin_dir) {
744 uprv_strncpy(plugin_file, plugin_dir, 2047);
  /external/icu/icu4c/source/common/
icuplug.c 715 const char *plugin_dir;
718 plugin_dir = getenv("ICU_PLUGINS");
721 if(plugin_dir == NULL || !*plugin_dir) {
722 plugin_dir = DEFAULT_ICU_PLUGINS;
727 DBG((stderr, "ICU_PLUGINS=%s\n", plugin_dir));
730 if(plugin_dir != NULL && *plugin_dir) {
744 uprv_strncpy(plugin_file, plugin_dir, 2047);
  /external/chromium_org/chrome/browser/content_settings/
content_settings_browsertest.cc 303 base::FilePath plugin_dir; variable
304 PathService::Get(base::DIR_MODULE, &plugin_dir);
305 plugin_dir = plugin_dir.AppendASCII("plugins");
308 command_line->AppendSwitchPath(switches::kExtraPluginDir, plugin_dir);
590 base::FilePath plugin_dir; local
591 EXPECT_TRUE(PathService::Get(base::DIR_MODULE, &plugin_dir));
593 base::FilePath plugin_lib = plugin_dir.AppendASCII(library_name);
  /external/chromium_org/content/browser/
plugin_browsertest.cc 70 base::FilePath plugin_dir; variable
71 PathService::Get(base::DIR_MODULE, &plugin_dir);
72 plugin_dir = plugin_dir.AppendASCII("plugins");
75 command_line->AppendSwitchPath(switches::kExtraPluginDir, plugin_dir);
  /external/chromium_org/content/common/
plugin_list.h 66 void AddExtraPluginDir(const base::FilePath& plugin_dir);
plugin_list.cc 65 void PluginList::AddExtraPluginDir(const base::FilePath& plugin_dir) {
69 extra_plugin_dirs_.push_back(plugin_dir);
  /external/chromium_org/chrome/browser/media/
encrypted_media_browsertest.cc 274 base::FilePath plugin_dir; local
275 EXPECT_TRUE(PathService::Get(base::DIR_MODULE, &plugin_dir));
276 base::FilePath plugin_lib = plugin_dir.AppendASCII(adapter_name);
encrypted_media_istypesupported_browsertest.cc 210 base::FilePath plugin_dir; local
211 EXPECT_TRUE(PathService::Get(base::DIR_MODULE, &plugin_dir));
212 base::FilePath plugin_lib = plugin_dir.AppendASCII(adapter_name);
    [all...]
  /external/chromium_org/chrome/test/ppapi/
ppapi_test.cc 288 base::FilePath plugin_dir; local
289 EXPECT_TRUE(PathService::Get(base::DIR_MODULE, &plugin_dir));
291 base::FilePath plugin_lib = plugin_dir.Append(ppapi::GetTestLibraryName());
  /external/chromium_org/chrome/browser/apps/
web_view_browsertest.cc 2242 base::FilePath plugin_dir; variable
    [all...]

Completed in 593 milliseconds