HomeSort by relevance Sort by last modified time
    Searched defs:owner_ (Results 26 - 33 of 33) sorted by null

12

  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 218 owner_(owner) {}
221 owner_->StopThrobbing(true);
226 BookmarkBarView* owner_; member in class:__anon3685::OverFlowButton
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 1219 pthread_t owner_; \/\/ The thread holding the mutex; 0 means no one holds it. member in class:testing::internal::MutexBase
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 1253 pthread_t owner_; \/\/ The thread holding the mutex; 0 means no one holds it. member in class:testing::internal::MutexBase
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1240 pthread_t owner_; \/\/ The thread holding the mutex; 0 means no one holds it. member in class:testing::internal::MutexBase
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 937 owner_(owner) {
938 parent_ = owner_->EnterBlock(this);
942 owner_->LeaveBlock(parent_);
972 Environment a_out = owner_->VisitStmt(a, in());
973 Environment b_out = owner_->VisitStmt(b, a_out);
974 Environment c_out = owner_->VisitStmt(c, b_out);
979 Environment a_out = owner_->VisitStmt(a, in());
980 Environment b_out = owner_->VisitStmt(b, a_out);
999 FunctionAnalyzer* owner_; member in class:__anon13142::FunctionAnalyzer::Block
    [all...]
  /external/v8/src/
hydrogen.h 604 HGraphBuilder* owner() const { return owner_; }
615 HGraphBuilder* owner_; member in class:v8::internal::AstContext
719 HGraphBuilder* owner_; member in class:v8::internal::FunctionState
785 : info_(info), owner_(owner), next_(owner->break_scope()) {
789 ~BreakAndContinueScope() { owner_->set_break_scope(next_); }
792 HGraphBuilder* owner() { return owner_; }
800 HGraphBuilder* owner_; member in class:v8::internal::HGraphBuilder::BASE_EMBEDDED
    [all...]
spaces.h 322 if ((reinterpret_cast<intptr_t>(owner_) & kFailureTagMask) ==
324 return reinterpret_cast<Space*>(owner_ - kFailureTag);
332 owner_ = reinterpret_cast<Address>(space) + kFailureTag;
333 ASSERT((reinterpret_cast<intptr_t>(owner_) & kFailureTagMask) ==
619 Address owner_; member in class:v8::internal::MemoryChunk
1405 PagedSpace* owner_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h 2297 pthread_t owner_; \/\/ The thread holding the mutex; 0 means no one holds it. member in class:std::tr1::MutexBase
    [all...]

Completed in 3225 milliseconds

12