HomeSort by relevance Sort by last modified time
    Searched refs:LocationBarDecoration (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h 12 class LocationBarDecoration;
23 std::vector<LocationBarDecoration*> leftDecorations_;
24 std::vector<LocationBarDecoration*> rightDecorations_;
32 - (void)addLeftDecoration:(LocationBarDecoration*)decoration;
36 - (void)addRightDecoration:(LocationBarDecoration*)decoration;
44 - (NSRect)frameForDecoration:(const LocationBarDecoration*)aDecoration
49 - (LocationBarDecoration*)decorationForEvent:(NSEvent*)theEvent
location_bar_decoration.h 16 // |LocationBarDecoration| and subclasses should approximately
23 class LocationBarDecoration {
25 LocationBarDecoration()
28 virtual ~LocationBarDecoration() {}
82 DISALLOW_COPY_AND_ASSIGN(LocationBarDecoration);
image_decoration.h 12 // |LocationBarDecoration| which sizes and draws itself according to
15 class ImageDecoration : public LocationBarDecoration {
26 // Implement |LocationBarDecoration|.
keyword_hint_decoration.h 18 class KeywordHintDecoration : public LocationBarDecoration {
27 // Implement |LocationBarDecoration|.
bubble_decoration.h 18 class BubbleDecoration : public LocationBarDecoration {
32 // Implement |LocationBarDecoration|.

Completed in 520 milliseconds