Searched refs:owner (Results 51 - 75 of 693) sorted by relevance

1234567891011>>

/external/chromium_org/ash/system/tray/
H A Dtray_details_view.h24 explicit TrayDetailsView(SystemTrayItem* owner);
42 // transition, the default view should focus on the owner of this details
46 SystemTrayItem* owner() const { return owner_; } function in class:ash::TrayDetailsView
H A Dtray_item_more.h24 TrayItemMore(SystemTrayItem* owner, bool show_more);
27 SystemTrayItem* owner() const { return owner_; } function in class:ash::TrayItemMore
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dmock_confirm_infobar_delegate.cc11 MockConfirmInfoBarDelegate::MockConfirmInfoBarDelegate(Owner* owner) argument
13 owner_(owner),
/external/chromium_org/chrome/browser/ui/views/
H A Dcolor_chooser_dialog.h34 ExecuteOpenParams(SkColor color, RunState run_state, HWND owner);
37 HWND owner; member in struct:ColorChooserDialog::ExecuteOpenParams
41 // shown modal to |params.owner|. Once it's closed, calls back to
H A Dcolor_chooser_dialog.cc24 HWND owner)
27 owner(owner) {
60 cc.hwndOwner = params.owner;
22 ExecuteOpenParams(SkColor color, RunState run_state, HWND owner) argument
/external/chromium_org/pdf/
H A Dbutton.cc23 Control::Owner* owner,
33 if (!Control::Create(id, rc, visible, owner))
73 owner()->SetEventCapture(id(), false);
77 owner()->SetCursor(id(), PP_CURSORTYPE_POINTER);
78 owner()->SetEventCapture(id(), true);
159 owner()->Invalidate(id(), rect());
167 owner()->OnEvent(id(), EVENT_ID_BUTTON_CLICKED, NULL);
171 owner()->OnEvent(id(), EVENT_ID_BUTTON_STATE_CHANGED, NULL);
20 CreateButton(uint32 id, const pp::Point& origin, bool visible, Control::Owner* owner, ButtonStyle style, const pp::ImageData& face_normal, const pp::ImageData& face_highlighted, const pp::ImageData& face_pressed) argument
H A Dcontrol.cc23 bool visible, Owner* owner) {
24 DCHECK(owner);
30 owner_ = owner;
50 pp::ImageData buffer(owner()->GetInstance(), image_data->format(),
99 owner()->Invalidate(id(), old_rc);
100 owner()->Invalidate(id(), rect());
108 owner()->Invalidate(id(), old_rc);
109 owner()->Invalidate(id(), rect());
22 Create(uint32 id, const pp::Rect& rc, bool visible, Owner* owner) argument
/external/chromium_org/remoting/host/win/
H A Dcom_security.cc34 ScopedSid owner; local
36 if (!MakeScopedAbsoluteSd(relative_sd, &absolute_sd, &dacl, &group, &owner,
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8MutationCallback.h43 static PassOwnPtr<V8MutationCallback> create(v8::Handle<v8::Function> callback, v8::Handle<v8::Object> owner, ScriptState* scriptState) argument
45 return adoptPtr(new V8MutationCallback(callback, owner, scriptState));
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXScrollView.cpp213 HTMLFrameOwnerElement* owner = toFrameView(m_scrollView)->frame().deprecatedLocalOwner();
214 if (owner && owner->renderer())
215 return axObjectCache()->getOrCreate(owner);
225 HTMLFrameOwnerElement* owner = toFrameView(m_scrollView)->frame().deprecatedLocalOwner();
226 if (owner && owner->renderer())
227 return axObjectCache()->get(owner);
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackQueue.cpp54 while (m_index < m_queue.size() && owner() == caller) {
58 // queue and reenters processInQueue. owner() == caller
65 if (owner() == caller && m_index == m_queue.size()) {
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DLinkImport.h53 static PassOwnPtrWillBeRawPtr<LinkImport> create(HTMLLinkElement* owner);
55 explicit LinkImport(HTMLLinkElement* owner);
H A DLinkImport.cpp44 PassOwnPtrWillBeRawPtr<LinkImport> LinkImport::create(HTMLLinkElement* owner) argument
46 return adoptPtrWillBeNoop(new LinkImport(owner));
49 LinkImport::LinkImport(HTMLLinkElement* owner) argument
50 : LinkResource(owner)
/external/chromium_org/ui/base/cocoa/
H A Dtracking_area.h16 // messaging to the |owner| at a specific point in time.
24 // |owner| in a proxy object.
27 owner:(id)owner
30 // Prevents any future messages from being delivered to the |owner|.
/external/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp26 ThreadPlanShouldStopHere::ThreadPlanShouldStopHere(ThreadPlan *owner, ThreadPlanShouldStopHereCallback callback, void *baton) : argument
29 m_owner (owner),
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dpage_info_helper.h24 PageInfoHelper(const views::View* owner, LocationBarView* location_bar);
/external/chromium_org/components/search_engines/
H A Dtemplate_url_service_client.h22 // Sets the pointer to the owner of this object.
23 virtual void SetOwner(TemplateURLService* owner) = 0;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dmemoized.py53 def __get__(self, instance, owner):
/external/chromium_org/third_party/skia/tools/
H A DiOSShell.h25 virtual bool onDispatchClick(int x, int y, Click::State, void* owner,
/external/chromium_org/third_party/webrtc/modules/video_capture/ios/
H A Drtc_video_capture_ios_objc.h31 - (id)initWithOwner:(webrtc::videocapturemodule::VideoCaptureIos*)owner
/external/chromium_org/v8/src/heap/
H A Dspaces-inl.h128 chunks_[id].owner()->executable() == EXECUTABLE);
137 PagedSpace* owner) {
140 DCHECK(chunk->owner() == owner);
141 owner->IncreaseCapacity(page->area_size());
142 owner->Free(page->area_start(), page->area_size());
153 return p->owner() == this;
172 if (maybe->owner() != NULL) return maybe;
210 DCHECK(next_chunk()->owner() == owner());
136 Initialize(Heap* heap, MemoryChunk* chunk, Executability executable, PagedSpace* owner) argument
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-gap-resolver-x64.h20 explicit LGapResolver(LCodeGen* owner);
/external/kernel-headers/original/uapi/linux/
H A Ddlm_plock.h41 __u64 owner; member in struct:dlm_plock_info
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DInbandTextTrack.cpp106 HTMLMediaElement* owner = mediaElement(); local
107 ASSERT(owner);
108 RefPtrWillBeRawPtr<VTTCue> cue = VTTCue::create(owner->document(), start, end, content);
H A DTextTrackList.h48 static PassRefPtrWillBeRawPtr<TextTrackList> create(HTMLMediaElement* owner) argument
50 return adoptRefWillBeNoop(new TextTrackList(owner));
75 HTMLMediaElement* owner() const;

Completed in 807 milliseconds

1234567891011>>