OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_customResolver
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/bindings/objc/
DOMCustomXPathNSResolver.mm
37
:
m_customResolver
(customResolver)
50
namespaceURI = [
m_customResolver
lookupNamespaceURI:prefix];
DOMCustomXPathNSResolver.h
49
id <DOMXPathNSResolver>
m_customResolver
; // DOMCustomXPathNSResolvers are always temporary, thus no need to GC protect the object.
/external/webkit/Source/WebCore/bindings/js/
JSCustomXPathNSResolver.cpp
57
:
m_customResolver
(customResolver)
68
ASSERT(
m_customResolver
);
74
JSValue function =
m_customResolver
->get(exec, Identifier(exec, "lookupNamespaceURI"));
78
callType =
m_customResolver
->getCallData(callData);
84
function =
m_customResolver
;
93
JSValue retval = JSC::call(exec, function, callType, callData,
m_customResolver
, args);
JSCustomXPathNSResolver.h
58
JSC::JSObject*
m_customResolver
;
Completed in 40 milliseconds