OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FX_STREAMSEEK
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/src/fgas/include/
fx_stm.h
26
enum
FX_STREAMSEEK
{
51
virtual int32_t Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset) = 0;
/external/pdfium/xfa/src/fgas/src/crt/
fx_stream.h
25
virtual int32_t Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset) = 0;
48
virtual int32_t Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset);
68
virtual int32_t Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset);
90
virtual int32_t Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset);
120
virtual int32_t Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset);
147
virtual int32_t Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset);
188
virtual int32_t Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset);
228
virtual int32_t Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset);
fx_stream.cpp
182
int32_t CFX_FileStreamImp::Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset) {
275
int32_t CFX_FileReadStreamImp::Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset) {
362
int32_t CFX_BufferReadStreamImp::Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset) {
475
int32_t CFX_FileWriteStreamImp::Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset) {
539
int32_t CFX_BufferStreamImp::Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset) {
710
int32_t CFX_TextStream::Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset) {
979
int32_t CFX_Stream::Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset) {
[
all
...]
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.h
28
virtual int32_t Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset);
xfa_basic_imp.cpp
581
int32_t CXFA_WideTextRead::Seek(
FX_STREAMSEEK
eSeek, int32_t iOffset) {
Completed in 37 milliseconds