Searched refs:owner (Results 1 - 25 of 409) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathVisitable.java36 * @param owner The owner of the visitor, where that path may be
40 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor); argument
H A DXPathVisitor.java43 * <code>boolean visitComponentType(ExpressionOwner owner, ComponentType compType)</code>.
44 * The ExpressionOwner argument is the owner of the component, and can
55 * @param owner The owner of the expression, to which the expression can
60 public boolean visitLocationPath(ExpressionOwner owner, LocPathIterator path) argument
67 * @param owner The owner of the expression, to which the expression can
72 public boolean visitUnionPath(ExpressionOwner owner, UnionPathIterator path) argument
79 * @param owner The owner o
84 visitStep(ExpressionOwner owner, NodeTest step) argument
99 visitPredicate(ExpressionOwner owner, Expression pred) argument
111 visitBinaryOperation(ExpressionOwner owner, Operation op) argument
123 visitUnaryOperation(ExpressionOwner owner, UnaryOperation op) argument
135 visitVariableRef(ExpressionOwner owner, Variable var) argument
147 visitFunction(ExpressionOwner owner, Function func) argument
159 visitMatchPattern(ExpressionOwner owner, StepPattern pattern) argument
171 visitUnionPattern(ExpressionOwner owner, UnionPattern pattern) argument
183 visitStringLiteral(ExpressionOwner owner, XString str) argument
196 visitNumberLiteral(ExpressionOwner owner, XNumber num) argument
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderObjectChildList.cpp64 RenderObject* RenderObjectChildList::removeChildNode(RenderObject* owner, RenderObject* oldChild, bool fullRemove) argument
66 ASSERT(oldChild->parent() == owner);
71 if (!owner->documentBeingDestroyed() && fullRemove && oldChild->m_everHadLayout) {
74 owner->view()->repaint();
83 if (!owner->documentBeingDestroyed() && fullRemove) {
86 if (owner->style()->visibility() != VISIBLE && oldChild->style()->visibility() == VISIBLE && !oldChild->hasLayer()) {
87 layer = owner->enclosingLayer();
94 layer = owner->enclosingLayer();
101 if (oldChild->isPositioned() && owner->childrenInline())
102 owner
141 appendChildNode(RenderObject* owner, RenderObject* newChild, bool fullAppend) argument
191 insertChildNode(RenderObject* owner, RenderObject* child, RenderObject* beforeChild, bool fullInsert) argument
310 updateBeforeAfterContent(RenderObject* owner, PseudoId type, const RenderObject* styledObject) argument
[all...]
H A DRenderObjectChildList.h54 RenderObject* removeChildNode(RenderObject* owner, RenderObject*, bool fullRemove = true);
55 void appendChildNode(RenderObject* owner, RenderObject*, bool fullAppend = true);
56 void insertChildNode(RenderObject* owner, RenderObject* child, RenderObject* before, bool fullInsert = true);
58 void updateBeforeAfterContent(RenderObject* owner, PseudoId type, const RenderObject* styledObject = 0);
59 RenderObject* beforePseudoElementRenderer(const RenderObject* owner) const;
60 RenderObject* afterPseudoElementRenderer(const RenderObject* owner) const;
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.cpp45 PlatformCALayerWinInternal::PlatformCALayerWinInternal(PlatformCALayer* owner) argument
47 , m_constrainedSize(constrainedSize(owner->bounds().size()))
48 , m_owner(owner)
64 if (!owner() || !owner()->owner())
69 CGRect layerBounds = owner()->bounds();
70 if (owner()->owner()->platformCALayerContentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) {
75 if (owner()
[all...]
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/
H A DSDL_sysmutex.c33 Uint32 owner; member in struct:SDL_mutex
47 mutex->owner = 0;
76 if ( mutex->owner == this_thread ) {
84 mutex->owner = this_thread;
104 if ( SDL_ThreadID() != mutex->owner ) {
113 First reset the owner so another thread doesn't lock
117 mutex->owner = 0;
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DPluginLayerChromium.cpp39 PassRefPtr<PluginLayerChromium> PluginLayerChromium::create(GraphicsLayerChromium* owner) argument
41 return adoptRef(new PluginLayerChromium(owner));
44 PluginLayerChromium::PluginLayerChromium(GraphicsLayerChromium* owner) argument
45 : LayerChromium(owner)
H A DCanvas2DLayerChromium.h46 static PassRefPtr<Canvas2DLayerChromium> create(DrawingBuffer*, GraphicsLayerChromium* owner);
58 explicit Canvas2DLayerChromium(DrawingBuffer*, GraphicsLayerChromium* owner);
H A DCanvasLayerChromium.cpp43 CanvasLayerChromium::CanvasLayerChromium(GraphicsLayerChromium* owner) argument
44 : LayerChromium(owner)
H A DPluginLayerChromium.h39 static PassRefPtr<PluginLayerChromium> create(GraphicsLayerChromium* owner = 0);
53 explicit PluginLayerChromium(GraphicsLayerChromium* owner);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DWebLayer.h39 static PassRefPtr<WKCACFLayer> create(LayerType layerType, GraphicsLayer* owner) argument
41 return adoptRef(new WebLayer(layerType, owner));
47 WebLayer(LayerType layerType, GraphicsLayer* owner) argument
49 , m_owner(owner)
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTileTexture.cpp80 bool TileTexture::acquire(TextureOwner* owner) argument
82 if (m_owner == owner)
85 return setOwner(owner);
88 bool TileTexture::setOwner(TextureOwner* owner) argument
91 if (m_owner && m_owner != owner)
95 m_owner = owner;
102 bool TileTexture::release(TextureOwner* owner) argument
104 ALOGV("texture %p releasing tile %p, m_owner %p", this, owner, m_owner);
105 if (m_owner != owner)
115 Tile* owner local
[all...]
/external/webkit/Source/JavaScriptCore/bytecode/
H A DStructureStubInfo.h61 void initGetByIdSelf(JSGlobalData& globalData, JSCell* owner, Structure* baseObjectStructure) argument
65 u.getByIdSelf.baseObjectStructure.set(globalData, owner, baseObjectStructure);
68 void initGetByIdProto(JSGlobalData& globalData, JSCell* owner, Structure* baseObjectStructure, Structure* prototypeStructure) argument
72 u.getByIdProto.baseObjectStructure.set(globalData, owner, baseObjectStructure);
73 u.getByIdProto.prototypeStructure.set(globalData, owner, prototypeStructure);
76 void initGetByIdChain(JSGlobalData& globalData, JSCell* owner, Structure* baseObjectStructure, StructureChain* chain) argument
80 u.getByIdChain.baseObjectStructure.set(globalData, owner, baseObjectStructure);
81 u.getByIdChain.chain.set(globalData, owner, chain);
102 void initPutByIdTransition(JSGlobalData& globalData, JSCell* owner, Structure* previousStructure, Structure* structure, StructureChain* chain) argument
106 u.putByIdTransition.previousStructure.set(globalData, owner, previousStructur
111 initPutByIdReplace(JSGlobalData& globalData, JSCell* owner, Structure* baseObjectStructure) argument
[all...]
H A DInstruction.h70 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base) argument
73 base.set(globalData, owner, _base);
78 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base, Structure* _proto) argument
81 base.set(globalData, owner, _base);
82 u.proto.set(globalData, owner, _proto);
86 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base, StructureChain* _chain) argument
89 base.set(globalData, owner, _base);
90 u.chain.set(globalData, owner, _chain);
95 PolymorphicAccessStructureList(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase) argument
97 list[0].set(globalData, owner, stubRoutin
100 PolymorphicAccessStructureList(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase, Structure* firstProto) argument
105 PolymorphicAccessStructureList(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase, StructureChain* firstChain) argument
144 Instruction(JSGlobalData& globalData, JSCell* owner, Structure* structure) argument
149 Instruction(JSGlobalData& globalData, JSCell* owner, StructureChain* structureChain) argument
154 Instruction(JSGlobalData& globalData, JSCell* owner, JSCell* jsCell) argument
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DThreadingManager.java52 protected final AssetManager owner; field in class:ThreadingManager
56 public ThreadingManager(AssetManager owner){ argument
57 this.owner = owner;
75 return owner.loadAsset(new AssetKey(resourceName));
85 // owner.loadContents(resourceNames);
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DWebTiledLayer.mm63 if (layer && layer->owner() && layer->owner()->platformCALayerDrawsContent())
71 setLayerNeedsDisplayInRect(self, layer->owner(), dirtyRect);
78 if (layer && layer->owner())
79 layer->owner()->platformCALayerLayerDidDisplay(self);
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DAmbientLight.java18 public void computeLastDistance(Spatial owner) { argument
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTreePasteboard.h35 - (NSInteger)declareType:(NSString *)type owner:(id)newOwner;
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dclick_handler.cc13 ClickHandler::ClickHandler(const views::View* owner, argument
15 : owner_(owner),
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DFixedBackgroundLayerAndroid.h30 FixedBackgroundLayerAndroid(RenderLayer* owner) argument
31 : LayerAndroid(owner) {}
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCPluginLayerImpl.h37 static PassRefPtr<CCPluginLayerImpl> create(LayerChromium* owner) argument
39 return adoptRef(new CCPluginLayerImpl(owner));
/external/qemu/distrib/sdl-1.2.15/src/thread/generic/
H A DSDL_sysmutex.c32 Uint32 owner; member in struct:SDL_mutex
47 mutex->owner = 0;
83 if ( mutex->owner == this_thread ) {
91 mutex->owner = this_thread;
111 if ( SDL_ThreadID() != mutex->owner ) {
120 First reset the owner so another thread doesn't lock
124 mutex->owner = 0;
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
H A DSDL_sysmutex.c37 pthread_t owner; member in struct:SDL_mutex
92 if ( mutex->owner == this_thread ) {
100 mutex->owner = this_thread;
128 if ( pthread_self() == mutex->owner ) {
133 First reset the owner so another thread doesn't lock
137 mutex->owner = 0;
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
H A DSDL_sysmutex.c38 pthread_t owner; member in struct:SDL_mutex
91 if ( mutex->owner == this_thread ) {
99 mutex->owner = this_thread;
127 if ( pthread_self() == mutex->owner ) {
132 First reset the owner so another thread doesn't lock
136 mutex->owner = 0;
/external/skia/include/views/
H A DSkTouchGesture.h35 void touchBegin(void* owner, float x, float y);
36 void touchMoved(void* owner, float x, float y);
37 void touchEnd(void* owner);
70 int findRec(void* owner) const;
71 void appendNewRec(void* owner, float x, float y);

Completed in 497 milliseconds

1234567891011>>