OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dictionarySuggestions
(Results
1 - 3
of
3
) sorted by null
/external/chromium/webkit/glue/
context_menu.cc
46
for (size_t i = 0; i < data.
dictionarySuggestions
.size(); ++i)
47
dictionary_suggestions.push_back(data.
dictionarySuggestions
[i]);
/external/webkit/Source/WebKit/chromium/public/
WebContextMenuData.h
115
WebVector<WebString>
dictionarySuggestions
;
/external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp
266
&data.
dictionarySuggestions
);
Completed in 18 milliseconds