Searched refs:CanRead (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_frame_reader.cc21 if (!CanRead(1)) {
37 if (!CanRead(2)) {
53 if (!CanRead(4)) {
69 if (!CanRead(8)) {
98 if (!CanRead(3)) {
123 if (!CanRead(result_len)) {
146 if (!CanRead(result_len)) {
162 if (!CanRead(size)) {
177 if (!CanRead(size)) {
192 bool SpdyFrameReader::CanRead(size_ function in class:net::SpdyFrameReader
[all...]
H A Dspdy_frame_reader.h111 bool CanRead(size_t bytes) const;
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_security_helper.cc15 template <typename CanRead,
20 bool CanOpenFileWithPepperFlags(CanRead can_read,
H A Dpepper_file_ref_host.h47 virtual int32_t CanRead() const = 0;
84 int32_t CanRead() const;
H A Dpepper_file_ref_host.cc129 int32_t PepperFileRefHost::CanRead() const { function in class:content::PepperFileRefHost
131 return backend_->CanRead();
228 int32_t rv = CanRead();
236 int32_t rv = CanRead();
H A Dpepper_external_file_ref_backend.h47 virtual int32_t CanRead() const OVERRIDE;
H A Dpepper_flash_file_message_filter.cc30 bool CanRead(int process_id, const base::FilePath& path) { function in namespace:content::__anon7347
195 ValidateAndConvertPepperFilePath(path, base::Bind(&CanRead));
211 ValidateAndConvertPepperFilePath(path, base::Bind(&CanRead));
H A Dpepper_internal_file_ref_backend.h50 virtual int32_t CanRead() const OVERRIDE;
H A Dpepper_external_file_ref_backend.cc108 int32_t PepperExternalFileRefBackend::CanRead() const { function in class:content::PepperExternalFileRefBackend
H A Dpepper_internal_file_ref_backend.cc263 int32_t PepperInternalFileRefBackend::CanRead() const { function in class:content::PepperInternalFileRefBackend
/external/chromium_org/net/quic/
H A Dquic_data_reader.cc109 if (!CanRead(size)) {
135 if (!CanRead(size)) {
157 bool QuicDataReader::CanRead(size_t bytes) const { function in class:net::QuicDataReader
H A Dquic_data_reader.h114 bool CanRead(size_t bytes) const;
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs80 public override bool CanRead property in class:DotZLib.GZipStream
156 if (!CanRead) throw new NotSupportedException();
183 if (!CanRead) throw new NotSupportedException();
/external/chromium_org/ui/gfx/image/
H A Dimage_skia.cc111 bool CanRead() const { function in class:gfx::internal::ImageSkiaStorage
331 CHECK(CanRead());
382 CHECK(CanRead());
392 CHECK(CanRead());
437 CHECK(CanRead());
485 CHECK(CanRead());
494 bool ImageSkia::CanRead() const { function in class:gfx::ImageSkia
495 return !storage_.get() || storage_->CanRead();
H A Dimage_skia_unittest.cc102 can_read_ = image_skia_->CanRead();
300 EXPECT_FALSE(image.CanRead());
311 EXPECT_TRUE(image.CanRead());
321 EXPECT_FALSE(deep_copy->CanRead());
334 EXPECT_TRUE(deep_copy2->CanRead());
345 EXPECT_TRUE(image.CanRead());
355 EXPECT_TRUE(image.CanRead());
369 EXPECT_FALSE(image.CanRead());
380 EXPECT_TRUE(image.CanRead());
390 EXPECT_FALSE(image.CanRead());
[all...]
H A Dimage_skia.h166 bool CanRead() const;
/external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
H A Dfile_browser_handler.h65 bool CanRead() const;
H A Dfile_browser_handler_manifest_unittest.cc87 EXPECT_TRUE(action->CanRead());
149 EXPECT_FALSE(action->CanRead());
H A Dfile_browser_handler.cc100 bool FileBrowserHandler::CanRead() const { function in class:FileBrowserHandler
/external/chromium_org/tools/android/forwarder/
H A Dforwarder.cc46 bool CanRead() { function in class:__anon16410::Buffer
56 if (CanRead()) {
207 if (buffer1.CanRead())
209 if (buffer2.CanRead())
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs14 public override bool CanRead { get { return true; }} property in class:SevenZip.CDoubleStream
H A DLzmaBench.cs126 public override bool CanRead { get { return false; } } property in class:SevenZip.LzmaBench.CrcOutStream
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_browser_handlers.cc420 if (action->CanRead()) {

Completed in 1529 milliseconds