Searched refs:GetEncoding (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Dleb128.h40 void GetEncoding(std::vector<uint8_t>* encoding) { *encoding = encoding_; } function in class:relocation_packer::Leb128Encoder
H A Dsleb128.h41 void GetEncoding(std::vector<uint8_t>* encoding) { *encoding = encoding_; } function in class:relocation_packer::Sleb128Encoder
H A Dpacker.cc40 encoder.GetEncoding(packed);
87 encoder.GetEncoding(&encoded);
H A Dleb128_unittest.cc27 encoder.GetEncoding(&encoding);
H A Dsleb128_unittest.cc32 encoder.GetEncoding(&encoding);
/external/chromium_org/chrome/browser/
H A Dbrowser_encoding_browsertest.cc171 GetEncoding());
192 EXPECT_EQ("ISO-8859-1", web_contents->GetEncoding());
200 EXPECT_EQ("gb18030", web_contents->GetEncoding());
311 EXPECT_EQ("ISO-8859-4", web_contents->GetEncoding());
322 EXPECT_EQ(kTestDatas[i].expected_encoding, web_contents->GetEncoding());
/external/chromium_org/tools/grit/grit/tool/
H A Dresize.py184 def GetEncoding(self): member in class:ResizeDialog
276 self.WriteFile(fname, rc_text, self.GetEncoding())
/external/lldb/source/Symbol/
H A DType.cpp388 Type::GetEncoding (uint64_t &count) function in class:Type
391 return GetClangForwardType().GetEncoding(count);
H A DClangASTType.cpp1742 ClangASTType::GetEncoding (uint64_t &count) const function in class:ClangASTType
1828 encoding = ClangASTType(m_ast, complex_type->getElementType()).GetEncoding(count);
1840 return ClangASTType(m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).GetEncoding(count);
1843 return ClangASTType(m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).GetEncoding(count);
1846 return ClangASTType(m_ast, cast<ParenType>(qual_type)->desugar()).GetEncoding(count);
6172 lldb::Encoding encoding = GetEncoding (count);
6300 lldb::Encoding encoding = GetEncoding (count);
/external/chromium_org/content/public/browser/
H A Dweb_contents.h292 virtual const std::string& GetEncoding() const = 0;
/external/lldb/include/lldb/Symbol/
H A DClangASTType.h361 GetEncoding (uint64_t &count) const;
H A DType.h207 GetEncoding (uint64_t &count);
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_menu_model.cc144 current_tab->GetEncoding(), command_id);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h339 CPDF_FontEncoding* GetEncoding() function in class:CPDF_SimpleFont
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp317 if (pEncoding && !pT1Font->GetEncoding()->IsIdentical(pEncoding)) {
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h245 virtual const std::string& GetEncoding() const OVERRIDE;
H A Dweb_contents_view_aura.cc244 const std::string& page_encoding = web_contents->GetEncoding();
H A Dweb_contents_impl.cc944 const std::string& WebContentsImpl::GetEncoding() const { function in class:content::WebContentsImpl
/external/lldb/source/Core/
H A DValueObject.cpp1009 const Encoding encoding = GetClangType().GetEncoding(count);
1805 const Encoding encoding = GetClangType().GetEncoding (count);

Completed in 492 milliseconds