Searched defs:owner (Results 126 - 150 of 429) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dpage_action_image_view.cc22 PageActionImageView::PageActionImageView(LocationBarView* owner, argument
31 owner_(owner),
/external/chromium_org/chrome/browser/ui/webui/
H A Dflags_ui.cc81 std::string owner; local
82 chromeos::CrosSettings::Get()->GetString(chromeos::kDeviceOwner, &owner);
85 base::UTF8ToUTF16(owner)));
88 // the owner.
249 // On ChromeOS verifying if the owner is signed in is async operation and only
251 // callback for whether the owner is signed in. It will respectively pick the
261 // On Chrome OS the owner can set system wide flags and other users can only
/external/chromium_org/components/cronet/android/
H A Dchromium_url_request_context.cc30 JniURLRequestContextAdapterDelegate(JNIEnv* env, jobject owner) argument
31 : owner_(env->NewGlobalRef(owner)) {}
/external/chromium_org/components/infobars/core/
H A Dinfobar.cc56 void InfoBar::SetOwner(InfoBarManager* owner) { argument
58 owner_ = owner;
80 // still have an owner, which MaybeDelete() won't do.
H A Dinfobar.h59 InfoBarManager* owner() { return owner_; } function in class:infobars::InfoBar
65 // its owner without deleting it, for reparenting in another tab.
66 void SetOwner(InfoBarManager* owner);
86 // Forwards a close request to our owner. This is a no-op if we're already
/external/chromium_org/content/browser/renderer_host/
H A Dwebsocket_dispatcher_host_unittest.cc36 WebSocketDispatcherHostTest* owner);
104 WebSocketDispatcherHostTest* owner)
106 owner_(owner->GetWeakPtr()) {}
100 MockWebSocketHost( int routing_id, WebSocketDispatcherHost* dispatcher, net::URLRequestContext* url_request_context, WebSocketDispatcherHostTest* owner) argument
/external/chromium_org/content/renderer/media/webrtc/
H A Dwebrtc_local_audio_track_adapter.cc39 void WebRtcLocalAudioTrackAdapter::Initialize(WebRtcLocalAudioTrack* owner) { argument
41 DCHECK(owner);
42 owner_ = owner;
/external/chromium_org/content/renderer/pepper/
H A Dpepper_device_enumeration_host_helper.cc28 // |owner| must outlive this object.
29 ScopedRequest(PepperDeviceEnumerationHostHelper* owner, argument
31 : owner_(owner),
/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/
H A Dclipboard_win.cc39 bool Init(HWND owner) { argument
54 if (::OpenClipboard(owner)) {
H A Dverify_config_window_win.cc65 // Center against the owner window unless it is minimized or invisible.
66 HWND owner = ::GetWindow(m_hWnd, GW_OWNER); local
67 if (owner != NULL) {
68 DWORD style = ::GetWindowLong(owner, GWL_STYLE);
70 owner = NULL;
80 // On a multi-monitor system use the monitor where the owner window is shown.
82 if (owner != NULL && ::GetWindowRect(owner, &owner_rect)) {
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8CustomElementLifecycleCallbacks.cpp135 bool V8CustomElementLifecycleCallbacks::setBinding(CustomElementDefinition* owner, PassOwnPtr<CustomElementBinding> binding) argument
143 m_owner = owner;
146 perContextData->addCustomElementBinding(owner, binding);
H A DV8NPUtils.cpp46 void convertV8ObjectToNPVariant(v8::Local<v8::Value> object, NPObject* owner, NPVariant* result, v8::Isolate* isolate) argument
75 _NPN_RegisterObject(npobject, owner);
80 v8::Handle<v8::Value> convertNPVariantToV8Object(const NPVariant* variant, NPObject* owner, v8::Isolate* isolate) argument
103 return createV8ObjectForNPObject(object, owner, isolate);
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrackList.cpp39 TextTrackList::TextTrackList(HTMLMediaElement* owner) argument
40 : m_owner(owner)
329 HTMLMediaElement* TextTrackList::owner() const function in class:TextTrackList
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElementRareData.h36 SVGElementRareData(SVGElement* owner) argument
38 : m_owner(owner)
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBPendingTransactionMonitor.cpp68 static PassOwnPtr<Disposer> create(Owner& owner, Target& target) { return adoptPtr(new Disposer(owner, target)); } argument
77 Disposer(Owner& owner, Target& target) argument
78 : m_owner(owner)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadSpecific.h91 Data(T* value, ThreadSpecific<T>* owner) : value(value), owner(owner) {} argument
94 ThreadSpecific<T>* owner; member in struct:WTF::ThreadSpecific::Data
232 pthread_setspecific(data->owner->m_key, ptr);
239 pthread_setspecific(data->owner->m_key, 0);
241 TlsSetValue(tlsKeys()[data->owner->m_index], 0);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dentities.h58 int owner; /* does the entity own the childrens */ member in struct:_xmlEntity
/external/chromium_org/third_party/webrtc/base/
H A Dwin32windowpicker.cc38 HWND owner = GetWindow(hwnd, GW_OWNER); local
41 (owner && !(exstyle & WS_EX_APPWINDOW))) {
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_message_loop_aura.cc41 aura::Window* GetOwnerRootWindow(views::Widget* owner) { argument
42 return owner ? owner->GetNativeWindow()->GetRootWindow() : NULL;
128 Widget* owner,
131 owner_ = owner;
127 Run(MenuController* controller, Widget* owner, bool nested_menu) argument
/external/chromium_org/v8/src/arm64/
H A Dlithium-gap-resolver-arm64.cc28 LGapResolver::LGapResolver(LCodeGen* owner) argument
29 : cgen_(owner), masm_(owner, owner->masm()), moves_(32, owner->zone()),
/external/chromium_org/v8/src/mips/
H A Dlithium-gap-resolver-mips.cc13 LGapResolver::LGapResolver(LCodeGen* owner) argument
14 : cgen_(owner),
15 moves_(32, owner->zone()),
/external/chromium_org/v8/src/x64/
H A Dlithium-gap-resolver-x64.cc15 LGapResolver::LGapResolver(LCodeGen* owner) argument
16 : cgen_(owner), moves_(32, owner->zone()) {}
/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);

Completed in 494 milliseconds

1234567891011>>