Searched refs:access_type_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder.cc12 access_type_ = 0;
35 access_type_ = access_type;
H A Dfinder_fs.cc56 if (access_type_ & kTestForAll) {
76 if (access_type_ & kTestForWrite) {
96 if (access_type_ & kTestForRead) {
H A Dfinder_registry.cc53 if (access_type_ & kTestForAll) {
66 if (access_type_ & kTestForWrite) {
79 if (access_type_ & kTestForRead) {
H A Dfinder_kernel.cc176 if (access_type_ & kTestForAll) {
190 if (access_type_ & kTestForWrite) {
204 if (access_type_ & kTestForRead) {
H A Dfinder.h131 DWORD access_type_; member in class:Finder
/external/chromium_org/v8/src/
H A Dhydrogen.h2428 access_type_(access_type),
2474 bool IsLoad() const { return access_type_ == LOAD; }
2531 PropertyAccessType access_type_; member in class:v8::internal::HOptimizedGraphBuilder::PropertyAccessInfo
H A Dhydrogen.cc6130 builder_, access_type_, ToType(types->at(i)), name_);
6149 builder_, access_type_, ToType(types->at(i)), name_);

Completed in 809 milliseconds