HomeSort by relevance Sort by last modified time
    Searched defs:CallType (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/extensions/renderer/
api_activity_logger.h 25 enum CallType { APICALL, EVENT };
43 static void LogInternal(const CallType call_type,
  /external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc 23 enum CallType {
35 virtual void RegisterCall(CallType type) = 0;
95 int GetCallCount(CallType type);
109 virtual void RegisterCall(CallType type) OVERRIDE;
119 std::map<CallType,int> callCounts_;
173 int MessageCenterViewTest::GetCallCount(CallType type) {
210 void MessageCenterViewTest::RegisterCall(CallType type) {
  /external/chromium_org/v8/src/ic/
ic-state.h 29 enum CallType { METHOD, FUNCTION };
31 CallICState(int argc, CallType call_type)
41 CallType call_type() const { return call_type_; }
47 class CallTypeBits : public BitField<CallType, Code::kArgumentsBits, 1> {};
50 const CallType call_type_;
  /external/skia/src/core/
SkMatrixClipStateMgr.h 256 enum CallType {
343 bool call(CallType callType);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 287 RpcCallType CallType;
308 RpcCallType CallType;
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaChecking.cpp 759 VariadicCallType CallType) {
771 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range,
778 if (CallType != VariadicDoesNotApply) {
783 checkVariadicArgument(Arg, CallType);
803 VariadicCallType CallType =
806 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType);
817 VariadicCallType CallType = getVariadicCallType(FDecl, Proto,
831 TheCall->getCallee()->getSourceRange(), CallType);
858 VariadicCallType CallType =
863 lbrac, Method->getSourceRange(), CallType);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/chromium_org/v8/src/
ast.h     [all...]

Completed in 356 milliseconds