OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISimpleDOMNode
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/isimpledom/
ISimpleDOMNode.idl
41
cpp_quote("//
ISimpleDOMNode
")
106
cpp_quote("// get_parentNode (/* [out] */
ISimpleDOMNode
**newNodePtr);")
107
cpp_quote("// get_firstChild (/* [out] */
ISimpleDOMNode
**newNodePtr);")
108
cpp_quote("// get_lastChild (/* [out] */
ISimpleDOMNode
**newNodePtr);")
109
cpp_quote("// get_previousSibling(/* [out] */
ISimpleDOMNode
**newNodePtr);")
110
cpp_quote("// get_nextSibling (/* [out] */
ISimpleDOMNode
**newNodePtr);")
111
cpp_quote("// get_childAt (/* [in] */ unsigned childIndex, /* [out] */
ISimpleDOMNode
**newNodePtr);")
145
interface
ISimpleDOMNode
: IUnknown
201
[propget] HRESULT parentNode([out, retval]
ISimpleDOMNode
**node);
202
[propget] HRESULT firstChild([out, retval]
ISimpleDOMNode
**node)
[
all
...]
/external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h
20
#include "third_party/isimpledom/
ISimpleDOMNode
.h"
56
public
ISimpleDOMNode
,
78
COM_INTERFACE_ENTRY(
ISimpleDOMNode
)
613
//
ISimpleDOMNode
methods.
650
CONTENT_EXPORT STDMETHODIMP get_parentNode(
ISimpleDOMNode
** node);
652
CONTENT_EXPORT STDMETHODIMP get_firstChild(
ISimpleDOMNode
** node);
654
CONTENT_EXPORT STDMETHODIMP get_lastChild(
ISimpleDOMNode
** node);
656
CONTENT_EXPORT STDMETHODIMP get_previousSibling(
ISimpleDOMNode
** node);
658
CONTENT_EXPORT STDMETHODIMP get_nextSibling(
ISimpleDOMNode
** node);
661
ISimpleDOMNode
** node)
[
all
...]
accessibility_win_browsertest.cc
25
#include "third_party/isimpledom/
ISimpleDOMNode
.h"
687
base::win::ScopedComPtr<
ISimpleDOMNode
> document_isimpledomnode;
708
base::win::ScopedComPtr<
ISimpleDOMNode
> body_isimpledomnode;
722
base::win::ScopedComPtr<
ISimpleDOMNode
> checkbox_isimpledomnode;
browser_accessibility_win.cc
[
all
...]
Completed in 64 milliseconds