Searched refs:ArgumentList (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/notification_provider/
H A Dnotification_provider_api.cc127 ArgumentList(api::notification_provider::NotifyOnCleared::Results::Create(
154 ArgumentList(api::notification_provider::NotifyOnClicked::Results::Create(
180 return RespondNow(ArgumentList(
222 ArgumentList(api::notification_provider::NotifyOnPermissionLevelChanged::
261 return RespondNow(ArgumentList(
278 return RespondNow(ArgumentList(
294 return RespondNow(ArgumentList(
/external/clang/include/clang/Lex/
H A DMacroInfo.h40 /// ArgumentList points to the first of NumArguments pointers.
44 IdentifierInfo **ArgumentList; member in class:clang::MacroInfo
46 /// \see ArgumentList
111 assert(!ArgumentList && "Didn't call destroy before dtor!");
122 ArgumentList = nullptr;
182 assert(ArgumentList == nullptr && NumArguments == 0 &&
187 ArgumentList = PPAllocator.Allocate<IdentifierInfo*>(NumArgs);
189 ArgumentList[i] = List[i];
196 arg_iterator arg_begin() const { return ArgumentList; }
197 arg_iterator arg_end() const { return ArgumentList
[all...]
/external/llvm/include/llvm/IR/
H A DFunction.h86 mutable ArgumentListType ArgumentList; ///< The formal arguments member in class:llvm::Function
365 return ArgumentList;
369 return ArgumentList;
372 return &Function::ArgumentList;
413 return ArgumentList.begin();
417 return ArgumentList.begin();
421 return ArgumentList.end();
425 return ArgumentList.end();
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/
H A Denterprise_platform_keys_api.cc97 ArgumentList(api_epki::GenerateKey::Results::Create(public_key_der)));
148 Respond(ArgumentList(api_epki::Sign::Results::Create(signature)));
196 Respond(ArgumentList(results.Pass()));
312 Respond(ArgumentList(api_epki::GetTokens::Results::Create(token_ids)));
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extension_function.cc136 return RespondNow(RunSync() ? ArgumentList(results_.Pass()) : Error(error_));
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_private_api.cc50 return RespondNow(ArgumentList(
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathGrammar.y103 %type <argList> ArgumentList
376 FUNCTIONNAME '(' ArgumentList ')'
387 ArgumentList: label
396 ArgumentList ',' Argument
/external/chromium_org/extensions/browser/
H A Dextension_function.cc250 ExtensionFunction::ResponseValue ExtensionFunction::ArgumentList( function in class:ExtensionFunction
253 new ArgumentListResponseValue(name(), "ArgumentList", this, args.Pass()));
468 return RespondNow(RunSync() ? ArgumentList(results_.Pass()) : Error(error_));
483 return RespondNow(RunSync() ? ArgumentList(results_.Pass()) : Error(error_));
H A Dextension_function.h123 // Use NoArguments(), OneArgument(), ArgumentList(), or Error()
151 // * RespondNow(ArgumentList(my_result.ToValue()))
272 // should be using the generated Result struct and ArgumentList.
278 ResponseValue ArgumentList(scoped_ptr<base::ListValue> results);
/external/chromium_org/chrome/browser/extensions/api/copresence/
H A Dcopresence_api.cc164 Respond(ArgumentList(api::copresence::Execute::Results::Create(api_status)));
/external/clang/lib/Lex/
H A DMacroInfo.cpp20 ArgumentList(nullptr),
/external/chromium_org/chrome/browser/extensions/api/automation/
H A Dautomation_apitest.cc340 ArgumentList(api::automation_internal::EnableTab::Results::Create(
351 ArgumentList(api::automation_internal::EnableTab::Results::Create(
/external/chromium_org/chrome/browser/extensions/api/automation_internal/
H A Dautomation_internal_api.cc172 ArgumentList(api::automation_internal::EnableTab::Results::Create(
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api.cc496 ArgumentList(runtime::GetPlatformInfo::Results::Create(info)));
/external/llvm/lib/IR/
H A DFunction.cpp246 ArgumentList.clear();
263 ArgumentList.push_back(new Argument(FT->getParamType(i)));

Completed in 363 milliseconds