HomeSort by relevance Sort by last modified time
    Searched full:configurable (Results 226 - 250 of 510) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptSource.js 335 if (!("configurable" in descriptor))
336 descriptor.configurable = false;
439 // Not all bindings provide proper descriptors. Fall back to the writable, configurable property.
443 descriptor = { name: name, value: o[name], writable: false, configurable: false, enumerable: false};
474 descriptors.push({ name: "__proto__", value: object.__proto__, writable: true, configurable: true, enumerable: false, isOwn: true});
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpClient.java 93 * Client. Both support HTTPS, streaming uploads and downloads, configurable
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h 206 // creates a theme configurable gradient ending with |color_id| at the
  /external/chromium/chrome/browser/ui/webui/
most_visited_handler.cc 331 // TODO(arv): This needs to get the data from some configurable place.
  /external/chromium-trace/trace-viewer/src/
base.js 357 configurable: true
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 325 configurable: true
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.h 214 // creates a theme configurable gradient ending with |color_id| at the
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/
cr.js 301 configurable: true
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_store.cc 353 // this must support a configurable scope; assuming POLICY_SCOPE_USER is
  /external/chromium_org/content/browser/
byte_stream.cc 216 // they're fine with, set smaller limit and make it configurable.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementConstructorBuilder.cpp 202 // "prototype" is a non-configurable data property so there can be
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 255 // FIXME: Should duration be configurable?
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_req.c 159 * used and there may be more: so the list is configurable.
  /external/chromium_org/third_party/skia/include/core/
SkPostConfig.h 215 * SkColor has well defined shift values, but SkPMColor is configurable. This
  /external/chromium_org/ui/views/controls/button/
text_button.h 23 // A Border subclass for TextButtons that allows configurable insets for the
  /external/chromium_org/ui/webui/resources/js/
cr.js 301 configurable: true
  /external/chromium_org/v8/test/mjsunit/
const-redecl.js 274 // const declaration gets hoisted and makes the property non-configurable.
  /external/chromium_org/v8/test/webkit/fast/js/
arguments-expected.txt 170 PASS descriptor.configurable is true
  /external/clang/docs/
ClangTools.rst 89 according to configurable style guides. To do so, clang-format uses Clang's
  /external/e2fsprogs/ext2ed/
ext2ed.h 188 /* Configurable variables (Through configuration file) */
  /external/icu4c/common/unicode/
uconfig.h 21 * \brief User-configurable settings
  /external/iproute2/man/man8/
tc.8 188 The PRIO qdisc is a non-shaping container for a configurable number of
  /external/libexif/contrib/watcom/
Makefile 61 # End of configurable options.
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 120 #define NFC_HAL_TRANS_CFG_QUALIFIER /* For Insight, ncit_cfg is runtime-configurable */
  /external/libnfc-nxp/inc/
phNfcConfig.h 23 * \note This is the configuration header file of the HAL 4.0.All configurable parameters of the HAL 4.0

Completed in 498 milliseconds

1 2 3 4 5 6 7 8 91011>>