HomeSort by relevance Sort by last modified time
    Searched full:getter (Results 401 - 425 of 685) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/
browsing_data_remover.cc 389 net::URLRequestContextGetter* getter = local
393 getter->GetURLRequestContext()->http_transaction_factory();
  /external/chromium/googleurl/src/
gurl.h 116 // Getter for the raw parsed structure. This allows callers to locate parts
235 // as cheap as a simple getter because it re-parses the hostname to verify.
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 395 * the symbol is suffixed with _algo. A getter function is also defined to
399 * macro is provided to define this getter function automatically.
  /external/v8/src/
regexp.js 419 // Getter and setter for the input.
442 // Getter and setter for multiline.
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.h 78 v8::AccessorGetter getter; member in struct:WebCore::BatchedAttribute
91 attribute.getter,
  /frameworks/compile/slang/
README.rst 194 You can bind the struct(e.g., Point), using the setter and getter
217 // The getter of Item array, which gets the *index*-th element
  /dalvik/vm/compiler/
Compiler.h 141 kIsGetter, /* Method fits the getter pattern */
  /external/chromium/base/threading/
thread.h 58 // getter will return non-null.
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list_selection_model.js 56 * Convenience getter which returns the first selected index.
  /external/chromium/chrome/browser/sync/glue/
http_bridge.h 72 // Lazy-getter for RequestContext objects.
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 179 // (These provide API for callers and have a getter function listed in the
  /external/chromium/chrome/common/
json_schema_validator.h 141 // getter.
  /external/chromium-trace/src/shared/js/cr/ui/
list_selection_model.js 74 * Convenience getter which returns the first selected index.
  /external/clang/tools/libclang/
IndexingContext.cpp 526 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) {
527 getEntityInfo(Getter, GetterEntity, SA);
528 DInfo.ObjCPropDeclInfo.getter = &GetterEntity;
530 DInfo.ObjCPropDeclInfo.getter = 0;
    [all...]
  /external/icu4c/common/
utrie.h 175 /** Internal trie getter from an offset (0 if c16 is a BMP/lead units) and a 16-bit unit */
182 /** Internal trie getter from a pair of surrogates */
198 /** Internal trie getter from a BMP code point, treating a lead surrogate as a normal code point */
203 * Internal trie getter from a code point.
  /external/v8/test/mjsunit/
object-define-property.js 231 // Add a getter - should not touch the setter.
243 // The above should also work if redefining just a getter or setter on
244 // an existing property with both a getter and a setter.
545 // Different getter.
  /external/webkit/LayoutTests/fast/dom/Geolocation/
argument-types-expected.txt 34 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, objectThrowingException) threw exception Error: enableHighAccuracy getter exception.
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLPlugInElementCustom.cpp 44 // FIXME: Consider moving getter/setter helpers to V8NPObject and renaming this file to V8PluginElementFunctions
  /external/webkit/Source/WebCore/dom/
Document.idl 162 getter raises (DOMException);
  /external/webkit/Tools/DumpRenderTree/chromium/
CppBoundClass.h 160 // Bind Javascript property |name| to the C++ getter callback |callback|.
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 95 dsc->getter ? "read" : "",
  /frameworks/base/core/java/android/nfc/
NdefMessage.java 55 * obtained by getter methods, unless such modification is explicitly
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
XMLReaderAdapterTest.java 133 // There is no getter for the DocumentHandler, so we can only test
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 397 * 1. can't get the features requested because the getter is protected final.
446 * the set views exist, and no getter way to check.
613 * it because the getter is in WindowManagerService and is private)
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service.h 206 // Getter and setter for the Browser Action visibility in the toolbar.
216 // Getter and setter for the flag that specifies whether the extension is
221 // Getter for the extension's runtime data PropertyBag.

Completed in 3175 milliseconds

<<11121314151617181920>>