Searched refs:extension_name (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/
H A Dinstall_observer.cc11 std::string extension_name,
16 extension_name(extension_name),
9 ExtensionInstallParams( std::string extension_id, std::string extension_name, gfx::ImageSkia installing_icon, bool is_app, bool is_platform_app) argument
H A Dextension_apitest.h71 // Load |extension_name| and wait for pass / fail notification.
72 // |extension_name| is a directory in "test/data/extensions/api_test".
73 bool RunExtensionTest(const std::string& extension_name);
76 bool RunExtensionTestIncognito(const std::string& extension_name);
80 const std::string& extension_name);
84 const std::string& extension_name);
87 bool RunComponentExtensionTest(const std::string& extension_name);
90 bool RunExtensionTestNoFileAccess(const std::string& extension_name);
93 bool RunExtensionTestIncognitoNoFileAccess(const std::string& extension_name);
95 // If not empty, Load |extension_name|, loa
[all...]
H A Dextension_apitest.cc157 bool ExtensionApiTest::RunExtensionTest(const std::string& extension_name) { argument
159 extension_name, std::string(), NULL, kFlagEnableFileAccess);
163 const std::string& extension_name) {
164 return RunExtensionTestImpl(extension_name,
171 const std::string& extension_name) {
173 extension_name, std::string(), NULL, kFlagIgnoreManifestWarnings);
177 const std::string& extension_name) {
179 extension_name,
186 const std::string& extension_name) {
187 return RunExtensionTestImpl(extension_name,
162 RunExtensionTestIncognito( const std::string& extension_name) argument
170 RunExtensionTestIgnoreManifestWarnings( const std::string& extension_name) argument
176 RunExtensionTestAllowOldManifestVersion( const std::string& extension_name) argument
185 RunComponentExtensionTest( const std::string& extension_name) argument
193 RunExtensionTestNoFileAccess( const std::string& extension_name) argument
198 RunExtensionTestIncognitoNoFileAccess( const std::string& extension_name) argument
204 RunExtensionSubtest(const std::string& extension_name, const std::string& page_url) argument
209 RunExtensionSubtest(const std::string& extension_name, const std::string& page_url, int flags) argument
232 RunPlatformAppTest(const std::string& extension_name) argument
237 RunPlatformAppTestWithArg( const std::string& extension_name, const char* custom_arg) argument
243 RunPlatformAppTestWithFlags( const std::string& extension_name, int flags) argument
251 RunExtensionTestImpl(const std::string& extension_name, const std::string& page_url, const char* custom_arg, int flags) argument
[all...]
H A Dexecute_script_apitest.cc56 const char* extension_name = "executescript/fragment"; local
57 ASSERT_TRUE(RunExtensionTest(extension_name)) << message_;
H A Dinstall_observer.h21 std::string extension_name,
27 std::string extension_name; member in struct:extensions::InstallObserver::ExtensionInstallParams
H A Dextension_url_rewrite_browsertest.cc53 base::FilePath GetTestExtensionPath(const char* extension_name) const {
55 AppendASCII(extension_name);
H A Dextension_context_menu_model.cc271 std::string extension_name = extension->name(); local
274 base::ReplaceChars(extension_name, "&", "&&", &extension_name);
275 AddItem(NAME, base::UTF8ToUTF16(extension_name));
H A Dextension_disabled_ui.cc259 std::string extension_name = extension_->name(); local
262 base::ReplaceChars(extension_name, "&", "&&", &extension_name);
267 base::UTF8ToUTF16(extension_name));
270 base::UTF8ToUTF16(extension_name));
H A Dcontent_script_apitest.cc113 const char* extension_name = "content_scripts/fragment"; local
114 ASSERT_TRUE(RunExtensionTest(extension_name)) << message_;
/external/chromium_org/chrome/browser/media/
H A Ddesktop_streams_registry.h30 const std::string& extension_name);
41 std::string* extension_name);
52 std::string extension_name; member in struct:DesktopStreamsRegistry::ApprovedDesktopMediaStream
H A Ddesktop_streams_registry.cc38 const std::string& extension_name) {
48 stream.extension_name = extension_name;
64 std::string* extension_name) {
79 *extension_name = it->second.extension_name;
33 RegisterStream( int render_process_id, int render_frame_id, const GURL& origin, const content::DesktopMediaID& source, const std::string& extension_name) argument
59 RequestMediaForStreamId( const std::string& id, int render_process_id, int render_frame_id, const GURL& origin, std::string* extension_name) argument
/external/chromium_org/chrome/browser/extensions/api/screenlock_private/
H A Dscreenlock_private_apitest.cc76 // Loads |extension_name| as appropriate for the platform and waits for a
78 void RunTest(const std::string& extension_name) { argument
80 ASSERT_TRUE(RunComponentExtensionTest(extension_name)) << message_;
82 ASSERT_TRUE(RunExtensionTest(extension_name)) << message_;
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_item.h42 const std::string& extension_name,
60 const std::string& extension_name() const { return extension_name_; } function in class:ExtensionAppItem
H A Dapp_list_controller_browsertest.cc60 const std::string& extension_name) {
64 item_to_observe_ = base::ASCIIToUTF16(extension_name);
58 WatchResultsLookingForItem( app_list::AppListModel::SearchResults* search_results, const std::string& extension_name) argument
H A Dextension_app_model_builder.cc151 params.extension_name,
251 const std::string& extension_name,
259 extension_name,
249 CreateAppItem( const std::string& extension_id, const std::string& extension_name, const gfx::ImageSkia& installing_icon, bool is_platform_app) argument
H A Dextension_app_model_builder.h93 const std::string& extension_name,
H A Dextension_app_item.cc116 const std::string& extension_name,
123 extension_name_(extension_name),
112 ExtensionAppItem( Profile* profile, const app_list::AppListSyncableService::SyncItem* sync_item, const std::string& extension_id, const std::string& extension_name, const gfx::ImageSkia& installing_icon, bool is_platform_app) argument
/external/chromium_org/chrome/browser/task_manager/
H A Dextension_information.cc81 base::string16 extension_name = base::UTF8ToUTF16(extension->name()); local
82 DCHECK(!extension_name.empty());
91 title_ = l10n_util::GetStringFUTF16(message_id, extension_name);
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbundle_installed_bubble.cc104 base::string16 extension_name = local
106 base::i18n::AdjustStringForLocaleDirection(&extension_name);
111 IDS_EXTENSION_PERMISSION_LINE, extension_name));
/external/chromium_org/tools/perf/profile_creators/
H A Dextensions_profile_creator.py68 (crx_version, extension_name)"""
73 extension_name = decoded_manifest['name']
75 return (crx_version, extension_name)
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_apitest.cc132 bool RunMediaGalleriesTest(const std::string& extension_name) { argument
134 return RunMediaGalleriesTestWithArg(extension_name, empty_list_value);
137 bool RunMediaGalleriesTestWithArg(const std::string& extension_name, argument
143 test_data_dir_.AppendASCII(kTestDir + extension_name);
156 temp_dir.path().AppendASCII(extension_name)
169 bool result = RunPlatformAppTestWithArg(extension_name, custom_arg);
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
H A Dsigned_in_devices_api_unittest.cc81 std::string extension_name = "test"; local
83 extension_prefs.AddExtension(extension_name);
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dcpp_message.py423 for extension_name, extension_field in extension_dict.iteritems():
424 assert extension_name not in dictionary
425 dictionary[extension_name] = extension_field
661 for extension_name, extension_field in extension_dict.iteritems():
662 constant_name = extension_name.upper() + '_FIELD_NUMBER'
H A Dpython_message.py228 for extension_name, extension_field in extension_dict.iteritems():
229 assert extension_name not in dictionary
230 dictionary[extension_name] = extension_field
523 for extension_name, extension_field in extension_dict.iteritems():
524 constant_name = extension_name.upper() + "_FIELD_NUMBER"
/external/protobuf/python/google/protobuf/
H A Dreflection.py295 for extension_name, extension_field in extension_dict.iteritems():
296 assert extension_name not in dictionary
297 dictionary[extension_name] = extension_field
573 for extension_name, extension_field in extension_dict.iteritems():
574 constant_name = extension_name.upper() + "_FIELD_NUMBER"

Completed in 7828 milliseconds

12