Searched defs:kPPPTextInputInterface (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/cpp/dev/
H A Dtext_input_dev.cc17 static const char kPPPTextInputInterface[] = PPP_TEXTINPUT_DEV_INTERFACE; member in namespace:pp::__anon9973
22 kPPPTextInputInterface);
46 Module::Get()->AddPluginInterface(kPPPTextInputInterface,
48 instance->AddPerInstanceObject(kPPPTextInputInterface, this);
52 Instance::RemovePerInstanceObject(instance_, kPPPTextInputInterface, this);

Completed in 3040 milliseconds