ColorSuggestion   233 Source/core/html/forms/ColorInputType.cpp Vector<ColorSuggestion> ColorInputType::suggestions() const
ColorSuggestion   235 Source/core/html/forms/ColorInputType.cpp     Vector<ColorSuggestion> suggestions;
ColorSuggestion   245 Source/core/html/forms/ColorInputType.cpp             ColorSuggestion suggestion(color, option->label().left(maxSuggestionLabelLength));
ColorSuggestion    50 Source/core/html/forms/ColorInputType.h     virtual Vector<ColorSuggestion> suggestions() const OVERRIDE;
ColorSuggestion    53 Source/platform/ColorChooserClient.h     virtual Vector<ColorSuggestion> suggestions() const = 0;
ColorSuggestion    43 Source/platform/ColorSuggestion.h     ColorSuggestion(const Color& colorValue, const String& label)
ColorSuggestion    85 Source/web/ColorChooserPopupUIController.cpp     Vector<ColorSuggestion> suggestions = m_client->suggestions();
ColorSuggestion    40 Source/web/WebColorSuggestion.cpp WebColorSuggestion::WebColorSuggestion(const WebCore::ColorSuggestion& suggestion)
ColorSuggestion    46 Source/web/WebColorSuggestion.cpp WebColorSuggestion& WebColorSuggestion::operator=(const WebCore::ColorSuggestion& suggestion)
ColorSuggestion    38 public/web/WebColorSuggestion.h struct ColorSuggestion;
ColorSuggestion    48 public/web/WebColorSuggestion.h     WebColorSuggestion(const WebCore::ColorSuggestion&);
ColorSuggestion    49 public/web/WebColorSuggestion.h     WebColorSuggestion& operator=(const WebCore::ColorSuggestion&);