OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextEncodingType
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/base/resource/
resource_handle.h
22
enum
TextEncodingType
{
45
virtual
TextEncodingType
GetTextEncodingType() const = 0;
data_pack.h
43
// |
textEncodingType
| specified. If no text resources are present, please
47
TextEncodingType
textEncodingType
);
55
virtual
TextEncodingType
GetTextEncodingType() const OVERRIDE;
69
TextEncodingType
text_encoding_type_;
resource_data_dll_win.h
26
virtual
TextEncodingType
GetTextEncodingType() const OVERRIDE;
resource_data_dll_win.cc
56
ResourceHandle::
TextEncodingType
ResourceDataDLL::GetTextEncodingType() const {
data_pack.cc
125
text_encoding_type_ = static_cast<
TextEncodingType
>(*ptr_encoding);
207
ResourceHandle::
TextEncodingType
DataPack::GetTextEncodingType() const {
218
TextEncodingType
textEncodingType
) {
238
if (
textEncodingType
!= UTF8 &&
textEncodingType
!= UTF16 &&
239
textEncodingType
!= BINARY) {
240
LOG(ERROR) << "Invalid text encoding type, got " <<
textEncodingType
246
uint8 write_buffer =
textEncodingType
;
data_pack_unittest.cc
16
: public testing::TestWithParam<DataPack::
TextEncodingType
> {
resource_bundle.cc
473
ResourceHandle::
TextEncodingType
encoding =
Completed in 267 milliseconds