OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadStylesFromValue
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_omnibox_unittest.cc
59
EXPECT_TRUE(suggestions.
ReadStylesFromValue
(styles_value));
66
EXPECT_TRUE(suggestions.
ReadStylesFromValue
(styles_value));
95
EXPECT_TRUE(suggestions.
ReadStylesFromValue
(styles_value));
106
EXPECT_TRUE(suggestions.
ReadStylesFromValue
(styles_value));
131
EXPECT_TRUE(suggestions.
ReadStylesFromValue
(styles_value));
extension_omnibox_api.h
60
bool
ReadStylesFromValue
(const ListValue& value);
extension_omnibox_api.cc
131
EXTENSION_FUNCTION_VALIDATE(suggestion.
ReadStylesFromValue
(*styles));
158
EXTENSION_FUNCTION_VALIDATE(suggestion.
ReadStylesFromValue
(*styles));
182
bool ExtensionOmniboxSuggestion::
ReadStylesFromValue
(
Completed in 56 milliseconds