Searched refs:_nodeHandle (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/Cocoa/
H A DWKWebProcessPlugInNodeHandle.mm37 API::ObjectStorage<InjectedBundleNodeHandle> _nodeHandle;
42 _nodeHandle->~InjectedBundleNodeHandle();
59 RefPtr<WebFrame> frame = _nodeHandle->htmlIFrameElementContentFrame();
68 return _nodeHandle->elementBounds();
73 return _nodeHandle->isHTMLInputElementAutofilled();
78 _nodeHandle->setHTMLInputElementAutofilled(isAutoFilled);
83 return _nodeHandle->htmlInputElementLastChangeWasUserEdit();
88 return _nodeHandle->htmlTextAreaElementLastChangeWasUserEdit();
93 return _nodeHandle->isTextField();
98 auto nodeHandle = _nodeHandle
[all...]
H A DWKWebProcessPlugInNodeHandleInternal.h45 @property (readonly) WebKit::InjectedBundleNodeHandle& _nodeHandle; variable
H A DWKWebProcessPlugInFrame.mm77 JSValueRef valueRef = _frame->jsWrapperForWorld(&[nodeHandle _nodeHandle], &[world _scriptWorld]);

Completed in 110 milliseconds