HomeSort by relevance Sort by last modified time
    Searched refs:Extension (Results 1 - 25 of 1420) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/
sync_helper.h 10 class Extension;
14 // Returns true if the extension should be synced.
15 bool IsSyncable(const Extension* extension);
17 // Returns true if the extension uses the sync bucket of this type.
18 bool IsSyncableExtension(const Extension* extension);
19 bool IsSyncableApp(const Extension* extension);
background_info.h 12 #include "chrome/common/extensions/extension.h"
18 class BackgroundInfo : public Extension::ManifestData {
23 static GURL GetBackgroundURL(const Extension* extension);
25 const Extension* extension);
26 static bool HasBackgroundPage(const Extension* extension);
27 static bool HasPersistentBackgroundPage(const Extension* extension);
    [all...]
  /external/chromium_org/chrome/renderer/
playback_extension.cc 13 v8::Extension* PlaybackExtension::Get() {
14 v8::Extension* extension = new v8::Extension( local
45 return extension;
benchmarking_extension.h 9 class Extension;
14 // Profiler is an extension to allow javascript access to the API for
19 static v8::Extension* Get();
external_extension.h 11 class Extension;
18 static v8::Extension* Get();
loadtimes_extension_bindings.h 5 // The LoadTimesExtension is a v8 extension to access the time it took
12 class Extension;
19 static v8::Extension* Get();
playback_extension.h 9 class Extension;
27 static v8::Extension* Get();
net_benchmarking_extension.h 14 static v8::Extension* Get();
  /external/chromium_org/content/shell/renderer/
gc_extension.cc 14 v8::Extension* GCExtension::Get() {
15 v8::Extension* extension = new v8::Extension( local
26 return extension;
gc_extension.h 9 class Extension;
14 // GCExtension is a v8 extension to expose a method into JS for triggering
18 static v8::Extension* Get();
  /external/chromium_org/v8/src/extensions/i18n/
i18n-extension.h 36 class Extension : public v8::Extension {
38 Extension();
46 static Extension* extension_;
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.h 9 class Extension;
14 // V8 extension for gpu benchmarking
17 static v8::Extension* Get();
  /external/chromium_org/content/renderer/
skia_benchmarking_extension.h 9 class Extension;
14 // V8 extension for Skia benchmarking
17 static v8::Extension* Get();
web_ui_extension.h 11 class Extension;
18 // Returns the v8::Extension object handling WebUI bindings. Caller takes
20 static v8::Extension* Get();
memory_benchmarking_extension.h 14 static v8::Extension* Get();
  /external/chromium/chrome/browser/extensions/
extension_disabled_infobar_delegate.h 9 class Extension;
13 // Shows UI to inform the user that an extension was disabled after upgrading
16 const Extension* extension);
18 // Shows the extension install dialog.
20 const Extension* extension);
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_basic_info.h 14 class Extension;
16 // Fills the |info| dictionary with basic information about the extension.
18 void GetExtensionBasicInfo(const Extension* extension,
  /external/chromium_org/chrome/common/extensions/api/extension_action/
action_info.h 11 #include "chrome/common/extensions/extension.h"
21 class Extension;
27 // The types of extension actions.
36 static scoped_ptr<ActionInfo> Load(const Extension* extension,
40 // Returns the extension's browser action, if any.
41 static const ActionInfo* GetBrowserActionInfo(const Extension* extension);
43 // Returns the extension's page action, if any.
44 static const ActionInfo* GetPageActionInfo(const Extension* extension)
    [all...]
  /external/chromium_org/chrome/common/extensions/permissions/
permissions_data.h 24 class Extension;
28 // A container for the permissions data of the extension; also responsible for
30 // class also contains the active (runtime) permissions for the extension.
44 virtual bool CanExecuteScriptOnPage(const Extension* extension,
55 // Return the optional or required permission set for the given |extension|.
57 const Extension* extension);
59 const Extension* extension);
    [all...]
  /external/chromium/chrome/browser/automation/
automation_extension_tracker.h 11 class Extension;
13 // Tracks an Extension. An Extension is removed on uninstall, not on disable.
15 : public AutomationResourceTracker<const Extension*> {
22 // extension added to the tracker. This is because the profile, not the
23 // extension, is the one who sends the notification about extension
26 virtual void AddObserver(const Extension* resource);
29 virtual void RemoveObserver(const Extension* resource);
33 // This is not true for the relevant extension notifications, so we have t
    [all...]
  /external/chromium_org/chrome/common/extensions/api/omnibox/
omnibox_handler.h 10 #include "chrome/common/extensions/extension.h"
15 class Extension;
17 struct OmniboxInfo : public Extension::ManifestData {
18 // The Omnibox keyword for an extension.
21 // Returns the omnibox keyword for the extension.
22 static const std::string& GetKeyword(const Extension* extension);
31 virtual bool Parse(Extension* extension, string16* error) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/
suggest_permission_util.h 18 class Extension;
22 const Extension* extension,
27 const Extension* extension,
30 // Checks that |extension| is not NULL and that it has |permission|. If not
31 // and extension, just returns false. If an extension without |permission|
35 const Extension* extension,
    [all...]
extension_prefs_unittest.h 22 class Extension;
24 // Base class for extension preference-related unit tests.
66 Extension* extension1() { return extension1_.get(); }
67 Extension* extension2() { return extension2_.get(); }
68 Extension* extension3() { return extension3_.get(); }
69 Extension* extension4() { return extension4_.get(); }
74 scoped_refptr<Extension> extension1_;
75 scoped_refptr<Extension> extension2_;
76 scoped_refptr<Extension> extension3_;
77 scoped_refptr<Extension> extension4_
    [all...]
permissions_updater.h 20 class Extension;
24 // Updates an Extension's active and granted permissions in persistent storage
31 // Adds the set of |permissions| to the |extension|'s active permission set
34 void AddPermissions(const Extension* extension,
37 // Removes the set of |permissions| from the |extension|'s active permission
39 void RemovePermissions(const Extension* extension,
42 // Adds all permissions in the |extension|'s active permissions to its
44 void GrantActivePermissions(const Extension* extension)
    [all...]
  /external/chromium_org/apps/
launcher.h 18 class Extension;
23 // Launches the platform app |extension|. Creates appropriate launch data for
24 // the |command_line| fields present. |extension| and |profile| must not be
28 const extensions::Extension* extension,
32 // Launches the platform app |extension| with the contents of |file_path|
35 const extensions::Extension* extension,
38 // Launches the platform app |extension| with no launch data.
40 const extensions::Extension* extension)
    [all...]

Completed in 317 milliseconds

1 2 3 4 5 6 7 8 91011>>