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

<<11121314151617181920>>

  /external/chromium/chrome/browser/sync/
test_profile_sync_service.h 55 net::URLRequestContextGetter* getter);
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.h 108 @property(assign, nonatomic, getter=isClosing) BOOL closing;
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_view.h 90 @property(assign, nonatomic, getter=isClosing) BOOL closing;
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher.cc 232 ServiceURLRequestContextGetter* getter = local
235 std::string user_agent = getter->user_agent();
237 getter->set_user_agent(user_agent);
238 return getter;
  /external/chromium_org/google_apis/gaia/
oauth2_access_token_fetcher.cc 59 static URLFetcher* CreateFetcher(URLRequestContextGetter* getter,
69 result->SetRequestContext(getter);
87 URLRequestContextGetter* getter)
89 getter_(getter),
oauth2_access_token_fetcher.h 50 net::URLRequestContextGetter* getter);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedTypeAnimator.h 83 void resetFromBaseValue(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type, typename AnimValType::ContentType& (SVGAnimatedType::*getter)())
88 typename AnimValType::ContentType& animatedTypeValue = (type->*getter)();
130 void resetFromBaseValues(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type, pair<typename AnimValType1::ContentType, typename AnimValType2::ContentType>& (SVGAnimatedType::*getter)())
136 pair<typename AnimValType1::ContentType, typename AnimValType2::ContentType>& animatedTypeValue = (type->*getter)();
  /external/chromium_org/v8/test/webkit/
dfg-getter-throw.js 25 "Tests that DFG getter caching does not break the world if the getter throws an exception."
  /external/chromium_org/chrome/browser/signin/
oauth2_token_service.cc 76 // |refresh_token| and |scopes| in the request context obtained by |getter|.
79 net::URLRequestContextGetter* getter,
106 net::URLRequestContextGetter* getter,
148 net::URLRequestContextGetter* getter,
156 getter,
168 net::URLRequestContextGetter* getter,
175 getter_(getter),
364 net::URLRequestContextGetter* getter,
368 getter,
377 net::URLRequestContextGetter* getter,
    [all...]
oauth2_token_service.h 130 // context given by |getter| instead of using the one returned by
133 net::URLRequestContextGetter* getter,
233 net::URLRequestContextGetter* getter,
  /external/chromium_org/tools/gn/
command_desc.cc 178 const std::vector<T>& (ConfigValues::* getter)() const) {
185 if (!(target->config_values().*getter)().empty()) {
188 ConfigValuesToStream(target->config_values(), getter, writer, out);
198 if (!(values.*getter)().empty()) {
203 ConfigValuesToStream(values, getter, writer, out);
  /external/chromium_org/v8/test/webkit/fast/js/
Object-defineProperty.js 48 shouldBe("Object.getOwnPropertyDescriptor(Object.defineProperty([1,2,3], '1', {get:getter, configurable: true}), '1').get", "getter");
49 shouldThrow("Object.defineProperty([1,2,3], '1', {get:getter, configurable: true})[1]", "'called getter'");
78 function getter(){ throw "called getter"; } function
91 shouldThrow("Object.defineProperty({}, 'foo', {get: getter}).foo", "'called getter'");
92 shouldThrow("Object.defineProperty(Object.defineProperty({}, 'foo', {get: getter}), 'foo', {get: getter1})");
93 shouldThrow("Object.defineProperty(Object.defineProperty({}, 'foo', {get: getter}), 'foo', {set: setter1})")
    [all...]
  /external/v8/test/mjsunit/
mirror-object.js 200 // a has getter but no setter.
204 assertEquals('function', mirror.property('a').getter().type());
206 assertEquals('function (){return \'a\';}', mirror.property('a').getter().source());
207 // b has setter but no getter.
211 assertEquals('undefined', mirror.property('b').getter().type());
215 // c has both getter and setter. The getter throws an exception.
219 assertEquals('function', mirror.property('c').getter().type());
221 assertEquals('function (){throw \'c\';}', mirror.property('c').getter().source());
object-get-own-property-names.js 72 // Check that getter properties are returned.
74 obj.__defineGetter__("getter", function() {});
78 assertEquals("getter", propertyNames[0]);
  /external/chromium_org/v8/test/mjsunit/
object-get-own-property-names.js 72 // Check that getter properties are returned.
74 obj.__defineGetter__("getter", function() {});
78 assertEquals("getter", propertyNames[0]);
stack-traces-overflow.js 32 // Test stack trace getter and setter.
41 // Test setter w/o calling the getter.
51 // Test getter to make sure setter does not affect the boilerplate.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTreeAdaptor.h 37 @property (retain, getter=getTreeToUniqueIDMap, setter=setTreeToUniqueIDMap:) ANTLRUniqueIDMap *treeToUniqueIDMap;
38 @property (getter=getUniqueNodeID, setter=setUniqueNodeID:) NSInteger uniqueNodeID;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTreeAdaptor.h 37 @property (retain, getter=getTreeToUniqueIDMap, setter=setTreeToUniqueIDMap:) ANTLRUniqueIDMap *treeToUniqueIDMap;
38 @property (getter=getUniqueNodeID, setter=setUniqueNodeID:) NSInteger uniqueNodeID;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTreeAdaptor.h 37 @property (retain, getter=getTreeToUniqueIDMap, setter=setTreeToUniqueIDMap:) ANTLRUniqueIDMap *treeToUniqueIDMap;
38 @property (getter=getUniqueNodeID, setter=setUniqueNodeID:) NSInteger uniqueNodeID;
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.h 49 net::URLRequestContextGetter* getter);
171 static URLFetcher* CreateGaiaFetcher(net::URLRequestContextGetter* getter,
  /external/chromium_org/android_webview/browser/
aw_browser_context.cc 36 explicit AwResourceContext(net::URLRequestContextGetter* getter)
37 : getter_(getter) {}
  /external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_fetcher.h 56 net::URLRequestContextGetter* getter,
208 net::URLRequestContextGetter* getter,
  /external/chromium_org/content/shell/
shell_browser_context.cc 53 void set_url_request_context_getter(ShellURLRequestContextGetter* getter) {
54 getter_ = getter;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBitSet.h 94 @property (getter=_bitVector) CFMutableBitVectorRef bitVector;
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_gtk.h 61 SkColor ConvertGetColor(ColorGetter getter);

Completed in 890 milliseconds

<<11121314151617181920>>