Home
last modified time | relevance | path

Searched refs:API_ID_PPP_TEXT_INPUT (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
Dapi_id.h61 API_ID_PPP_TEXT_INPUT, enumerator
/external/chromium_org/ppapi/proxy/
Dppp_text_input_proxy.cc29 API_ID_PPP_TEXT_INPUT, instance, desired_number_of_characters)); in RequestSurroundingText()
Dinterface_list.cc284 AddProxy(API_ID_PPP_TEXT_INPUT, &ProxyFactory<PPP_TextInput_Proxy>); in InterfaceList()
285 AddPPP(PPP_TEXTINPUT_DEV_INTERFACE, API_ID_PPP_TEXT_INPUT, in InterfaceList()
Dppb_instance_proxy.cc81 InterfaceProxy* proxy = dispatcher->GetInterfaceProxy(API_ID_PPP_TEXT_INPUT); in RequestSurroundingText()
85 API_ID_PPP_TEXT_INPUT, instance, in RequestSurroundingText()