Searched refs:owner (Results 101 - 125 of 693) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_mac_editcommand_helper.h51 // owner - An object we can retrieve a RenderWidgetHostViewMac from to
54 id<RenderWidgetHostViewMacOwner> owner);
/external/chromium_org/remoting/host/win/
H A Dsecurity_descriptor.h36 ScopedSid* owner,
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DGenericEventQueue.cpp36 PassOwnPtrWillBeRawPtr<GenericEventQueue> GenericEventQueue::create(EventTarget* owner) argument
38 return adoptPtrWillBeNoop(new GenericEventQueue(owner));
41 GenericEventQueue::GenericEventQueue(EventTarget* owner) argument
42 : m_owner(owner)
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrame.cpp60 Frame::Frame(FrameClient* client, FrameHost* host, FrameOwner* owner) argument
63 , m_owner(owner)
181 ASSERT(owner());
182 toHTMLFrameOwnerElement(owner())->setNeedsCompositingUpdate();
/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/platform/fonts/
H A DGlyphPage.h74 static PassRefPtr<GlyphPage> createForMixedFontData(GlyphPageTreeNode* owner) argument
77 return adoptRef(new (slot) GlyphPage(owner));
80 static PassRefPtr<GlyphPage> createForSingleFontData(GlyphPageTreeNode* owner, const SimpleFontData* fontData) argument
83 return adoptRef(new GlyphPage(owner, fontData));
86 PassRefPtr<GlyphPage> createCopiedSystemFallbackPage(GlyphPageTreeNode* owner) const
88 RefPtr<GlyphPage> page = GlyphPage::createForMixedFontData(owner);
188 GlyphPageTreeNode* owner() const { return m_owner; }
191 explicit GlyphPage(GlyphPageTreeNode* owner, const SimpleFontData* fontDataForAllGlyphs = 0)
193 , m_owner(owner)
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller_unittest.cc156 scoped_ptr<Widget> owner(CreateOwnerWidget());
157 RunMenu(owner.get());
172 void RunMenu(views::Widget* owner) { argument
176 controller_->owner_ = owner;
246 scoped_ptr<Widget> owner(CreateOwnerWidget());
252 RunMenu(owner.get());
258 scoped_ptr<Widget> owner(CreateOwnerWidget());
260 owner->GetNativeWindow()->GetRootWindow(),
267 RunMenu(owner.get());
H A Dmenu_message_loop.h35 virtual void Run(MenuController*, Widget* owner, bool nested_menu) = 0;
50 // Clear any references to the owner widget that was passed into the previous
H A Dmenu_message_loop_mac.cc32 Widget* owner,
31 Run(MenuController* controller, Widget* owner, bool nested_menu) argument
H A Dmenu_message_loop_mac.h20 Widget* owner,
/external/chromium_org/v8/src/arm/
H A Dlithium-gap-resolver-arm.h20 explicit LGapResolver(LCodeGen* owner);
/external/chromium_org/v8/src/mips/
H A Dlithium-gap-resolver-mips.h20 explicit LGapResolver(LCodeGen* owner);
/external/chromium_org/v8/src/mips64/
H A Dlithium-gap-resolver-mips64.h20 explicit LGapResolver(LCodeGen* owner);
/external/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h47 ThreadPlanShouldStopHere (ThreadPlan *owner,
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DMethodAdapter.java111 final String owner,
115 mv.visitFieldInsn(opcode, owner, name, desc);
120 final String owner,
124 mv.visitMethodInsn(opcode, owner, name, desc);
109 visitFieldInsn( final int opcode, final String owner, final String name, final String desc) argument
118 visitMethodInsn( final int opcode, final String owner, final String name, final String desc) argument
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dvim_panes.py227 def __init__(self, owner, name, open_below=False, height=3):
228 self.owner = owner
234 self.owner.registerForUpdates(self)
378 def __init__(self, owner, name, open_below):
383 VimPane.__init__(self, owner, name, open_below)
448 def __init__(self, owner, name = 'locals'):
449 FrameKeyValuePane.__init__(self, owner, name, open_below=True)
476 def __init__(self, owner, name = 'registers'):
477 FrameKeyValuePane.__init__(self, owner, nam
[all...]
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.h306 AstContext(AstGraphBuilder* owner, Expression::Context kind);
309 AstGraphBuilder* owner() const { return owner_; } function in class:v8::internal::compiler::BASE_EMBEDDED
328 explicit AstEffectContext(AstGraphBuilder* owner) argument
329 : AstContext(owner, Expression::kEffect) {}
339 explicit AstValueContext(AstGraphBuilder* owner) argument
340 : AstContext(owner, Expression::kValue) {}
350 explicit AstTestContext(AstGraphBuilder* owner) argument
351 : AstContext(owner, Expression::kTest) {}
363 BreakableScope(AstGraphBuilder* owner, BreakableStatement* target, argument
365 : owner_(owner),
399 ContextScope(AstGraphBuilder* owner, Scope* scope, Node* context) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFunction.java117 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
119 if(visitor.visitFunction(owner, this))
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DUnaryOperation.java122 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
124 if(visitor.visitUnaryOperation(owner, this))
/external/chromium_org/ash/system/tray/
H A Dtray_item_view.h30 explicit TrayItemView(SystemTrayItem* owner);
39 SystemTrayItem* owner() const { return owner_; } function in class:ash::TrayItemView
H A Dtray_notification_view.h33 TrayNotificationView(SystemTrayItem* owner, int icon_id);
76 SystemTrayItem* owner() { return owner_; } function in class:ash::TrayNotificationView
/external/chromium_org/ash/wm/
H A Droot_window_layout_manager.cc18 RootWindowLayoutManager::RootWindowLayoutManager(aura::Window* owner) argument
19 : owner_(owner) {
/external/chromium_org/ipc/mojo/
H A Dipc_channel_mojo_readers.cc96 ChannelMojo* owner)
97 : internal::MessagePipeReader(pipe.Pass()), owner_(owner) {
167 ChannelMojo* owner)
168 : internal::MessagePipeReader(pipe.Pass()), owner_(owner) {
191 ChannelMojo* owner)
192 : ControlReader(pipe.Pass(), owner) {
265 ChannelMojo* owner)
266 : ControlReader(pipe.Pass(), owner) {
95 MessageReader(mojo::ScopedMessagePipeHandle pipe, ChannelMojo* owner) argument
166 ControlReader(mojo::ScopedMessagePipeHandle pipe, ChannelMojo* owner) argument
190 ServerControlReader(mojo::ScopedMessagePipeHandle pipe, ChannelMojo* owner) argument
264 ClientControlReader(mojo::ScopedMessagePipeHandle pipe, ChannelMojo* owner) argument
/external/chromium_org/pdf/
H A Dfading_control.cc37 timer_id_ = owner()->ScheduleTimer(id(), kFadingTimeoutMs);
72 timer_id_ = owner()->ScheduleTimer(id(), kFadingTimeoutMs);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8MutationCallback.cpp39 V8MutationCallback::V8MutationCallback(v8::Handle<v8::Function> callback, v8::Handle<v8::Object> owner, ScriptState* scriptState) argument
44 V8HiddenValue::setHiddenValue(scriptState->isolate(), owner, V8HiddenValue::callback(scriptState->isolate()), callback);

Completed in 3432 milliseconds

1234567891011>>