HomeSort by relevance Sort by last modified time
    Searched refs:propget (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl 330 [propget] HRESULT relationType
339 [propget] HRESULT localizedRelationType
348 [propget] HRESULT nTargets
362 [propget] HRESULT target
381 [propget] HRESULT targets
476 @note This method is missing a [propget] prefix in the IDL. The result is the
506 [propget] HRESULT description
546 [propget] HRESULT keyBinding
562 [propget] HRESULT name
576 [propget] HRESULT localizedNam
    [all...]
  /external/chromium_org/third_party/isimpledom/
ISimpleDOMNode.idl 160 [propget, id(DISPID_NODE_NODEINFO)] HRESULT nodeInfo(
169 [propget, id(DISPID_NODE_ATTRIBUTES)] HRESULT attributes(
177 [propget, id(DISPID_NODE_ATTRIBUTESFORNAMES)] HRESULT attributesForNames(
184 [propget, id(DISPID_NODE_COMPSTYLE)] HRESULT computedStyle(
192 [propget, id(DISPID_NODE_COMPSTYLEFORPROPS)] HRESULT computedStyleForProperties(
201 [propget] HRESULT parentNode([out, retval] ISimpleDOMNode **node);
202 [propget] HRESULT firstChild([out, retval] ISimpleDOMNode **node);
203 [propget] HRESULT lastChild([out, retval] ISimpleDOMNode **node);
204 [propget] HRESULT previousSibling([out, retval] ISimpleDOMNode **node);
205 [propget] HRESULT nextSibling([out, retval] ISimpleDOMNode **node)
    [all...]
ISimpleDOMDocument.idl 107 [propget, id(DISPID_DOC_URL)] HRESULT URL(
110 [propget, id(DISPID_DOC_TITLE)] HRESULT title(
113 [propget, id(DISPID_DOC_MIMETYPE)] HRESULT mimeType(
116 [propget, id(DISPID_DOC_DOCTYPE)] HRESULT docType(
119 [propget, id(DISPID_DOC_NAMESPACE)] HRESULT nameSpaceURIForID(
ISimpleDOMText.idl 50 cpp_quote("// [propget] domText(/* out,retval */ BSTR *domText")
79 cpp_quote("// [propget] fontFamily(/* out,retval */ BSTR *fontFamily);")
92 [propget] HRESULT domText([out, retval] BSTR *domText);
111 [propget] HRESULT fontFamily([out, retval] BSTR *fontFamily);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
png.py 71 prop_get = self._detector.propget("svn:mime-type", self._file_path)
png_unittest.py 41 def propget(self, pname, path): member in class:MockSCMDetector
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
addsvnmimetypeforpng.py 71 if self._detector.exists(filename) and self._detector.propget('svn:mime-type', filename) != 'image/png':
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
svn.py 273 return self._run_svn(["propget", "svn:author", "--revprop", "-r", revision]).rstrip()
374 def propget(self, pname, path): member in class:SVN
scm_unittest.py     [all...]

Completed in 92 milliseconds