Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:toAPI

43         return m_client.shouldBeginEditing(toAPI(page), toAPI(rangeHandle.get()), m_client.clientInfo);
52 return m_client.shouldEndEditing(toAPI(page), toAPI(rangeHandle.get()), m_client.clientInfo);
62 return m_client.shouldInsertNode(toAPI(page), toAPI(nodeHandle.get()), toAPI(rangeToReplaceHandle.get()), toAPI(action), m_client.clientInfo);
71 return m_client.shouldInsertText(toAPI(page), toAPI(text), toAPI(rangeToReplaceHandle.get()), toAPI(action), m_client.clientInfo);
80 return m_client.shouldDeleteRange(toAPI(page), toAPI(rangeHandle.get()), m_client.clientInfo);
90 return m_client.shouldChangeSelectedRange(toAPI(page), toAPI(fromRangeHandle.get()), toAPI(toRangeHandle.get()), toAPI(affinity), stillSelecting, m_client.clientInfo);
99 return m_client.shouldApplyStyle(toAPI(page), toAPI(style), toAPI(rangeHandle.get()), m_client.clientInfo);
107 m_client.didBeginEditing(toAPI(page), toAPI(notificationName), m_client.clientInfo);
113 m_client.didEndEditing(toAPI(page), toAPI(notificationName), m_client.clientInfo);
119 m_client.didChange(toAPI(page), toAPI(notificationName), m_client.clientInfo);
125 m_client.didChangeSelection(toAPI(page), toAPI(notificationName), m_client.clientInfo);