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

1 2 3 4 5 6

  /external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_api.h 17 DECLARE_EXTENSION_FUNCTION("systemIndicator.setIcon", SYSTEMINDICATOR_SETICON)
25 DECLARE_EXTENSION_FUNCTION("systemIndicator.enable", SYSTEMINDICATOR_ENABLE)
33 DECLARE_EXTENSION_FUNCTION("systemIndicator.disable", SYSTEMINDICATOR_DISABLE)
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api.h 14 DECLARE_EXTENSION_FUNCTION("contextMenus.create", CONTEXTMENUS_CREATE)
25 DECLARE_EXTENSION_FUNCTION("contextMenus.update", CONTEXTMENUS_UPDATE)
36 DECLARE_EXTENSION_FUNCTION("contextMenus.remove", CONTEXTMENUS_REMOVE)
47 DECLARE_EXTENSION_FUNCTION("contextMenus.removeAll", CONTEXTMENUS_REMOVEALL)
  /external/chromium_org/chrome/browser/chromeos/extensions/file_system_provider/
file_system_provider_api.h 15 DECLARE_EXTENSION_FUNCTION("fileSystemProvider.mount",
25 DECLARE_EXTENSION_FUNCTION("fileSystemProvider.unmount",
35 DECLARE_EXTENSION_FUNCTION("fileSystemProvider.getAll",
46 DECLARE_EXTENSION_FUNCTION(
58 DECLARE_EXTENSION_FUNCTION(
70 DECLARE_EXTENSION_FUNCTION(
82 DECLARE_EXTENSION_FUNCTION(
94 DECLARE_EXTENSION_FUNCTION(
106 DECLARE_EXTENSION_FUNCTION(
  /external/chromium_org/extensions/browser/api/app_current_window_internal/
app_current_window_internal_api.h 28 DECLARE_EXTENSION_FUNCTION("app.currentWindowInternal.focus",
39 DECLARE_EXTENSION_FUNCTION("app.currentWindowInternal.fullscreen",
50 DECLARE_EXTENSION_FUNCTION("app.currentWindowInternal.maximize",
61 DECLARE_EXTENSION_FUNCTION("app.currentWindowInternal.minimize",
72 DECLARE_EXTENSION_FUNCTION("app.currentWindowInternal.restore",
83 DECLARE_EXTENSION_FUNCTION("app.currentWindowInternal.drawAttention",
94 DECLARE_EXTENSION_FUNCTION("app.currentWindowInternal.clearAttention",
105 DECLARE_EXTENSION_FUNCTION("app.currentWindowInternal.show",
116 DECLARE_EXTENSION_FUNCTION("app.currentWindowInternal.hide",
127 DECLARE_EXTENSION_FUNCTION("app.currentWindowInternal.setBounds"
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/metrics_private/
metrics_private_api.h 18 DECLARE_EXTENSION_FUNCTION("metricsPrivate.getIsCrashReportingEnabled",
30 DECLARE_EXTENSION_FUNCTION("metricsPrivate.getFieldTrial",
42 DECLARE_EXTENSION_FUNCTION("metricsPrivate.getVariationParams",
54 DECLARE_EXTENSION_FUNCTION("metricsPrivate.recordUserAction",
76 DECLARE_EXTENSION_FUNCTION("metricsPrivate.recordValue",
89 DECLARE_EXTENSION_FUNCTION("metricsPrivate.recordSparseValue",
102 DECLARE_EXTENSION_FUNCTION("metricsPrivate.recordPercentage",
115 DECLARE_EXTENSION_FUNCTION("metricsPrivate.recordCount",
128 DECLARE_EXTENSION_FUNCTION("metricsPrivate.recordSmallCount",
141 DECLARE_EXTENSION_FUNCTION("metricsPrivate.recordMediumCount"
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
first_run_private_api.h 15 DECLARE_EXTENSION_FUNCTION("firstRunPrivate.getLocalizedStrings",
28 DECLARE_EXTENSION_FUNCTION("firstRunPrivate.launchTutorial",
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_api.h 16 DECLARE_EXTENSION_FUNCTION("idle.queryState", IDLE_QUERYSTATE)
31 DECLARE_EXTENSION_FUNCTION("idle.setDetectionInterval",
  /external/chromium_org/chrome/browser/extensions/api/input/
input.h 20 DECLARE_EXTENSION_FUNCTION("virtualKeyboardPrivate.insertText",
32 DECLARE_EXTENSION_FUNCTION("virtualKeyboardPrivate.moveCursor",
45 DECLARE_EXTENSION_FUNCTION(
59 DECLARE_EXTENSION_FUNCTION(
73 DECLARE_EXTENSION_FUNCTION(
87 DECLARE_EXTENSION_FUNCTION(
101 DECLARE_EXTENSION_FUNCTION(
115 DECLARE_EXTENSION_FUNCTION("virtualKeyboardPrivate.openSettings",
  /external/chromium_org/chrome/browser/extensions/api/location/
location_api.h 14 DECLARE_EXTENSION_FUNCTION("location.watchLocation",
26 DECLARE_EXTENSION_FUNCTION("location.clearWatch",
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_api.h 19 DECLARE_EXTENSION_FUNCTION("tabCapture.capture", TABCAPTURE_CAPTURE)
30 DECLARE_EXTENSION_FUNCTION("tabCapture.getCapturedTabs",
  /external/chromium_org/extensions/browser/api/power/
power_api.h 15 DECLARE_EXTENSION_FUNCTION("power.requestKeepAwake", POWER_REQUESTKEEPAWAKE)
27 DECLARE_EXTENSION_FUNCTION("power.releaseKeepAwake", POWER_RELEASEKEEPAWAKE)
  /external/chromium_org/extensions/browser/api/system_display/
system_display_api.h 16 DECLARE_EXTENSION_FUNCTION("system.display.getInfo", SYSTEM_DISPLAY_GETINFO);
25 DECLARE_EXTENSION_FUNCTION("system.display.setDisplayProperties",
  /external/chromium_org/chrome/browser/extensions/api/command_line_private/
command_line_private_api.h 13 DECLARE_EXTENSION_FUNCTION("commandLinePrivate.hasSwitch",
  /external/chromium_org/chrome/browser/extensions/api/commands/
commands.h 13 DECLARE_EXTENSION_FUNCTION("commands.getAll", COMMANDS_GETALL)
  /external/chromium_org/chrome/browser/extensions/api/experience_sampling_private/
experience_sampling_private_api.h 21 DECLARE_EXTENSION_FUNCTION("experienceSamplingPrivate.getBrowserInfo",
  /external/chromium_org/chrome/browser/infobars/
infobar_extension_api.h 13 DECLARE_EXTENSION_FUNCTION("infobars.show", INFOBARS_SHOW)
  /external/chromium_org/chrome/browser/extensions/api/idltest/
idltest_api.h 12 DECLARE_EXTENSION_FUNCTION("idltest.sendArrayBuffer", IDLTEST_SENDARRAYBUFFER)
21 DECLARE_EXTENSION_FUNCTION("idltest.sendArrayBufferView",
31 DECLARE_EXTENSION_FUNCTION("idltest.getArrayBuffer", IDLTEST_GETARRAYBUFFER)
  /external/chromium_org/chrome/browser/extensions/api/reading_list_private/
reading_list_private_api.h 20 DECLARE_EXTENSION_FUNCTION("readingListPrivate.addEntry",
33 DECLARE_EXTENSION_FUNCTION("readingListPrivate.removeEntry",
46 DECLARE_EXTENSION_FUNCTION("readingListPrivate.getEntries",
  /external/chromium_org/chrome/browser/extensions/api/system_private/
system_private_api.h 18 DECLARE_EXTENSION_FUNCTION("systemPrivate.getIncognitoModeAvailability",
32 DECLARE_EXTENSION_FUNCTION("systemPrivate.getUpdateStatus",
45 DECLARE_EXTENSION_FUNCTION("systemPrivate.getApiKey", SYSTEMPRIVATE_GETAPIKEY)
  /external/chromium_org/chrome/browser/extensions/api/browsing_data/
browsing_data_api.h 57 DECLARE_EXTENSION_FUNCTION("browsingData.settings", BROWSINGDATA_SETTINGS)
119 DECLARE_EXTENSION_FUNCTION("browsingData.removeAppcache",
131 DECLARE_EXTENSION_FUNCTION("browsingData.remove", BROWSINGDATA_REMOVE)
142 DECLARE_EXTENSION_FUNCTION("browsingData.removeCache",
154 DECLARE_EXTENSION_FUNCTION("browsingData.removeCookies",
166 DECLARE_EXTENSION_FUNCTION("browsingData.removeDownloads",
179 DECLARE_EXTENSION_FUNCTION("browsingData.removeFileSystems",
191 DECLARE_EXTENSION_FUNCTION("browsingData.removeFormData",
203 DECLARE_EXTENSION_FUNCTION("browsingData.removeHistory",
215 DECLARE_EXTENSION_FUNCTION("browsingData.removeIndexedDB"
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_view/
chrome_web_view_internal_api.h 21 DECLARE_EXTENSION_FUNCTION("chromeWebViewInternal.contextMenusCreate",
38 DECLARE_EXTENSION_FUNCTION("chromeWebViewInternal.contextMenusUpdate",
55 DECLARE_EXTENSION_FUNCTION("chromeWebViewInternal.contextMenusRemove",
72 DECLARE_EXTENSION_FUNCTION("chromeWebViewInternal.contextMenusRemoveAll",
89 DECLARE_EXTENSION_FUNCTION("chromeWebViewInternal.showContextMenu",
  /external/chromium_org/chrome/browser/extensions/api/autotest_private/
autotest_private_api.h 18 DECLARE_EXTENSION_FUNCTION("autotestPrivate.logout", AUTOTESTPRIVATE_LOGOUT)
27 DECLARE_EXTENSION_FUNCTION("autotestPrivate.restart", AUTOTESTPRIVATE_RESTART)
36 DECLARE_EXTENSION_FUNCTION("autotestPrivate.shutdown",
46 DECLARE_EXTENSION_FUNCTION("autotestPrivate.loginStatus",
56 DECLARE_EXTENSION_FUNCTION("autotestPrivate.lockScreen",
67 DECLARE_EXTENSION_FUNCTION("autotestPrivate.getExtensionsInfo",
78 DECLARE_EXTENSION_FUNCTION("autotestPrivate.simulateAsanMemoryBug",
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.h 26 DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.logoutUserForReauthentication",
41 DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.getPreferences",
55 DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.setPreferences",
69 DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.zipSelection",
90 DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.zoom",
104 DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.installWebstoreItem",
123 DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.requestWebStoreAccessToken",
143 DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.getProfiles",
156 DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.visitDesktop",
170 DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.openInspector"
    [all...]
private_api_dialog.h 25 DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.cancelDialog",
38 DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.selectFile",
58 DECLARE_EXTENSION_FUNCTION("fileManagerPrivate.selectFiles",
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_api.h 27 DECLARE_EXTENSION_FUNCTION("tts.speak", TTS_SPEAK)
34 DECLARE_EXTENSION_FUNCTION("tts.stop", TTS_STOP)
41 DECLARE_EXTENSION_FUNCTION("tts.pause", TTS_PAUSE)
48 DECLARE_EXTENSION_FUNCTION("tts.resume", TTS_RESUME)
55 DECLARE_EXTENSION_FUNCTION("tts.isSpeaking", TTS_ISSPEAKING)
62 DECLARE_EXTENSION_FUNCTION("tts.getVoices", TTS_GETVOICES)

Completed in 415 milliseconds

1 2 3 4 5 6