Searched refs:Owner (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/pdf/
H A Dcontrol.h26 class Owner { class in class:chrome_pdf::Control
28 virtual ~Owner() {}
41 bool visible, Owner* owner);
62 Owner* owner() { return owner_; }
69 Owner* owner_;
73 typedef Control::Owner ControlOwner;
H A Dbutton.h38 Control::Owner* delegate,
H A Dpage_indicator.h32 Control::Owner* delegate,
H A Dprogress_control.h29 Control::Owner* delegate,
H A Dthumbnail_control.h35 bool visible, Owner* owner, PDFEngine* engine,
H A Dfading_controls.h27 Control::Owner* delegate, uint8 transparency);
H A Dpage_indicator.cc30 Control::Owner* delegate,
H A Dbutton.cc23 Control::Owner* owner,
H A Dcontrol.cc23 bool visible, Owner* owner) {
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dmock_confirm_infobar_delegate.h16 class Owner { class in class:MockConfirmInfoBarDelegate
21 virtual ~Owner() {}
24 explicit MockConfirmInfoBarDelegate(Owner* owner);
47 Owner* owner_;
H A Dmock_confirm_infobar_delegate.cc11 MockConfirmInfoBarDelegate::MockConfirmInfoBarDelegate(Owner* owner)
/external/llvm/lib/Support/
H A DLockFileManager.cpp50 auto Owner = std::make_pair(std::string(Hostname), PID); local
51 if (processStillExecuting(Owner.first, Owner.second))
52 return Owner;
86 if ((Owner = readLockFile(LockFileName)))
138 if ((Owner = readLockFile(LockFileName))) {
160 if (Owner)
240 !processStillExecuting((*Owner).first, (*Owner).second)) {
/external/llvm/include/llvm/Option/
H A DOption.h69 const OptTable *Owner; member in class:llvm::opt::Option
72 Option(const OptTable::Info *Info, const OptTable *Owner);
97 assert(Owner && "Must have a valid owner!");
98 return Owner->getOption(Info->GroupID);
103 assert(Owner && "Must have a valid owner!");
104 return Owner->getOption(Info->AliasID);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBPendingTransactionMonitor.cpp65 template<typename Owner, typename Target>
68 static PassOwnPtr<Disposer> create(Owner& owner, Target& target) { return adoptPtr(new Disposer(owner, target)); }
77 Disposer(Owner& owner, Target& target)
84 RefPtr<Owner> m_owner;
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSOptionCode.java30 * Owner Option [draft-cheshire-edns0-owner-option]
32 Owner("Owner", 4); enum constant in enum:DNSOptionCode
/external/clang/test/Analysis/inlining/
H A Dpath-notes.cpp225 struct Owner { struct
233 void Owner::testGetDerefExprOnMemberExprWithADot() {
242 Owner::Wrapper *arr; // expected-note {{'arr' declared without an initial value}}
/external/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h69 ItemParentClass *Owner = getListOwner(); local
70 V->setParent(Owner);
72 if (ValueSymbolTable *ST = TraitsClass::getSymTab(Owner))
/external/llvm/include/llvm/Support/
H A DLockFileManager.h46 /// \brief Owner died while holding the lock.
57 Optional<std::pair<std::string, int> > Owner; member in class:llvm::LockFileManager
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp217 LabelDecl *Inst = LabelDecl::Create(SemaRef.Context, Owner, D->getLocation(),
219 Owner->addDecl(Inst);
231 = NamespaceAliasDecl::Create(SemaRef.Context, Owner,
238 Owner->addDecl(Inst);
277 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
280 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
319 Owner->addDecl(Typedef);
325 Owner->addDecl(Typedef);
344 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
356 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner,
2579 SubstDecl(Decl *D, DeclContext *Owner, const MultiLevelTemplateArgumentList &TemplateArgs) argument
3556 BuildVariableInstantiation( VarDecl *NewVar, VarDecl *OldVar, const MultiLevelTemplateArgumentList &TemplateArgs, LateInstantiatedAttrVec *LateAttrs, DeclContext *Owner, LocalInstantiationScope *StartingScope, bool InstantiatingVarTemplate) argument
[all...]
/external/llvm/include/llvm/Object/
H A DObjectFile.h43 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
87 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
142 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
188 LibraryRef(DataRefImpl LibraryP, const ObjectFile *Owner);
359 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) argument
360 : BasicSymbolRef(SymbolP, Owner) {}
394 const ObjectFile *Owner)
396 , OwningObject(Owner) {}
486 const ObjectFile *Owner)
488 , OwningObject(Owner) {}
393 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner) argument
485 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner) argument
537 LibraryRef(DataRefImpl LibraryP, const ObjectFile *Owner) argument
[all...]
H A DSymbolicFile.h95 BasicSymbolRef(DataRefImpl SymbolP, const SymbolicFile *Owner);
161 const SymbolicFile *Owner)
162 : SymbolPimpl(SymbolP), OwningObject(Owner) {}
160 BasicSymbolRef(DataRefImpl SymbolP, const SymbolicFile *Owner) argument
H A DMachO.h36 DiceRef(DataRefImpl DiceP, const ObjectFile *Owner);
251 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) argument
252 : DicePimpl(DiceP) , OwningObject(Owner) {}
/external/clang/include/clang/AST/
H A DExternalASTSource.h372 /// \brief A lazy value (of type T) that is within an AST node of type Owner,
375 template<typename Owner, typename T, void (ExternalASTSource::*Update)(Owner)>
424 T get(Owner O) {
452 template<typename Owner, typename T,
453 void (clang::ExternalASTSource::*Update)(Owner)>
455 clang::LazyGenerationalUpdatePtr<Owner, T, Update>> {
456 typedef clang::LazyGenerationalUpdatePtr<Owner, T, Update> Ptr;
/external/clang/include/clang/Sema/
H A DTemplate.h369 DeclContext *Owner;
390 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner,
394 Owner(Owner), TemplateArgs(TemplateArgs), LateAttrs(nullptr),
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp221 const FilterChooser *Owner;// points to the FilterChooser who owns this filter member in class:__anon26596::Filter
494 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
503 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) {
504 assert(StartBit + NumBits - 1 < Owner->BitWidth);
509 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) {
513 Owner->insnWithID(Insn, Owner->Opcodes[i]);
517 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits);
522 LastOpcFiltered = Owner
[all...]

Completed in 1923 milliseconds

123