Searched defs:owner (Results 1 - 25 of 394) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dchown.c8 int chown(const char* path, uid_t owner, gid_t group) { argument
9 return ki_chown(path, owner, group);
H A Dfchown.c8 int fchown(int fd, uid_t owner, gid_t group) { argument
9 return ki_fchown(fd, owner, group);
H A Dlchown.c8 int lchown(const char* path, uid_t owner, gid_t group) { argument
9 return ki_lchown(path, owner, group);
/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/chromium_org/chrome/browser/ui/views/location_bar/
H A Dpage_info_helper.cc19 PageInfoHelper::PageInfoHelper(const views::View* owner, argument
21 : owner_(owner),
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8NodeListCustom.cpp51 Node* owner = static_cast<LiveNodeList*>(impl)->ownerNode(); local
52 if (!owner) {
57 setObjectGroup(V8GCController::opaqueRootForGC(owner, isolate), wrapper, isolate);
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DAmbientLight.java18 public void computeLastDistance(Spatial owner) { argument
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DItemReply.java24 /** The node owner */
25 owner, enum constant in enum:ItemReply
/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/chromium_org/ash/wm/panels/
H A Dpanel_window_event_handler.cc16 PanelWindowEventHandler::PanelWindowEventHandler(aura::Window* owner) argument
17 : ToplevelWindowEventHandler(owner) {
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_loader.cc20 void ExternalLoader::Init(ExternalProviderImpl* owner) { argument
22 owner_ = owner;
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_screenshot_manager.h46 NavigationControllerImpl* owner() { return owner_; } function in class:content::NavigationEntryScreenshotManager
/external/chromium_org/content/browser/renderer_host/
H A Dgtk_key_bindings_handler.h53 GtkKeyBindingsHandler *owner; member in struct:content::GtkKeyBindingsHandler::Handler
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8NodeFilterCondition.h63 static PassRefPtr<V8NodeFilterCondition> create(v8::Handle<v8::Value> filter, v8::Handle<v8::Object> owner, v8::Isolate* isolate) argument
65 return adoptRef(new V8NodeFilterCondition(filter, owner, isolate));
73 // As the value |filter| is maintained by V8GC, the |owner| which references
76 V8NodeFilterCondition(v8::Handle<v8::Value> filter, v8::Handle<v8::Object> owner, v8::Isolate*);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObjectChildList.cpp52 RenderObject* RenderObjectChildList::removeChildNode(RenderObject* owner, RenderObject* oldChild, bool notifyRenderer) argument
54 ASSERT(oldChild->parent() == owner);
62 if (!owner->documentBeingDestroyed() && notifyRenderer && oldChild->everHadLayout()) {
66 owner->view()->repaint();
79 if (!owner->documentBeingDestroyed() && oldChild->isSelectionBorder())
80 owner->view()->clearSelection();
82 if (!owner->documentBeingDestroyed() && notifyRenderer)
105 if (!owner->documentBeingDestroyed())
108 if (AXObjectCache* cache = owner->document().existingAXObjectCache())
109 cache->childrenChanged(owner);
114 insertChildNode(RenderObject* owner, RenderObject* newChild, RenderObject* beforeChild, bool notifyRenderer) argument
[all...]
/external/chromium_org/ui/shell_dialogs/
H A Dbase_shell_dialog_win.h32 HWND owner; member in struct:ui::BaseShellDialogImpl::RunState
38 // Called at the beginning of a modal dialog run. Disables the owner window
41 RunState BeginRun(HWND owner);
52 // owner. Must be called on the UI thread.
53 bool IsRunningDialogForOwner(HWND owner) const;
55 // Disables the window |owner|. Can be run from either the ui or the dialog
61 // thread, so we disable the owner manually after the Common dialog function
63 void DisableOwner(HWND owner);
75 void EnableOwner(HWND owner);
85 // same owner, eve
[all...]
/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/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...]

Completed in 1161 milliseconds

1234567891011>>