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

  /external/chromium_org/extensions/common/permissions/
permission_message_provider.h 32 Manifest::Type extension_type) const = 0;
38 Manifest::Type extension_type) const = 0;
45 Manifest::Type extension_type) const = 0;
53 Manifest::Type extension_type) const = 0;
  /external/chromium_org/extensions/test/
test_permission_message_provider.cc 17 Manifest::Type extension_type) const {
23 Manifest::Type extension_type) const {
30 Manifest::Type extension_type) const {
37 Manifest::Type extension_type) const {
test_permission_message_provider.h 21 Manifest::Type extension_type) const OVERRIDE;
24 Manifest::Type extension_type) const OVERRIDE;
27 Manifest::Type extension_type) const OVERRIDE;
31 Manifest::Type extension_type) const OVERRIDE;
  /external/chromium_org/chrome/common/extensions/permissions/
chrome_permission_message_provider.h 25 Manifest::Type extension_type) const OVERRIDE;
28 Manifest::Type extension_type) const OVERRIDE;
31 Manifest::Type extension_type) const OVERRIDE;
35 Manifest::Type extension_type) const OVERRIDE;
49 Manifest::Type extension_type) const;
68 Manifest::Type extension_type) const;
chrome_permission_message_provider.cc 83 Manifest::Type extension_type) const {
129 GetHostPermissionMessages(permissions, extension_type);
151 Manifest::Type extension_type) const {
154 GetPermissionMessages(permissions, extension_type);
283 Manifest::Type extension_type) const {
286 GetPermissionMessages(permissions, extension_type);
298 Manifest::Type extension_type) const {
307 if (IsHostPrivilegeIncrease(old_permissions, new_permissions, extension_type))
364 Manifest::Type extension_type) const {
370 if (extension_type == Manifest::TYPE_PLATFORM_APP
    [all...]
permission_set_unittest.cc 624 Manifest::Type extension_type = old_extension->GetType(); local
627 old_p.get(), new_p.get(), extension_type);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_header_extension.h 29 HeaderExtension(RTPExtensionType extension_type)
30 : type(extension_type),
  /external/chromium_org/media/formats/mp4/
aac.cc 34 uint8 extension_type = 0; local
54 extension_type = 5;
69 if (extension_type != 5 && reader.bits_available() >= 16) {
76 if (reader.ReadBits(5, &extension_type) && extension_type == 5) {
  /external/chromium_org/extensions/shell/common/
shell_extensions_client.cc 44 Manifest::Type extension_type) const OVERRIDE {
50 Manifest::Type extension_type) const OVERRIDE {
56 Manifest::Type extension_type) const OVERRIDE {
63 Manifest::Type extension_type) const OVERRIDE {
  /external/chromium_org/third_party/ots/src/
layout.h 23 uint16_t extension_type; member in struct:ots::LookupSubtableParser
layout.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/uber/
uber_ui.cc 63 bool HasExtensionType(Profile* profile, const std::string& extension_type) {
70 if (ContainsKey(map, extension_type))
  /external/chromium_org/third_party/webrtc/video/
rampup_tests.cc 371 const std::string& extension_type) {
384 if (extension_type == RtpExtension::kAbsSendTime) {
388 extension_type.c_str(), kAbsSendTimeExtensionId));
393 extension_type.c_str(), kTransmissionTimeOffsetExtensionId));
rampup_tests.h 154 const std::string& extension_type);
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.h 182 Manifest::Type extension_type,
extension_downloader.cc 297 Manifest::Type extension_type,
332 switch (extension_type) {
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3ext.c 363 /* extension_type */
513 /* Empty extension length = extension_type (2-bytes) +
547 /* extension_type */
913 /* extension_type */
937 /* extension_type (2-bytes) +
949 /* extension_type */
1824 PRInt32 extension_type; local
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.cpp 499 EXT_PAYLOAD_TYPE extension_type; local
509 extension_type = (EXT_PAYLOAD_TYPE) FDKreadBits(hBs, 4); /* bs_extension_type */
512 switch (extension_type)
564 Fill elements containing an extension_payload() with an extension_type of EXT_SBR_DATA
565 or EXT_SBR_DATA_CRC shall not contain any other extension_payload of any other extension_type.
650 not have extension_type == EXT_DATA_LENGTH. */
    [all...]
  /external/chromium_org/extensions/common/features/
simple_feature_unittest.cc 20 Manifest::Type extension_type; member in struct:extensions::__anon12841::IsAvailableTestData
64 test.extension_type,
  /external/chromium_org/third_party/boringssl/src/ssl/
s3_srvr.c 2752 uint16_t extension_type, expected_extension_type; local
    [all...]
t1_lib.c 339 uint16_t extension_type,
357 if (type == extension_type)
    [all...]
  /external/openssl/ssl/
s3_srvr.c 3705 unsigned short extension_type, extension_len; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 734 uint16_t extension_type,
    [all...]

Completed in 1137 milliseconds