Searched defs:owner (Results 51 - 75 of 264) sorted by relevance

1234567891011

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTileTexture.h55 bool acquire(TextureOwner* owner);
56 bool release(TextureOwner* owner);
58 // set the texture owner if not busy. Return false if busy, true otherwise.
59 bool setOwner(TextureOwner* owner);
62 TextureOwner* owner() { return m_owner; } // only used by the consumer thread function in class:WebCore::TileTexture
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DImageLayerChromium.cpp44 PassRefPtr<ImageLayerChromium> ImageLayerChromium::create(GraphicsLayerChromium* owner) argument
46 return adoptRef(new ImageLayerChromium(owner));
49 ImageLayerChromium::ImageLayerChromium(GraphicsLayerChromium* owner) argument
50 : ContentLayerChromium(owner)
/external/webkit/Source/WebCore/svg/animation/
H A DSMILTimeContainer.h49 static PassRefPtr<SMILTimeContainer> create(SVGSVGElement* owner) { return adoptRef(new SMILTimeContainer(owner)); } argument
69 SMILTimeContainer(SVGSVGElement* owner);
/external/apache-xml/src/main/java/org/apache/xpath/
H A DSourceTreeManager.java86 * @param owner Document that was previously processed by this liaison.
88 * @return The base URI of the owner argument.
90 public String findURIFromDoc(int owner) argument
98 if (owner == sTree.m_root)
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/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/objects/
H A DXNumber.java431 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
433 visitor.visitNumberLiteral(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/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DUnionPattern.java175 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) argument
177 visitor.visitUnionPattern(owner, this);
/external/chromium/chrome/browser/ui/cocoa/
H A Dconstrained_window_mac.h119 TabContents* owner() const { return owner_; } function in class:ConstrainedWindowMac
130 ConstrainedWindowMac(TabContents* owner,
/external/clang/lib/Driver/
H A DOption.cpp20 Option::Option(const OptTable::Info *info, const OptTable *owner) argument
21 : Info(info), Owner(owner) {
/external/e2fsprogs/lib/ext2fs/
H A Dbrel.h19 } owner; member in struct:ext2_block_relocate_entry
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DLight.java99 * to the owner spatial. Should be reset after the sorting.
199 protected abstract void computeLastDistance(Spatial owner); argument
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/shader/plugins/
H A DGLSLLoader.java50 private AssetManager owner; field in class:GLSLLoader
114 InputStream stream = (InputStream) owner.loadAsset(key);
188 * @param owner
198 this.owner = info.getManager();
/external/jmonkeyengine/engine/src/test/jme3test/network/
H A DTestChatClient.java96 public static String getString(Component owner, String title, String message, String initialValue) { argument
97 return (String) JOptionPane.showInputDialog(owner, message, title, JOptionPane.PLAIN_MESSAGE,
/external/kernel-headers/original/linux/mtd/
H A Dblktrans.h61 struct module *owner; member in struct:mtd_blktrans_ops
/external/kernel-headers/original/linux/
H A Dmutex.h24 * - only the owner can unlock the mutex
42 * - owner tracking
53 struct thread_info *owner; member in struct:mutex
/external/llvm/lib/Option/
H A DOption.cpp22 Option::Option(const OptTable::Info *info, const OptTable *owner) argument
23 : Info(info), Owner(owner) {
/external/proguard/src/proguard/gui/
H A DClassSpecificationsPanel.java44 public ClassSpecificationsPanel(JFrame owner, boolean fullKeepOptions) argument
50 classSpecificationDialog = new ClassSpecificationDialog(owner, fullKeepOptions);
/external/quake/quake/src/QW/client/
H A Dd_local.h40 struct surfcache_s **owner; // NULL is an empty chunk of memory member in struct:surfcache_s
/external/quake/quake/src/WinQuake/
H A Dd_local.h40 struct surfcache_s **owner; // NULL is an empty chunk of memory member in struct:surfcache_s
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DAffiliation.java37 member, none, outcast, owner, publisher enum constant in enum:Affiliation.Type
/external/v8/src/arm/
H A Dlithium-gap-resolver-arm.cc38 LGapResolver::LGapResolver(LCodeGen* owner) argument
39 : cgen_(owner), moves_(32), root_index_(0), in_cycle_(false),
/external/v8/src/mips/
H A Dlithium-gap-resolver-mips.cc36 LGapResolver::LGapResolver(LCodeGen* owner) argument
37 : cgen_(owner),
/external/v8/src/x64/
H A Dlithium-gap-resolver-x64.cc38 LGapResolver::LGapResolver(LCodeGen* owner) argument
39 : cgen_(owner), moves_(32) {}

Completed in 513 milliseconds

1234567891011