HomeSort by relevance Sort by last modified time
    Searched refs:owner (Results 251 - 275 of 1334) sorted by null

<<11121314151617181920>>

  /external/chromium_org/remoting/host/win/
security_descriptor.h 36 ScopedSid* owner,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CustomElementCallbackQueue.h 22 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
48 ElementQueue owner() { return m_owner; } function in class:WebCore::CustomElementCallbackQueue
  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkResource.h 22 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
64 explicit LinkRequestBuilder(HTMLLinkElement* owner);
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Mac.h 21 void* owner, unsigned modi);
  /external/chromium_org/v8/src/ia32/
lithium-gap-resolver-ia32.h 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
43 explicit LGapResolver(LCodeGen* owner);
  /external/grub/stage2/
vstafs.h 74 unsigned int owner; member in struct:fs_file
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintShrinkWrap.java 33 * the old memory address of the constraint owner
62 AnimData animData = blenderContext.getAnimData(this.owner.getOma());
64 Object owner = this.owner.getObject(); local
66 BlenderTrack track = this.getTrack(owner, animData.skeleton, animation);
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
LightList.java 23 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
52 private Spatial owner; field in class:LightList
79 * @param owner The spatial owner
81 public LightList(Spatial owner) {
86 this.owner = owner;
90 * Set the owner of the LightList. Only used for cloning.
91 * @param owner
93 public void setOwner(Spatial owner){
    [all...]
SpotLight.java 23 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
78 protected void computeLastDistance(Spatial owner) {
79 if (owner.getWorldBound() != null) {
80 BoundingVolume bv = owner.getWorldBound();
83 lastDistance = owner.getWorldTranslation().distanceSquared(position);
  /external/skia/include/views/
SkOSWindow_Mac.h 21 void* owner, unsigned modi);
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.h 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
43 explicit LGapResolver(LCodeGen* owner);
  /frameworks/rs/cpu_ref/linkloader/include/
ELFSectionHeaderTable.h 45 static ELFSectionHeaderTableTy *read(Archiver &AR, ELFObjectTy *owner);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
jazzdma.h 32 unsigned int owner; member in struct:VDMA_PGTBL_ENTRY
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
jazzdma.h 32 unsigned int owner; member in struct:VDMA_PGTBL_ENTRY
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
jazzdma.h 32 unsigned int owner; member in struct:VDMA_PGTBL_ENTRY
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
jazzdma.h 32 unsigned int owner; member in struct:VDMA_PGTBL_ENTRY
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
jazzdma.h 32 unsigned int owner; member in struct:VDMA_PGTBL_ENTRY
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
Function.java 117 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor)
119 if(visitor.visitFunction(owner, this))
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
UnaryOperation.java 122 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor)
124 if(visitor.visitUnaryOperation(owner, this))
  /external/chromium/chrome/browser/ui/cocoa/
constrained_window_mac.h 119 TabContents* owner() const { return owner_; } function in class:ConstrainedWindowMac
130 ConstrainedWindowMac(TabContents* owner,
  /external/chromium_org/ash/system/tray/
tray_item_view.h 33 explicit TrayItemView(SystemTrayItem* owner);
42 SystemTrayItem* owner() const { return owner_; } function in class:ash::internal::TrayItemView
tray_notification_view.h 36 TrayNotificationView(SystemTrayItem* owner, int icon_id);
79 SystemTrayItem* owner() { return owner_; } function in class:ash::internal::TrayNotificationView
  /external/chromium_org/ash/wm/panels/
panel_window_event_handler.cc 16 PanelWindowEventHandler::PanelWindowEventHandler(aura::Window* owner)
17 : ToplevelWindowEventHandler(owner) {
  /external/chromium_org/ash/wm/
root_window_layout_manager.cc 20 RootWindowLayoutManager::RootWindowLayoutManager(aura::Window* owner)
21 : owner_(owner) {
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_controller.h 47 owner:(InfoBarService*)owner;
50 // any delegate functions, since they might attempt to access the owner. Code

Completed in 636 milliseconds

<<11121314151617181920>>