Searched defs:getter (Results 1 - 25 of 42) sorted by path

12

/external/chromium/base/nix/
H A Dxdg_util_unittest.cc36 MockEnvironment getter; local
37 EXPECT_CALL(getter, GetVar(_, _)).WillRepeatedly(Return(false));
38 EXPECT_CALL(getter, GetVar(StrEq("DESKTOP_SESSION"), _))
42 GetDesktopEnvironment(&getter));
46 MockEnvironment getter; local
47 EXPECT_CALL(getter, GetVar(_, _)).WillRepeatedly(Return(false));
48 EXPECT_CALL(getter, GetVar(StrEq("DESKTOP_SESSION"), _))
52 GetDesktopEnvironment(&getter));
56 MockEnvironment getter; local
57 EXPECT_CALL(getter, GetVa
66 MockEnvironment getter; local
[all...]
/external/chromium/chrome/browser/
H A Dbrowsing_data_remover.cc389 net::URLRequestContextGetter* getter = local
393 getter->GetURLRequestContext()->http_transaction_factory();
H A Dio_thread.cc495 ChromeURLRequestContextGetter* getter = *it; local
498 getter->GetURLRequestContext()->dns_cert_checker();
501 getter->ReleaseURLRequestContext();
/external/chromium/chrome/browser/chromeos/cros/
H A Dlibcros_service_library.cc211 net::URLRequestContextGetter* getter = Profile::GetDefaultRequestContext(); local
213 if (getter)
214 proxy_service = getter->GetURLRequestContext()->proxy_service();
/external/chromium/chrome/browser/chromeos/login/
H A Dclient_login_response_handler.h26 explicit ClientLoginResponseHandler(net::URLRequestContextGetter* getter) argument
27 : getter_(getter) {}
H A Dissue_response_handler.h27 explicit IssueResponseHandler(net::URLRequestContextGetter* getter) argument
28 : getter_(getter) {}
H A Dlogin_utils.cc90 net::URLRequestContextGetter* getter = Profile::GetDefaultRequestContext(); local
91 DCHECK(getter);
92 if (getter) {
93 getter->GetURLRequestContext()->proxy_service()->ResetConfigService(
/external/chromium/chrome/browser/net/
H A Dpreconnect.cc40 net::URLRequestContextGetter* getter = Profile::GetDefaultRequestContext(); local
41 if (!getter)
52 net::URLRequestContext* context = getter->GetURLRequestContext();
/external/chromium/chrome/browser/net/websocket_experiment/
H A Dwebsocket_experiment_task.cc37 net::URLRequestContextGetter* getter = local
42 if (!getter)
46 fetcher->set_request_context(getter);
56 net::URLRequestContextGetter* getter = local
61 if (!getter)
69 getter->GetURLRequestContext()));
/external/chromium/chrome/browser/remoting/
H A Ddirectory_add_request.cc22 DirectoryAddRequest::DirectoryAddRequest(net::URLRequestContextGetter* getter) argument
23 : getter_(getter) {
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.cc197 net::URLRequestContextGetter* getter) {
198 return new HttpBridgeFactory(getter);
196 MakeHttpBridgeFactory( net::URLRequestContextGetter* getter) argument
/external/chromium/chrome/browser/sync/
H A Dtest_profile_sync_service.cc73 net::URLRequestContextGetter* getter) {
72 MakeHttpBridgeFactory( net::URLRequestContextGetter* getter) argument
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
H A D__init__.py245 def getter(self): function in function:setter
254 return property(getter, attr, deleter)
/external/chromium/chrome/common/net/gaia/
H A Dgaia_auth_fetcher.cc98 net::URLRequestContextGetter* getter)
100 getter_(getter),
120 net::URLRequestContextGetter* getter,
130 to_return->set_request_context(getter);
96 GaiaAuthFetcher(GaiaAuthConsumer* consumer, const std::string& source, net::URLRequestContextGetter* getter) argument
119 CreateGaiaFetcher( net::URLRequestContextGetter* getter, const std::string& body, const GURL& gaia_gurl, URLFetcher::Delegate* delegate) argument
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc3320 // Sets the OS stack trace getter.
3322 // Does nothing if the input and the current OS stack trace getter are
3323 // the same; otherwise, deletes the old getter and makes the input the
3324 // current getter.
3326 OsStackTraceGetterInterface* getter) {
3327 if (os_stack_trace_getter_ != getter) {
3329 os_stack_trace_getter_ = getter;
3333 // Returns the current OS stack trace getter if it is not NULL;
3335 // getter, and returns it.
3325 set_os_stack_trace_getter( OsStackTraceGetterInterface* getter) argument
/external/chromium/testing/gtest/src/
H A Dgtest.cc4451 // Sets the OS stack trace getter.
4453 // Does nothing if the input and the current OS stack trace getter are
4454 // the same; otherwise, deletes the old getter and makes the input the
4455 // current getter.
4457 OsStackTraceGetterInterface* getter) {
4458 if (os_stack_trace_getter_ != getter) {
4460 os_stack_trace_getter_ = getter;
4464 // Returns the current OS stack trace getter if it is not NULL;
4466 // getter, and returns it.
4456 set_os_stack_trace_getter( OsStackTraceGetterInterface* getter) argument
/external/clang/include/clang-c/
H A DIndex.h5097 const CXIdxEntityInfo *getter; member in struct:__anon3438
/external/clang/lib/CodeGen/
H A DCGObjC.cpp549 /// evaluation for the getter.
630 // emission for the getter.
710 /// \brief Generate an Objective-C property getter function.
720 assert(OMD && "Invalid call to generate getter (empty method)");
729 const Expr *getter = propImpl->getGetterCXXConstructor(); local
730 if (!getter) return true;
738 if (getter->isGLValue())
742 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter))
747 assert(isa<ExprWithCleanups>(getter));
843 CGM.ErrorUnsupported(propImpl, "Obj-C getter requirin
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp854 /// mustSynthesizeSetterGetterMethod - returns true if setter or getter has not
858 bool getter) {
859 return getter ? !IMP->getInstanceMethod(PD->getGetterName())
886 // Generate the 'getter' function.
893 if (mustSynthesizeSetterGetterMethod(IMD, PD, true /*getter*/)) {
1050 // When method is a synthesized one, such as a getter/setter there is
7005 if (mustSynthesizeSetterGetterMethod(IDecl, PD, true /*getter*/))
856 mustSynthesizeSetterGetterMethod(ObjCImplementationDecl *IMP, ObjCPropertyDecl *PD, bool getter) argument
/external/gtest/src/
H A Dgtest.cc4451 // Sets the OS stack trace getter.
4453 // Does nothing if the input and the current OS stack trace getter are
4454 // the same; otherwise, deletes the old getter and makes the input the
4455 // current getter.
4457 OsStackTraceGetterInterface* getter) {
4458 if (os_stack_trace_getter_ != getter) {
4460 os_stack_trace_getter_ = getter;
4464 // Returns the current OS stack trace getter if it is not NULL;
4466 // getter, and returns it.
4456 set_os_stack_trace_getter( OsStackTraceGetterInterface* getter) argument
/external/icu4c/common/
H A Dlocdispnames.cpp351 UDisplayNameGetter *getter,
370 length=(*getter)(locale, localeBuffer, sizeof(localeBuffer), &localStatus);
348 _getDisplayNameForComponent(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UDisplayNameGetter *getter, const char *tag, UErrorCode *pErrorCode) argument
/external/javassist/src/main/javassist/
H A DCtNewMethod.java213 * Creates a public getter method. The getter method returns the value
218 * @param methodName the name of the getter
221 public static CtMethod getter(String methodName, CtField field) method in class:CtNewMethod
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc4419 // Sets the OS stack trace getter.
4421 // Does nothing if the input and the current OS stack trace getter are
4422 // the same; otherwise, deletes the old getter and makes the input the
4423 // current getter.
4425 OsStackTraceGetterInterface* getter) {
4426 if (os_stack_trace_getter_ != getter) {
4428 os_stack_trace_getter_ = getter;
4432 // Returns the current OS stack trace getter if it is not NULL;
4434 // getter, and returns it.
4424 set_os_stack_trace_getter( OsStackTraceGetterInterface* getter) argument
/external/protobuf/gtest/src/
H A Dgtest.cc4209 // Sets the OS stack trace getter.
4211 // Does nothing if the input and the current OS stack trace getter are
4212 // the same; otherwise, deletes the old getter and makes the input the
4213 // current getter.
4215 OsStackTraceGetterInterface* getter) {
4216 if (os_stack_trace_getter_ != getter) {
4218 os_stack_trace_getter_ = getter;
4222 // Returns the current OS stack trace getter if it is not NULL;
4224 // getter, and returns it.
4214 set_os_stack_trace_getter( OsStackTraceGetterInterface* getter) argument
/external/protobuf/python/google/protobuf/
H A Dreflection.py462 def getter(self): function in function:_AddPropertiesForRepeatedField
476 getter.__module__ = None
477 getter.__doc__ = 'Getter for %s.' % proto_field_name
486 setattr(cls, property_name, property(getter, setter, doc=doc))
505 def getter(self): function in function:_AddPropertiesForNonRepeatedScalarField
507 getter.__module__ = None
508 getter.__doc__ = 'Getter for %s.' % proto_field_name
519 # Add a property to encapsulate the getter/setter.
521 setattr(cls, property_name, property(getter, setter, doc=doc))
541 def getter(sel function in function:_AddPropertiesForNonRepeatedCompositeField
[all...]

Completed in 795 milliseconds

12