Searched refs:OnTagAttribute (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxcrt/xml/ |
D | cfx_saxreader_unittest.cpp | 23 MOCK_METHOD3(OnTagAttribute, 101 EXPECT_CALL(mock, OnTagAttribute(_, Eq("size"), Eq("small"))); in TEST_F() 102 EXPECT_CALL(mock, OnTagAttribute(_, Eq("color"), Eq("red"))); in TEST_F() 114 EXPECT_CALL(mock, OnTagAttribute(_, Eq("predicate"), Eq("1 < 2"))); in TEST_F()
|
D | cfx_saxreaderhandler.h | 24 void OnTagAttribute(CFX_SAXContext* pTag,
|
D | cfx_saxreaderhandler.cpp | 40 void CFX_SAXReaderHandler::OnTagAttribute(CFX_SAXContext* pTag, in OnTagAttribute() function in CFX_SAXReaderHandler
|
D | cfx_saxreader.h | 81 virtual void OnTagAttribute(CFX_SAXContext* pTag,
|
D | cfx_saxreader.cpp | 680 m_pHandler->OnTagAttribute(pItem->m_pNode, ByteStringView(m_Name), in NotifyAttribute()
|