Home
last modified time | relevance | path

Searched refs:Tell (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/third_party/cef/libcef/browser/
Dstream_impl.h24 int64 Tell() override;
45 int64 Tell() override;
66 int64 Tell() override;
94 int64 Tell() override;
127 int64 Tell() override { return handler_->Tell(); } in Tell() function
149 int64 Tell() override { return handler_->Tell(); } in Tell() function
Dstream_impl.cc94 int64 CefFileReader::Tell() { in Tell() function in CefFileReader
129 int64 CefFileWriter::Tell() { in Tell() function in CefFileWriter
188 int64 CefBytesReader::Tell() { in Tell() function in CefBytesReader
276 int64 CefBytesWriter::Tell() { in Tell() function in CefBytesWriter
Dzip_reader_impl.cc41 return reader->Tell(); in zlib_tell_callback()
230 int64 CefZipReaderImpl::Tell() { in Tell() function in CefZipReaderImpl
/third_party/cef/tests/ceftests/
Dstream_unittest.cc17 ASSERT_EQ(0, stream->Tell()); in VerifyStreamReadBehavior()
21 ASSERT_EQ(contentSize, stream->Tell()); in VerifyStreamReadBehavior()
25 ASSERT_EQ(0, stream->Tell()); in VerifyStreamReadBehavior()
55 ASSERT_EQ(offset, stream->Tell()); in VerifyStreamWriteBehavior()
60 ASSERT_EQ(0, stream->Tell()); in VerifyStreamWriteBehavior()
64 ASSERT_EQ(contentSize, stream->Tell()); in VerifyStreamWriteBehavior()
68 ASSERT_EQ(0, stream->Tell()); in VerifyStreamWriteBehavior()
191 int64 Tell() override { in Tell() function in ReadHandlerTester
249 int64 tell_res = stream->Tell(); in TEST()
296 int64 Tell() override { in Tell() function in WriteHandlerTester
[all …]
/third_party/cef/include/
Dcef_stream.h67 virtual int64 Tell() = 0;
126 virtual int64 Tell() = 0;
168 virtual int64 Tell() = 0;
222 virtual int64 Tell() = 0;
Dcef_zip_reader.h131 virtual int64 Tell() = 0;
/third_party/json/.github/ISSUE_TEMPLATE/
DBug_report.md32 <!-- Tell us what should happen -->
36 <!-- Tell us what happens instead. -->
/third_party/boost/libs/geometry/doc/generated/
Dboost-no-inspect1 Tell inspect to ignore directory
/third_party/protobuf/kokoro/docs/
Dpython.cfg3 # Tell the trampoline which build file to use.
/third_party/curl/docs/cmdline-opts/
Dftp-skip-pasv-ip.d8 Tell curl to not use the IP address the server suggests in its response
Dftp-pret.d7 Tell curl to send a PRET command before PASV (and EPSV). Certain FTP servers,
Dpath-as-is.d6 Tell curl to not handle sequences of /../ or /./ in the given URL
Ddns-interface.d10 Tell curl to send outgoing DNS requests through <interface>. This option is a
Ddns-ipv6-addr.d10 Tell curl to bind to <ip-address> when making IPv6 DNS requests, so that
/third_party/cef/libcef_dll/ctocpp/
Dwrite_handler_ctocpp.h39 int64 Tell() override;
Dstream_writer_ctocpp.h39 int64 Tell() override;
Dread_handler_ctocpp.h39 int64 Tell() override;
Dstream_reader_ctocpp.h39 int64 Tell() override;
Dzip_reader_ctocpp.h47 int64 Tell() override;
/third_party/boost/tools/build/test/railsys/libx/
Djamroot.jam10 # Tell that Qt3 should be used. QTDIR will give installation prefix.
/third_party/gettext/gnulib-local/modules/
Dgettext-runtime-misc18 # Tell the mingw or Cygwin linker which symbols to export.
/third_party/boost/tools/build/example/qt/qt3/uic/
Djamroot.jam6 # Tell that QT should be used. QTDIR will give installation
/third_party/cef/tests/cefclient/browser/
Dbytes_write_handler.h21 int64 Tell() override;
/third_party/cef/include/wrapper/
Dcef_byte_read_handler.h65 virtual int64 Tell() override;
/third_party/boost/tools/build/test/railsys/program/
Djamroot.jam10 # Tell that Qt3 should be used. QTDIR will give installation prefix.

12345678910>>...14