Searched refs:deref (Results 1 - 25 of 293) sorted by relevance

1234567891011>>

/macosx-10.9.5/files-638.1.4/System/Library/DirectoryServices/DefaultLocalDB/Default/
H A Dusers.py7 def deref(x): function
13 name = deref(user["name"])
14 uid = deref(user["uid"])
15 gid = deref(user["gid"])
16 realname = deref(user["realname"])
17 home = deref(user["home"])
18 shell = deref(user["shell"])
24 x = int(deref(x["uid"]))
25 y = int(deref(y["uid"]))
H A Dgroups.py7 def deref(x): function
13 name = deref(group["name"])
14 gid = deref(group["gid"])
22 x = int(deref(x["gid"]))
23 y = int(deref(y["gid"]))
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSRuleList.cpp47 void StaticCSSRuleList::deref() function in class:WebCore::StaticCSSRuleList
H A DCSSRuleList.h42 virtual void deref() = 0;
58 virtual void deref();
82 virtual void deref() { m_rule->deref(); } function in class:WebCore::LiveCSSRuleList
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_object.cpp43 object->deref();
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineInstrBundle.h113 MachineOperand &deref() const { return *OpI; } function in class:llvm::MachineOperandIteratorBase
200 MachineOperand &operator* () const { return deref(); }
201 MachineOperand *operator->() const { return &deref(); }
210 const MachineOperand &operator* () const { return deref(); }
211 const MachineOperand *operator->() const { return &deref(); }
220 MachineOperand &operator* () const { return deref(); }
221 MachineOperand *operator->() const { return &deref(); }
231 const MachineOperand &operator* () const { return deref(); }
232 const MachineOperand *operator->() const { return &deref(); }
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebOpenPanelResultListener.mm63 _chooser->deref();
73 _chooser->deref();
87 _chooser->deref();
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DValidityState.h42 void deref() { m_control->deref(); } function in class:WebCore::ValidityState
H A DClassList.cpp43 void ClassList::deref() function in class:WebCore::ClassList
45 m_element->deref();
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLExtension.h55 void deref() { m_context->deref(); } function in class:WebCore::WebGLExtension
/macosx-10.9.5/WebKit2-7537.78.2/Platform/mac/
H A DWorkQueueMac.cpp36 deref();
49 deref();
/macosx-10.9.5/WebCore-7537.78.1/bindings/cpp/
H A DWebNativeNodeFilterCondition.cpp34 m_filter->deref();
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderWidgetProtector.h44 m_object->deref(m_arena);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKType.cpp47 static_cast<APIObject*>(const_cast<void*>(typeRef))->deref();
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebhistory_p.h46 item->deref();
63 lst->deref();
/macosx-10.9.5/WebKit2-7537.78.2/Shared/CoordinatedGraphics/
H A DWebCustomFilterProgramProxy.h57 using RefCounted<WebCustomFilterProgramProxy>::deref;
68 virtual void derefFromValidatedProgram() { deref(); }
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/
H A DDownloadAuthenticationClient.h49 using RefCounted<DownloadAuthenticationClient>::deref;
59 virtual void derefAuthenticationClient() { deref(); }
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMXPath.mm45 IMPL->deref();
52 IMPL->deref();
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/ObjC/
H A DDOMTestCustomNamedGetter.mm58 IMPL->deref();
65 IMPL->deref();
H A DDOMTestEventConstructor.mm58 IMPL->deref();
65 IMPL->deref();
H A DDOMTestException.mm58 IMPL->deref();
65 IMPL->deref();
H A DDOMTestMediaQueryListListener.mm59 IMPL->deref();
66 IMPL->deref();
H A DDOMTestNamedConstructor.mm57 IMPL->deref();
64 IMPL->deref();
H A DDOMTestOverloadedConstructors.mm57 IMPL->deref();
64 IMPL->deref();
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DAuthenticationClient.h41 void deref() { derefAuthenticationClient(); } function in class:WebCore::AuthenticationClient

Completed in 211 milliseconds

1234567891011>>