Searched refs:owner (Results 251 - 275 of 693) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authentication.h52 explicit SupervisedUserAuthentication(SupervisedUserManager* owner);
/external/chromium_org/chrome/browser/chromeos/ui/
H A Didle_app_name_notification_view.cc107 // a time, calling |owner->CloseMessage| to inform the owner that it got
112 IdleAppNameNotificationDelegateView(IdleAppNameNotificationView *owner, argument
116 : owner_(owner),
142 // Close the widget immediately. This can be called from the owner or from
147 // Inform our owner that we are going away.
149 IdleAppNameNotificationView* owner = owner_; local
151 owner->CloseMessage();
207 // The owner of this message which needs to get notified when the message
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_worker.h37 PrintJobWorkerOwner* owner);
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dinfobar_android.cc53 if (!owner())
54 return; // We're closing; don't call anything, it might access the owner.
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dmock_confirm_infobar_delegate.h24 explicit MockConfirmInfoBarDelegate(Owner* owner);
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dcontent_setting_decoration.h27 LocationBarViewMac* owner,
H A Dorigin_chip_decoration.h30 OriginChipDecoration(LocationBarViewMac* owner,
H A Dzoom_decoration.h24 explicit ZoomDecoration(LocationBarViewMac* owner);
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dorigin_chip_info.h22 // The |owner| owns this OriginChipInfo and must outlive it. If the current
23 // origin is an extension, the |owner|'s OnExtensionIconImageChanged()
25 OriginChipInfo(extensions::IconImage::Observer* owner, Profile* profile);
/external/chromium_org/components/infobars/core/
H A Dinfobar_delegate.cc93 contents_unique_id_ = infobar()->owner()->GetActiveEntryID();
/external/chromium_org/content/child/npapi/
H A Dnpobject_util.cc211 // Include the object's owner.
212 NPP owner = WebBindings::getObjectOwner(variant.value.objectValue); local
214 channel->GetExistingRouteForNPObjectOwner(owner);
270 NPP owner = local
272 // TODO(wez): Once NPObject tracking lands in Blink, check |owner| and
279 owner);
/external/chromium_org/media/video/capture/win/
H A Dpin_base_win.cc114 PinBase::PinBase(IBaseFilter* owner) argument
115 : owner_(owner) {
122 void PinBase::SetOwner(IBaseFilter* owner) { argument
123 owner_ = owner;
/external/chromium_org/pdf/
H A Dthumbnail_control.h35 bool visible, Owner* owner, PDFEngine* engine,
/external/chromium_org/ppapi/proxy/
H A Ddevice_enumeration_resource_helper.h36 // |owner| must outlive this object.
37 explicit DeviceEnumerationResourceHelper(PluginResource* owner);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentInit.h66 Document* owner() const { return m_owner.get(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DInsertionPoint.cpp192 if (ElementShadow* rootOwner = root->owner())
201 if (ElementShadow* rootOwner = root->owner()) {
222 if (ElementShadow* rootOwner = root->owner())
227 ElementShadow* rootOwner = root ? root->owner() : 0;
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrackCue.h60 Node* owner() const;
H A DTrackBase.h61 Node* owner() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DCounterNode.h51 RenderObject& owner() const { return m_owner; } function in class:blink::CounterNode
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMediaStreamSource.h53 BLINK_PLATFORM_EXPORT WebMediaStreamSource owner();
H A DWebMediaStreamTrack.h47 BLINK_PLATFORM_EXPORT WebMediaStreamTrack owner();
/external/chromium_org/third_party/speex/include/speex/
H A Dspeex_bits.h54 int owner; /**< Does the struct "own" the "raw" buffer (member "chars") */ member in struct:SpeexBits
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h42 atomic_uintptr_t owner;
/external/iproute2/ip/
H A Diptuntap.c275 long flags, owner = -1, group = -1; local
290 read_prop(d->d_name, "owner", &owner);
295 if (owner != -1)
296 printf(" user %ld", owner);
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h226 BreakpointLocationList(Breakpoint &owner);

Completed in 809 milliseconds

<<11121314151617181920>>