HomeSort by relevance Sort by last modified time
    Searched refs:GetByteString (Results 1 - 25 of 26) sorted by null

1 2

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp 58 return sRet.GetByteString();
89 sEditStream << GetWordRenderString(sWords.GetByteString());
116 sEditStream << GetWordRenderString(sWords.GetByteString());
154 sEditStream << GetWordRenderString(sWords.GetByteString());
174 return sAppStream.GetByteString();
204 return sRet.GetByteString();
fxet_pageobjs.cpp 245 pUser2Device, sTextBuf.GetByteString(),
273 sTextBuf.GetByteString(), crOldFill, crTextStroke, nHorzScale);
363 pUser2Device, sTextBuf.GetByteString(), crOld, 0,
404 sTextBuf.GetByteString(), crOld, 0, wp.nHorzScale);
509 sTextBuf.GetByteString()));
528 sTextBuf.GetByteString()));
579 sTextBuf.GetByteString()));
621 sTextBuf.GetByteString()));
  /external/webrtc/webrtc/p2p/base/
stun_unittest.cc 604 msg.GetByteString(STUN_ATTR_SOFTWARE);
609 msg.GetByteString(STUN_ATTR_USERNAME);
614 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL);
632 msg.GetByteString(STUN_ATTR_SOFTWARE);
642 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL);
655 msg.GetByteString(STUN_ATTR_SOFTWARE);
665 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL);
678 msg.GetByteString(STUN_ATTR_USERNAME);
683 msg.GetByteString(STUN_ATTR_NONCE);
688 msg.GetByteString(STUN_ATTR_REALM)
    [all...]
turnserver.cc 265 msg.GetByteString(STUN_ATTR_USERNAME)->GetString() !=
281 msg->GetByteString(STUN_ATTR_USERNAME);
297 msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY);
299 msg->GetByteString(STUN_ATTR_USERNAME);
301 msg->GetByteString(STUN_ATTR_REALM);
303 msg->GetByteString(STUN_ATTR_NONCE);
617 msg->GetByteString(STUN_ATTR_USERNAME);
621 msg->GetByteString(STUN_ATTR_ORIGIN);
673 const StunByteStringAttribute* data_attr = msg->GetByteString(STUN_ATTR_DATA);
turnport.cc 799 msg.GetByteString(STUN_ATTR_DATA);
911 response->GetByteString(STUN_ATTR_REALM);
920 response->GetByteString(STUN_ATTR_NONCE);
    [all...]
port_unittest.cc 298 msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY);
    [all...]
port.cc 353 if (!stun_msg->GetByteString(STUN_ATTR_USERNAME) ||
354 !stun_msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY)) {
444 stun_msg->GetByteString(STUN_ATTR_USERNAME);
535 request->GetByteString(STUN_ATTR_USERNAME);
    [all...]
relayserver_unittest.cc 302 res->GetByteString(STUN_ATTR_DATA);
487 res->GetByteString(STUN_ATTR_DATA);
relayserver.cc 260 msg.GetByteString(STUN_ATTR_USERNAME);
308 msg->GetByteString(STUN_ATTR_USERNAME);
461 request.GetByteString(STUN_ATTR_DATA);
stun.h 155 const StunByteStringAttribute* GetByteString(int type) const;
relayport.cc 744 const StunByteStringAttribute* data_attr = msg.GetByteString(STUN_ATTR_DATA);
stun.cc 114 const StunByteStringAttribute* StunMessage::GetByteString(int type) const {
  /external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp 132 space = buf.GetByteString();
146 name = buf.GetByteString();
202 CFX_ByteStringC ref = buf.GetByteString();
fx_basic_buffer.cpp 120 CFX_ByteStringC CFX_BinaryBuf::GetByteString() const {
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 221 return sRet.GetByteString();
666 sAppStream << sBody.GetByteString() << "Q\nEMC\n";
732 sLineStream << GetWordRenderString(sWords.GetByteString());
757 sLineStream << GetWordRenderString(sWords.GetByteString());
789 sLineStream << GetWordRenderString(sWords.GetByteString());
794 return sEditStream.GetByteString();
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Caret.cpp 96 return sCaret.GetByteString();
PWL_Label.cpp 134 return sRet.GetByteString();
PWL_Utils.cpp 44 return csAP.GetByteString();
184 return csAP.GetByteString();
226 return csAP.GetByteString();
237 return csAP.GetByteString();
257 return csAP.GetByteString();
269 return csAP.GetByteString();
301 return csAP.GetByteString();
336 return csAP.GetByteString();
383 return sAppStream.GetByteString();
395 return sAppStream.GetByteString();
    [all...]
PWL_Icon.cpp 46 return sAppStream.GetByteString();
PWL_Edit.cpp 746 return sRet.GetByteString();
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode.cpp 522 return result.GetByteString();
539 return result.GetByteString();
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 776 return buf.GetByteString();
853 return buf.GetByteString();
886 return buf.GetByteString();
  /external/pdfium/core/include/fxcrt/
fx_basic.h 72 CFX_ByteStringC GetByteString() const;
281 CFX_ByteStringC GetResult() const { return m_Buffer.GetByteString(); }
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 325 return buf.GetByteString();
334 return buf.GetByteString();
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]

Completed in 341 milliseconds

1 2