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

  /external/chromium_org/chrome/renderer/extensions/
api_activity_logger.h 30 enum CallType {
58 static void LogInternal(const CallType call_type,
  /external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc 22 enum CallType {
34 virtual void RegisterCall(int receiver_id, CallType type) = 0;
50 void RegisterCall(CallType type);
87 void MockNotificationView::RegisterCall(CallType type) {
105 int GetCallCount(CallType type);
107 virtual void RegisterCall(int receiver_id, CallType type) OVERRIDE;
117 std::map<CallType,int> callCounts_;
170 int MessageCenterViewTest::GetCallCount(CallType type) {
174 void MessageCenterViewTest::RegisterCall(int receiver_id, CallType type) {
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaChecking.cpp 711 VariadicCallType CallType) {
724 if (CheckFormatArguments(*I, Args, IsMemberFunction, CallType, Loc,
732 if (CallType != VariadicDoesNotApply) {
737 checkVariadicArgument(Arg, CallType);
764 VariadicCallType CallType =
767 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType);
778 VariadicCallType CallType = getVariadicCallType(FDecl, Proto,
793 TheCall->getCallee()->getSourceRange(), CallType);
818 VariadicCallType CallType =
823 lbrac, Method->getSourceRange(), CallType);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 186 milliseconds