Searched refs:fxcrt (Results 1 - 25 of 32) sorted by relevance

12

/external/pdfium/core/fxcrt/
H A Dautorestorer.h8 namespace fxcrt { namespace
22 } // namespace fxcrt
24 using fxcrt::AutoRestorer;
H A Dfx_memory_unittest.cpp5 #include "core/fxcrt/fx_memory.h"
23 TEST(fxcrt, DISABLED_FX_AllocOOM) {
32 TEST(fxcrt, FX_AllocOverflow) {
44 TEST(fxcrt, FX_AllocOverflow2D) {
53 TEST(fxcrt, DISABLED_FX_TryAllocOOM) {
62 TEST(fxcrt, FX_TryAllocOverflow) {
74 TEST(fxcrt, DISABLED_FXMEM_DefaultOOM) {
H A Dstring_pool_template.h12 #include "core/fxcrt/fx_string.h"
14 namespace fxcrt { namespace
29 } // namespace fxcrt
31 using fxcrt::StringPoolTemplate;
H A Dfx_extension_unittest.cpp5 #include "core/fxcrt/fx_extension.h"
21 TEST(fxcrt, FXSYS_HexCharToInt) {
28 TEST(fxcrt, FXSYS_DecimalCharToInt) {
35 TEST(fxcrt, FXSYS_isDecimalDigit) {
42 TEST(fxcrt, FX_HashCode_Ascii) {
49 TEST(fxcrt, FX_HashCode_Wide) {
56 TEST(fxcrt, FXSYS_IntToTwoHexChars) {
74 TEST(fxcrt, FXSYS_IntToFourHexChars) {
86 TEST(fxcrt, FXSYS_ToUTF16BE) {
106 TEST(fxcrt, GetBits3
[all...]
H A Dfx_system_unittest.cpp7 #include "core/fxcrt/fx_string.h"
8 #include "core/fxcrt/fx_system.h"
76 TEST(fxcrt, FXSYS_itoa_InvalidRadix) {
92 TEST(fxcrt, FXSYS_itoa) {
116 TEST(fxcrt, FXSYS_i64toa_InvalidRadix) {
132 TEST(fxcrt, FXSYS_i64toa) {
163 TEST(fxcrt, FXSYS_wcsftime) {
215 TEST(fxcrt, FXSYS_atoi) {
238 TEST(fxcrt, FXSYS_atoi64) {
260 TEST(fxcrt, FXSYS_wto
[all...]
H A Dretain_ptr.h12 #include "core/fxcrt/fx_system.h"
14 namespace fxcrt { namespace
111 } // namespace fxcrt
113 using fxcrt::ReleaseDeleter;
114 using fxcrt::RetainPtr;
115 using fxcrt::Retainable;
H A Dshared_copy_on_write.h10 #include "core/fxcrt/fx_system.h"
11 #include "core/fxcrt/retain_ptr.h"
13 namespace fxcrt { namespace
61 } // namespace fxcrt
63 using fxcrt::SharedCopyOnWrite;
H A Dfx_bidi_unittest.cpp5 #include "core/fxcrt/fx_bidi.h"
16 TEST(fxcrt, BidiCharEmpty) {
27 TEST(fxcrt, BidiCharLeft) {
53 TEST(fxcrt, BidiCharLeftNeutralRight) {
87 TEST(fxcrt, BidiCharLeftRightLeft) {
121 TEST(fxcrt, BidiStringEmpty) {
127 TEST(fxcrt, BidiStringAllNeutral) {
156 TEST(fxcrt, BidiStringAllLeft) {
201 TEST(fxcrt, BidiStringAllRight) {
246 TEST(fxcrt, BidiStringLeftNeutralLeftRigh
[all...]
H A Dobservable.h10 #include "core/fxcrt/fx_system.h"
13 namespace fxcrt { namespace
83 } // namespace fxcrt
85 using fxcrt::Observable;
H A Dunowned_ptr.h37 namespace fxcrt { namespace
117 } // namespace fxcrt
119 using fxcrt::UnownedPtr;
H A Dmaybe_owned.h12 #include "core/fxcrt/fx_memory.h"
13 #include "core/fxcrt/fx_system.h"
15 namespace fxcrt { namespace
88 } // namespace fxcrt
90 using fxcrt::MaybeOwned;
H A Dstring_data_template.h10 #include "core/fxcrt/fx_memory.h"
11 #include "core/fxcrt/fx_system.h"
14 namespace fxcrt { namespace
115 } // namespace fxcrt
117 using fxcrt::StringDataTemplate;
H A Dweak_ptr.h14 #include "core/fxcrt/fx_system.h"
15 #include "core/fxcrt/retain_ptr.h"
17 namespace fxcrt { namespace
88 } // namespace fxcrt
90 using fxcrt::WeakPtr;
H A Dstring_view_template.h16 #include "core/fxcrt/fx_system.h"
17 #include "core/fxcrt/unowned_ptr.h"
21 namespace fxcrt { namespace
244 } // namespace fxcrt
246 using ByteStringView = fxcrt::ByteStringView;
247 using WideStringView = fxcrt::WideStringView;
H A Dunowned_ptr_unittest.cpp5 #include "core/fxcrt/unowned_ptr.h"
12 namespace fxcrt { namespace
142 } // namespace fxcrt
H A Dshared_copy_on_write_unittest.cpp5 #include "core/fxcrt/shared_copy_on_write.h"
10 #include "core/fxcrt/retain_ptr.h"
13 namespace fxcrt { namespace
132 } // namespace fxcrt
H A Dstring_pool_template_unittest.cpp5 #include "core/fxcrt/string_pool_template.h"
6 #include "core/fxcrt/fx_string.h"
9 namespace fxcrt { namespace
97 } // namespace fxcrt
H A Dbytestring.h15 #include "core/fxcrt/fx_system.h"
16 #include "core/fxcrt/retain_ptr.h"
17 #include "core/fxcrt/string_data_template.h"
18 #include "core/fxcrt/string_view_template.h"
21 namespace fxcrt { namespace
264 } // namespace fxcrt
266 using ByteString = fxcrt::ByteString;
H A Dwidestring.h14 #include "core/fxcrt/fx_memory.h"
15 #include "core/fxcrt/fx_system.h"
16 #include "core/fxcrt/retain_ptr.h"
17 #include "core/fxcrt/string_data_template.h"
18 #include "core/fxcrt/string_view_template.h"
22 namespace fxcrt { namespace
268 } // namespace fxcrt
270 using WideString = fxcrt::WideString;
H A Dbytestring.cpp7 #include "core/fxcrt/bytestring.h"
15 #include "core/fxcrt/cfx_utf8decoder.h"
16 #include "core/fxcrt/fx_codepage.h"
17 #include "core/fxcrt/fx_extension.h"
18 #include "core/fxcrt/fx_safe_types.h"
19 #include "core/fxcrt/string_pool_template.h"
23 template class fxcrt::StringDataTemplate<char>;
24 template class fxcrt::StringViewTemplate<char>;
25 template class fxcrt::StringPoolTemplate<ByteString>;
93 namespace fxcrt { namespace
[all...]
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_cross_ref_avail.h13 #include "core/fxcrt/unowned_ptr.h"
44 fxcrt::RetainPtr<CPDF_ReadValidator> GetValidator();
46 fxcrt::UnownedPtr<CPDF_SyntaxParser> parser_;
H A Dcpdf_cross_ref_avail.cpp209 fxcrt::RetainPtr<CPDF_ReadValidator> CPDF_CrossRefAvail::GetValidator() {
/external/pdfium/testing/
H A Dfake_file_access.cpp12 #include "core/fxcrt/fx_system.h"
35 fxcrt::UnownedPtr<FakeFileAccess> simulator_;
53 fxcrt::UnownedPtr<FakeFileAccess> simulator_;
72 fxcrt::UnownedPtr<FakeFileAccess> simulator_;
H A Dfake_file_access.h10 #include "core/fxcrt/unowned_ptr.h"
34 fxcrt::UnownedPtr<FPDF_FILEACCESS> file_access_;
/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_creator.h14 #include "core/fxcrt/fx_stream.h"
15 #include "core/fxcrt/maybe_owned.h"
16 #include "core/fxcrt/retain_ptr.h"
17 #include "core/fxcrt/unowned_ptr.h"
90 fxcrt::MaybeOwned<CPDF_SecurityHandler> m_pSecurityHandler;

Completed in 888 milliseconds

12