Searched refs:owner (Results 76 - 100 of 409) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DContentLayerChromium.cpp54 PassRefPtr<ContentLayerChromium> ContentLayerChromium::create(GraphicsLayerChromium* owner) argument
56 return adoptRef(new ContentLayerChromium(owner));
59 ContentLayerChromium::ContentLayerChromium(GraphicsLayerChromium* owner) argument
60 : LayerChromium(owner)
73 explicit ContentLayerPainter(GraphicsLayerChromium* owner) argument
74 : m_owner(owner)
H A DCanvas2DLayerChromium.cpp43 PassRefPtr<Canvas2DLayerChromium> Canvas2DLayerChromium::create(DrawingBuffer* drawingBuffer, GraphicsLayerChromium* owner) argument
45 return adoptRef(new Canvas2DLayerChromium(drawingBuffer, owner));
48 Canvas2DLayerChromium::Canvas2DLayerChromium(DrawingBuffer* drawingBuffer, GraphicsLayerChromium* owner) argument
49 : CanvasLayerChromium(owner)
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DHasPositionalPredChecker.java59 * @param owner The owner of the expression, to which the expression can
64 public boolean visitFunction(ExpressionOwner owner, Function func) argument
74 // * @param owner The owner of the expression, to which the expression can
79 // public boolean visitVariableRef(ExpressionOwner owner, Variable var)
90 * @param owner The owner of the expression, to which the expression can
95 public boolean visitPredicate(ExpressionOwner owner, Expression pred) argument
113 pred.callVisitors(owner, thi
[all...]
/external/skia/src/views/
H A DSkTouchGesture.cpp136 void SkTouchGesture::appendNewRec(void* owner, float x, float y) { argument
138 rec->fOwner = owner;
144 void SkTouchGesture::touchBegin(void* owner, float x, float y) { argument
145 // GrPrintf("--- %d touchBegin %p %g %g\n", fTouches.count(), owner, x, y);
147 int index = this->findRec(owner);
161 this->appendNewRec(owner, x, y);
175 int SkTouchGesture::findRec(void* owner) const {
177 if (owner == fTouches[i].fOwner) {
203 void SkTouchGesture::touchMoved(void* owner, float x, float y) { argument
204 // GrPrintf("--- %d touchMoved %p %g %g\n", fTouches.count(), owner,
257 touchEnd(void* owner) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DVarNameCollector.java68 * @param owner The owner of the expression, to which the expression can
73 public boolean visitVariableRef(ExpressionOwner owner, Variable var) argument
/external/chromium/chrome/browser/extensions/
H A Dexternal_extension_loader.h33 void Init(ExternalExtensionProviderImpl* owner);
35 // Called by the owner before it gets deleted.
/external/chromium/chrome/browser/ui/cocoa/location_bar/
H A Dlocation_icon_decoration.h20 explicit LocationIconDecoration(LocationBarViewMac* owner);
/external/chromium/chrome/browser/ui/cocoa/
H A Drwhvm_editcommand_helper.h53 // owner - An object we can retrieve a RenderWidgetHostViewMac from to
56 id<RenderWidgetHostViewMacOwner> owner);
H A Dtracking_area.h15 // messaging to the |owner| at a specific point in time.
22 // |owner| in a proxy object.
32 proxiedOwner:(id)owner // 10.5 SDK hack. Remove at some point.
35 // Prevents any future messages from being delivered to the |owner|.
/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_widget_win.h24 // Initializes the BrowserWidget making |owner| its owning window.
25 void Init(BorderContents* border_contents, HWND owner);
/external/grub/stage2/
H A Dvstafs.h74 unsigned int owner; member in struct:fs_file
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DConstraintShrinkWrap.java33 * the old memory address of the constraint owner
62 AnimData animData = blenderContext.getAnimData(this.owner.getOma());
64 Object owner = this.owner.getObject();
66 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation);
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DSpotLight.java78 protected void computeLastDistance(Spatial owner) { argument
79 if (owner.getWorldBound() != null) {
80 BoundingVolume bv = owner.getWorldBound();
83 lastDistance = owner.getWorldTranslation().distanceSquared(position);
H A DLightList.java52 private Spatial owner; field in class:LightList
79 * @param owner The spatial owner
81 public LightList(Spatial owner) { argument
86 this.owner = owner;
90 * Set the owner of the LightList. Only used for cloning.
91 * @param owner
93 public void setOwner(Spatial owner){ argument
94 this.owner
[all...]
/external/skia/include/views/
H A DSkOSWindow_Mac.h21 void* owner);
H A DSkOSWindow_iOS.h20 void* owner);
/external/v8/src/arm/
H A Dlithium-gap-resolver-arm.h43 explicit LGapResolver(LCodeGen* owner);
/external/v8/src/mips/
H A Dlithium-gap-resolver-mips.h43 explicit LGapResolver(LCodeGen* owner);
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityScrollView.cpp172 HTMLFrameOwnerElement* owner = static_cast<FrameView*>(m_scrollView.get())->frame()->ownerElement();
173 if (owner && owner->renderPart())
174 return axObjectCache()->getOrCreate(owner->renderPart()->parent());
/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/chrome/browser/ui/gtk/
H A Dconstrained_window_gtk.h65 TabContents* owner() const { return owner_; } function in class:ConstrainedWindowGtk
76 ConstrainedWindowGtk(TabContents* owner,
/external/chromium/chrome/browser/ui/views/
H A Dconstrained_window_views.h65 ConstrainedWindowViews(TabContents* owner,
70 TabContents* owner() const { return owner_; } function in class:ConstrainedWindowViews
/external/libppp/src/
H A Dprompt.h46 struct server *owner; /* who created me */ member in struct:prompt
95 #define prompt_IsController(p) (!(p) || (p)->owner ? 0 : 1)
/external/valgrind/main/drd/tests/
H A Dpth_cancel_locked.stderr.exp2 Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 2.

Completed in 447 milliseconds

1234567891011>>