Searched defs:owner (Results 1 - 25 of 264) 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
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dclick_handler.cc13 ClickHandler::ClickHandler(const views::View* owner, argument
15 : owner_(owner),
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DAmbientLight.java18 public void computeLastDistance(Spatial owner) { argument
H A DDirectionalLight.java55 public void computeLastDistance(Spatial owner) { argument
56 lastDistance = 0; // directional lights are always closest to their owner
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DItemReply.java24 /** The node owner */
25 owner, enum constant in enum:ItemReply
/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/WebKit/mac/Misc/
H A DWebNSPasteboardExtras.h62 + (int)_web_setFindPasteboardString:(NSString *)string withOwner:(id)owner; variable
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DExpressionVisitor.java57 * @param owner The current XPath object that owns the expression.
62 public boolean visitFunction(ExpressionOwner owner, Function func) argument
/external/chromium/chrome/browser/extensions/
H A Dexternal_extension_loader.cc18 ExternalExtensionProviderImpl* owner) {
20 owner_ = owner;
17 Init( ExternalExtensionProviderImpl* owner) argument
/external/chromium/chrome/browser/renderer_host/
H A Dgtk_key_bindings_handler.h51 GtkKeyBindingsHandler *owner; member in struct:GtkKeyBindingsHandler::Handler
/external/kernel-headers/original/linux/
H A Dcdev.h7 struct module *owner; member in struct:cdev
/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/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/webkit/Source/WebCore/bindings/js/
H A DJSNodeFilterCondition.h35 static PassRefPtr<JSNodeFilterCondition> create(JSC::JSGlobalData& globalData, NodeFilter* owner, JSC::JSValue filter) argument
37 return adoptRef(new JSNodeFilterCondition(globalData, owner, filter));
41 JSNodeFilterCondition(JSC::JSGlobalData&, NodeFilter* owner, JSC::JSValue filter);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DCanvasLayerChromium.cpp43 CanvasLayerChromium::CanvasLayerChromium(GraphicsLayerChromium* owner) argument
44 : LayerChromium(owner)
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)
/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/apache-xml/src/main/java/org/apache/xalan/templates/
H A DAbsPathChecker.java55 * @param owner The owner of the expression, to which the expression can
60 public boolean visitFunction(ExpressionOwner owner, Function func) argument
70 * @param owner The owner of the expression, to which the expression can
75 public boolean visitVariableRef(ExpressionOwner owner, Variable var) argument
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/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/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/bubble/
H A Dborder_widget_win.cc17 void BorderWidgetWin::Init(BorderContents* border_contents, HWND owner) { argument
21 WidgetWin::Init(owner, gfx::Rect());
23 SetWindowPos(owner, 0, 0, 0, 0,
/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/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/kernel-headers/original/linux/mtd/
H A Dpartitions.h62 struct module *owner; member in struct:mtd_part_parser
72 #define put_partition_parser(p) do { module_put((p)->owner); } while(0)

Completed in 628 milliseconds

1234567891011