Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:dumpPath

78 static string dumpPath(JSGlobalContextRef context, JSObjectRef nodeValue)
90 out << " > " << dumpPath(context, (JSObjectRef)parentNode);
95 static string dumpPath(WKBundlePageRef page, WKBundleScriptWorldRef world, WKBundleNodeHandleRef node)
107 return dumpPath(context, nodeObject);
134 out << "range from " << startOffset << " of " << dumpPath(context, startNodeObject) << " to " << endOffset << " of " << dumpPath(context, endNodeObject);
917 InjectedBundle::shared().os() << "EDITING DELEGATE: shouldInsertNode:" << dumpPath(m_page, m_world.get(), node) << " replacingDOMRange:" << toStr(m_page, m_world.get(), rangeToReplace) << " givenAction:" << insertactionstring[action] << "\n";