HomeSort by relevance Sort by last modified time
    Searched full:crx_path (Results 26 - 39 of 39) sorted by null

12

  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 322 // Indicate that warning |message| has occured for pack of |crx_path| and
326 function(message, crx_path, pem_path, overrideFlags) {
337 chrome.send('pack', [crx_path, pem_path, overrideFlags]);
  /external/chromium_org/chrome/browser/component_updater/
component_updater_service.cc 294 void Install(scoped_ptr<CRXContext> context, const base::FilePath& crx_path);
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider.h 249 void InstallExtension(const FilePath& crx_path,
254 void InstallExtensionAndGetHandle(const FilePath& crx_path,
automation_provider.cc 766 void AutomationProvider::InstallExtension(const FilePath& crx_path,
777 installer->InstallCrx(crx_path);
795 const FilePath& crx_path, bool with_ui, IPC::Message* reply_message) {
809 installer->InstallCrx(crx_path);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_browsertest.h 104 // Pack the extension in |dir_path| into a crx file at |crx_path|, using the
109 const base::FilePath& crx_path,
sandboxed_unpacker.cc 65 const base::FilePath& crx_path, const base::TimeDelta unpack_time) {
75 if (!base::GetFileSize(crx_path, &crx_file_size)) {
213 const base::FilePath& crx_path,
219 : crx_path_(crx_path),
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc 663 base::FilePath crx_path; local
664 // Take ownership of the file at |crx_path|.
665 CHECK(source->GetResponseAsFilePath(true, &crx_path));
667 id, crx_path, url, extensions_queue_.active_request()->version,
  /external/chromium_org/chrome_frame/
chrome_tab.idl 71 HRESULT installExtension([in] BSTR crx_path);
chrome_frame_activex_base.h 811 STDMETHOD(installExtension)(BSTR crx_path) {
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_prefs.cc 66 const char kIdleInstallInfoCrxPath[] = "crx_path";
    [all...]
sandboxed_extension_unpacker.cc 47 const FilePath& crx_path,
50 : crx_path_(crx_path),
extension_prefs_unittest.cc 428 FilePath crx_path; local
431 ASSERT_TRUE(prefs()->GetIdleInstallInfo(id, &crx_path, &version,
433 ASSERT_EQ(crx_path.value(),
    [all...]
extension_prefs.h 234 const FilePath& crx_path,
245 FilePath* crx_path,
extension_service.cc 177 // Finish installing the extension in |crx_path| after it has been unpacked to
184 void OnExtensionUnpacked(const FilePath& crx_path,
    [all...]

Completed in 154 milliseconds

12