HomeSort by relevance Sort by last modified time
    Searched refs:Owning (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/containers/
mru_cache_unittest.cc 187 // Make sure that the owning version release its pointers properly.
188 TEST(MRUCacheTest, Owning) {
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 118 mutable bool Owning;
126 : Reader(Reader), FirstID(FirstID), Owning(true), DeclKind(DeclKind) { }
129 : Reader(Other.Reader), FirstID(Other.FirstID), Owning(Other.Owning) ,
132 Other.Owning = false;
136 if (FirstID && Owning && isRedeclarableDeclKind(DeclKind) &&
147 Owning = false;
423 // Store the owning submodule ID in the declaration.
430 // The owning module is not visible. Mark this declaration as hidden.
433 // Note that this declaration was hidden because its owning module is
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_transfer_controller.js 16 * @param {HTMLDocument} doc Owning document.
    [all...]

Completed in 77 milliseconds