Home
last modified time | relevance | path

Searched defs:IsType (Results 1 – 20 of 20) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
Dtokens.py97 def IsType(self, token_type): member in Token
/external/chromium_org/third_party/closure_linter/closure_linter/common/
Dtokens.py103 def IsType(self, token_type): member in Token
/external/chromium_org/content/common/android/
Dgin_java_bridge_value.cc89 bool GinJavaBridgeValue::IsType(Type type) const { in IsType() function in content::GinJavaBridgeValue
/external/chromium_org/base/
Dvalues.h76 bool IsType(Type type) const { return type == type_; } in IsType() function
/external/chromium_org/sandbox/win/src/
Dhandle_table.cc164 bool HandleTable::HandleEntry::IsType(const base::string16& type_string) { in IsType() function in sandbox::HandleTable::HandleEntry
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Ddecoder_database.cc144 bool DecoderDatabase::IsType(uint8_t rtp_payload_type, in IsType() function in webrtc::DecoderDatabase
/external/clang/lib/Sema/
DAttributeList.cpp152 unsigned IsType : 1; member
DSemaCodeComplete.cpp1152 bool ResultBuilder::IsType(const NamedDecl *ND) const { in IsType() function in ResultBuilder
DSemaDecl.cpp78 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); in ValidateCandidate() local
DSemaExpr.cpp3671 UnaryExprOrTypeTrait ExprKind, bool IsType, in ActOnUnaryExprOrTypeTraitExpr()
/external/pdfium/fpdfsdk/include/javascript/
DJS_Object.h46 virtual FX_BOOL IsType(FX_LPCSTR sClassName){return TRUE;}; in IsType() function
/external/chromium_org/base/message_loop/
Dmessage_loop.cc334 bool MessageLoop::IsType(Type type) const { in IsType() function in base::MessageLoop
Dmessage_loop_unittest.cc921 TEST(MessageLoopTest, IsType) { in TEST() argument
/external/clang/include/clang/Serialization/
DASTWriter.h151 bool IsType; variable
/external/chromium_org/win8/metro_driver/
Dchrome_app_view_ash.cc439 bool IsType(windevs::Input::PointerDeviceType type) const { in IsType() function in ChromeAppViewAsh::PointerInfoHandler
/external/chromium_org/chrome/browser/custom_handlers/
Dprotocol_handler_registry_unittest.cc305 virtual bool IsType(base::MessageLoop::Type type) const OVERRIDE { in IsType() function in __anon64c117360111::TestMessageLoop
/external/protobuf/src/google/protobuf/
Ddescriptor.cc237 inline bool IsType() const { in IsType() function
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc253 inline bool IsType() const { in IsType() function
/external/clang/include/clang/AST/
DStmt.h203 unsigned IsType : 1; // true if operand is a type, false if an expression. variable
/external/chromium_org/gpu/command_buffer/
Dbuild_gles2_cmd_buffer.py6777 def IsType(self, type_name): member in Function