/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
|
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).
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
WebCookieJar.h | 52 // Getter and setter for whether we accept cookies for file scheme URLS.
|
/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/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
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserSettings.java | 569 // getter/setters for accessibility_preferences.xml 608 // getter/setters for advanced_preferences.xml 656 // getter/setters for general_preferences.xml 676 // getter/setters for debug_preferences.xml 701 // getter/setters for hidden_debug_preferences.xml 775 // getter/setters for lab_preferences.xml 803 // getter/setters for privacy_security_preferences.xml 827 // getter/setters for bandwidth_preferences.xml
|
/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.
|
/external/clang/lib/CodeGen/ |
CGObjCRuntime.h | 146 /// a property setter or getter. 162 /// a property setter or getter. 199 // API for atomic copying of qualified aggregates in getter.
|
/external/valgrind/main/drd/tests/ |
tsan_unittest.cpp | 453 // Putter: Getter: 465 void Getter() { 472 MyThreadArray t(Putter, Getter); 789 // Putter: Getter: 807 void Getter() { 819 MyThreadArray t(Putter, Getter); 891 // Putter2: Putter1: Getter: 907 void Getter() { 915 MyThreadArray t(Getter, Putter1, Putter2); [all...] |
/external/valgrind/unittest/ |
racecheck_unittest.cc | 215 // Putter: Getter: 227 void Getter() { 234 MyThreadArray t(Putter, Getter); 495 // Putter: Getter: 513 void Getter() { 525 MyThreadArray t(Putter, Getter); 597 // Putter2: Putter1: Getter: 613 void Getter() { 621 MyThreadArray t(Getter, Putter1, Putter2); 1094 // Putter1: Getter: Putter2 [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ViewFlipperTest.java | 93 @ToBeFixed(bug="1386429", explanation="No getter and can't check indirectly")
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformState.java | 47 * This interface contains only getter methods, any setters are in the interface
|
/external/chromium/chrome/browser/chromeos/options/ |
network_config_view.h | 62 // Getter/setter for browser mode.
|
/external/chromium/chrome/browser/net/ |
proxy_service_factory.cc | 28 // The linux gconf-based proxy settings getter relies on being initialized
|
/external/chromium/chrome/browser/sync/ |
test_profile_sync_service.h | 55 net::URLRequestContextGetter* getter);
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_actions_container_view.h | 78 @property(nonatomic,getter=isResizable) BOOL resizable;
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_view.h | 85 // Convenience getter.
|