/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
H A D | chown.c | 8 int chown(const char* path, uid_t owner, gid_t group) { argument 9 return ki_chown(path, owner, group);
|
H A D | fchown.c | 8 int fchown(int fd, uid_t owner, gid_t group) { argument 9 return ki_fchown(fd, owner, group);
|
H A D | lchown.c | 8 int lchown(const char* path, uid_t owner, gid_t group) { argument 9 return ki_lchown(path, owner, group);
|
/external/chromium_org/ui/compositor/ |
H A D | layer_owner_unittest.cc | 15 LayerOwner owner; local 20 owner.SetLayer(layer); 28 scoped_ptr<Layer> old_layer(owner.RecreateLayer()); 29 EXPECT_FALSE(owner.layer()->visible()); 30 EXPECT_EQ(0.0f, owner.layer()->opacity());
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
H A D | page_info_helper.cc | 19 PageInfoHelper::PageInfoHelper(const views::View* owner, argument 21 : owner_(owner),
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
H A D | XPathVisitable.java | 36 * @param owner The owner of the visitor, where that path may be 40 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor); argument
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
H A D | ItemReply.java | 24 /** The node owner */
25 owner,
enum constant in enum:ItemReply
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
H A D | ExpressionVisitor.java | 57 * @param owner The current XPath object that owns the expression. 62 public boolean visitFunction(ExpressionOwner owner, Function func) argument
|
/external/chromium_org/chrome/browser/extensions/ |
H A D | external_loader.cc | 20 void ExternalLoader::Init(ExternalProviderImpl* owner) { argument 22 owner_ = owner;
|
/external/chromium_org/content/browser/frame_host/ |
H A D | navigation_entry_screenshot_manager.h | 46 NavigationControllerImpl* owner() { return owner_; } function in class:content::NavigationEntryScreenshotManager
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
H A D | V8MutationCallback.h | 43 static PassOwnPtr<V8MutationCallback> create(v8::Handle<v8::Function> callback, v8::Handle<v8::Object> owner, ScriptState* scriptState) argument 45 return adoptPtr(new V8MutationCallback(callback, owner, scriptState));
|
H A D | V8NodeFilterCondition.h | 65 static PassRefPtrWillBeRawPtr<V8NodeFilterCondition> create(v8::Handle<v8::Value> filter, v8::Handle<v8::Object> owner, ScriptState* scriptState) argument 67 return adoptRefWillBeNoop(new V8NodeFilterCondition(filter, owner, scriptState)); 75 // As the value |filter| is maintained by V8GC, the |owner| which references 78 V8NodeFilterCondition(v8::Handle<v8::Value> filter, v8::Handle<v8::Object> owner, ScriptState*);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
H A D | LinkManifest.cpp | 15 PassOwnPtrWillBeRawPtr<LinkManifest> LinkManifest::create(HTMLLinkElement* owner) argument 17 return adoptPtrWillBeNoop(new LinkManifest(owner)); 20 LinkManifest::LinkManifest(HTMLLinkElement* owner) argument 21 : LinkResource(owner)
|
/external/chromium_org/ui/shell_dialogs/ |
H A D | base_shell_dialog_win.h | 32 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/lldb/source/Target/ |
H A D | ThreadPlanShouldStopHere.cpp | 26 ThreadPlanShouldStopHere::ThreadPlanShouldStopHere(ThreadPlan *owner, ThreadPlanShouldStopHereCallback callback, void *baton) : argument 29 m_owner (owner),
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/ |
H A D | InterceptFieldFilter.java | 21 boolean acceptRead(Type owner, String name); argument 22 boolean acceptWrite(Type owner, String name); argument
|
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/ |
H A D | SDL_sysmutex.c | 33 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 D | SDL_sysmutex.c | 32 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 D | AbsPathChecker.java | 55 * @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 D | VarNameCollector.java | 68 * @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 D | HasPositionalPredChecker.java | 59 * @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_org/ash/system/chromeos/network/ |
H A D | network_detailed_view.h | 24 explicit NetworkDetailedView(SystemTrayItem* owner) argument 25 : TrayDetailsView(owner) {
|
/external/chromium_org/ash/system/tray/ |
H A D | tray_details_view.h | 24 explicit TrayDetailsView(SystemTrayItem* owner); 42 // transition, the default view should focus on the owner of this details 46 SystemTrayItem* owner() const { return owner_; } function in class:ash::TrayDetailsView
|
H A D | tray_item_more.h | 24 TrayItemMore(SystemTrayItem* owner, bool show_more); 27 SystemTrayItem* owner() const { return owner_; } function in class:ash::TrayItemMore
|
H A D | tray_item_view.h | 30 explicit TrayItemView(SystemTrayItem* owner); 39 SystemTrayItem* owner() const { return owner_; } function in class:ash::TrayItemView
|