Home
last modified time | relevance | path

Searched refs:open_flags_ (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dserialized_handle.cc22 open_flags_(0), in SerializedHandle()
30 open_flags_(other.open_flags_), in SerializedHandle()
40 open_flags_ = other.open_flags_; in operator =()
49 open_flags_(0), in SerializedHandle()
68 open_flags_(0), in SerializedHandle()
80 open_flags_(0), in SerializedHandle()
H A Dserialized_handle.h87 int32_t open_flags() const { return open_flags_; } in open_flags()
117 open_flags_ = open_flags; in set_file_handle()
137 Header header() const { return Header(type_, open_flags_, file_io_); } in header()
164 int32_t open_flags_; variable
H A Dfile_io_resource.cc111 open_flags_(0), in FileIOResource()
145 open_flags_ = open_flags; in Open()
288 bool append = (open_flags_ & PP_FILEOPENFLAG_APPEND) != 0; in Write()
494 bool append = (open_flags_ & PP_FILEOPENFLAG_APPEND) != 0; in WriteValidated()
591 if (open_flags_ & PP_FILEOPENFLAG_APPEND) { in OnRequestWriteQuotaComplete()
608 bool append = (open_flags_ & PP_FILEOPENFLAG_APPEND) != 0; in OnRequestWriteQuotaComplete()
H A Dfile_io_resource.h225 int32_t open_flags_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dserialized_handle.cc24 open_flags_(0), in SerializedHandle()
32 open_flags_(other.open_flags_), in SerializedHandle()
42 open_flags_ = other.open_flags_; in operator =()
51 open_flags_(0), in SerializedHandle()
70 open_flags_(0), in SerializedHandle()
82 open_flags_(0), in SerializedHandle()
H A Dserialized_handle.h87 int32_t open_flags() const { return open_flags_; } in open_flags()
117 open_flags_ = open_flags; in set_file_handle()
137 Header header() const { return Header(type_, open_flags_, file_io_); } in header()
164 int32_t open_flags_; variable
H A Dfile_io_resource.cc111 open_flags_(0), in FileIOResource()
145 open_flags_ = open_flags; in Open()
290 bool append = (open_flags_ & PP_FILEOPENFLAG_APPEND) != 0; in Write()
492 bool append = (open_flags_ & PP_FILEOPENFLAG_APPEND) != 0; in WriteValidated()
589 if (open_flags_ & PP_FILEOPENFLAG_APPEND) { in OnRequestWriteQuotaComplete()
606 bool append = (open_flags_ & PP_FILEOPENFLAG_APPEND) != 0; in OnRequestWriteQuotaComplete()
H A Dfile_io_resource.h225 int32_t open_flags_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/pepper/
H A Dpepper_file_io_host.cc116 open_flags_(0),
180 open_flags_ = open_flags; in OnHostMsgOpen()
272 if (FileOpenForWrite(open_flags_) && file_system_host_->ChecksQuota()) { in DidOpenInternalFile()
397 if (open_flags_ != PP_FILEOPENFLAG_READ && file_system_host_->ChecksQuota()) in OnHostMsgRequestOSFileHandle()
419 if (!AddFileToReplyContext(open_flags_, &reply_context)) in GotPluginAllowedToCallRequestOSFileHandle()
443 if (!FileOpenForWrite(open_flags_) || error_code != base::File::FILE_OK) { in OnLocalFileOpened()
480 if (file_.IsValid() && !AddFileToReplyContext(open_flags_, &reply_context)) in SendFileOpenReply()
H A Dpepper_file_io_host.h135 int32_t open_flags_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/pepper/
H A Dpepper_file_io_host.cc117 open_flags_(0),
181 open_flags_ = open_flags; in OnHostMsgOpen()
268 if (FileOpenForWrite(open_flags_) && file_system_host_->ChecksQuota()) { in DidOpenInternalFile()
393 if (open_flags_ != PP_FILEOPENFLAG_READ && file_system_host_->ChecksQuota()) in OnHostMsgRequestOSFileHandle()
415 if (!AddFileToReplyContext(open_flags_, &reply_context)) in GotPluginAllowedToCallRequestOSFileHandle()
439 if (!FileOpenForWrite(open_flags_) || error_code != base::File::FILE_OK) { in OnLocalFileOpened()
476 if (file_.IsValid() && !AddFileToReplyContext(open_flags_, &reply_context)) in SendFileOpenReply()
H A Dpepper_file_io_host.h135 int32_t open_flags_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/linux/
H A Dfake_v4l2_impl.cc55 open_flags_(open_flags), in OpenedDevice()
78 int open_flags() const { return open_flags_; } in open_flags()
243 if (open_flags_ & O_NONBLOCK) in dqbuf()
317 const int open_flags_; member in media::FakeV4L2Impl::OpenedDevice
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/linux/
H A Dfake_v4l2_impl.cc61 open_flags_(open_flags), in OpenedDevice()
81 int open_flags() const { return open_flags_; } in open_flags()
268 if (open_flags_ & O_NONBLOCK) in dqbuf()
364 const int open_flags_; member in media::FakeV4L2Impl::OpenedDevice