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

<<11121314151617181920>>

  /external/v8/test/mjsunit/regress/
regress-1790.js 40 // Define getter that will delete itself upon first invocation.
regress-192.js 42 // assigning to a property that has only a getter.
  /external/webkit/Source/WebCore/history/
BackForwardList.h 39 // getter in Page accordingly.
  /external/webkit/Source/WebCore/html/canvas/
Float32Array.h 50 // Invoked by the indexed getter. Does not perform range checks; caller
Float64Array.h 50 // Invoked by the indexed getter. Does not perform range checks; caller
IntegralTypedArrayBase.h 53 // Invoked by the indexed getter. Does not perform range checks; caller
  /external/webkit/Source/WebCore/svg/
SVGTextContentElement.h 59 // as its getter needs special handling (return getComputedTextLength(), instead of m_textLength).
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 609 // getter/setters for accessibility_preferences.xml
648 // getter/setters for advanced_preferences.xml
700 // getter/setters for general_preferences.xml
720 // getter/setters for debug_preferences.xml
745 // getter/setters for hidden_debug_preferences.xml
819 // getter/setters for lab_preferences.xml
843 // getter/setters for privacy_security_preferences.xml
867 // getter/setters for bandwidth_preferences.xml
919 // getter/setters for browser recovery
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTree.h 31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
ANTLRTreeWizard.h 67 @property (retain, getter=getLabel, setter=setLabel:) NSString *label;
68 @property (assign, getter=getHasTextArg, setter=setHasTextArg:) BOOL hasTextArg;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTree.h 31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
ANTLRTreeWizard.h 67 @property (retain, getter=getLabel, setter=setLabel:) NSString *label;
68 @property (assign, getter=getHasTextArg, setter=setHasTextArg:) BOOL hasTextArg;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTree.h 31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
ANTLRTreeWizard.h 67 @property (retain, getter=getLabel, setter=setLabel:) NSString *label;
68 @property (assign, getter=getHasTextArg, setter=setHasTextArg:) BOOL hasTextArg;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeWizard.h 72 @property (retain, getter=getLabel, setter=setLabel:) NSString *label;
73 @property (assign, getter=getHasTextArg, setter=setHasTextArg:) BOOL hasTextArg;
  /external/chromium/chrome/browser/ui/gtk/
browser_toolbar_gtk.h 59 // Getter for the containing widget.
64 // Getter for associated browser object.
  /external/chromium/chrome/common/
logging_chrome_uitest.cc 46 // Tests the log file name getter without an environment variable.
57 // Tests the log file name getter with an environment variable.
  /external/chromium-trace/src/shared/js/cr/ui/
repeating_button.js 147 * Getter for the initial delay before repeating.
163 * Getter for the repeat interval.
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
argument-types.js 31 throw new Error('enableHighAccuracy getter exception');
67 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, objectThrowingException)', true, 'Error: enableHighAccuracy getter exception');
  /external/webkit/Source/WebCore/bindings/scripts/test/
TestObj.idl 82 attribute long attrWithGetterException getter raises(DOMException);
84 attribute DOMString stringAttrWithGetterException getter raises(DOMException);
  /frameworks/base/core/java/android/util/
ReflectiveProperty.java 77 // Check to make sure our getter type matches our valueType
152 // Should not get here: there should always be a non-null getter or field
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 256 PropertyWrapperGetter(int prop, T (RenderStyle::*getter)() const)
258 , m_getter(getter)
280 PropertyWrapper(int prop, T (RenderStyle::*getter)() const, void (RenderStyle::*setter)(T))
281 : PropertyWrapperGetter<T>(prop, getter)
332 PropertyWrapperShadow(int prop, const ShadowData* (RenderStyle::*getter)() const, void (RenderStyle::*setter)(ShadowData*, bool))
334 , m_getter(getter)
397 PropertyWrapperMaybeInvalidColor(int prop, const Color& (RenderStyle::*getter)() const, void (RenderStyle::*setter)(const Color&))
399 , m_getter(getter)
457 FillLayerPropertyWrapperGetter(T (FillLayer::*getter)() const)
458 : m_getter(getter)
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
libcros_service_library.cc 211 net::URLRequestContextGetter* getter = Profile::GetDefaultRequestContext(); local
213 if (getter)
214 proxy_service = getter->GetURLRequestContext()->proxy_service();
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 180 // Getter specific to the BOOKMARK datatype. Returns protobuf
184 // Legacy, bookmark-specific getter that wraps GetBookmarkSpecifics() above.
189 // Legacy, bookmark-specific getter that wraps GetBookmarkSpecifics() above.
198 // Getter specific to the APPS datatype. Returns protobuf
202 // Getter specific to the AUTOFILL datatype. Returns protobuf
209 // Getter specific to the NIGORI datatype. Returns protobuf
213 // Getter specific to the PASSWORD datatype. Returns protobuf
217 // Getter specific to the PREFERENCE datatype. Returns protobuf
221 // Getter specific to the THEME datatype. Returns protobuf
225 // Getter specific to the TYPED_URLS datatype. Returns protobu
    [all...]
  /external/chromium/net/proxy/
proxy_config_service_linux.h 118 // Constructor receives env var getter implementation to use, and
121 // Constructor receives gconf and env var getter implementations
222 // For testing: take alternate gconf and env var getter implementations.

Completed in 612 milliseconds

<<11121314151617181920>>