OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputComponentInfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/extensions/api/input_ime/
input_components_handler.cc
23
InputComponentInfo
::
InputComponentInfo
()
30
InputComponentInfo
::~
InputComponentInfo
() {}
36
const std::vector<
InputComponentInfo
>* InputComponents::GetInputComponents(
197
info->input_components.push_back(
InputComponentInfo
());
input_components_handler.h
26
struct
InputComponentInfo
{
28
InputComponentInfo
();
29
~
InputComponentInfo
();
50
std::vector<
InputComponentInfo
> input_components;
53
static const std::vector<
InputComponentInfo
>* GetInputComponents(
Completed in 2220 milliseconds