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

  /external/chromium_org/ash/shelf/
shelf_item_types.cc 20 ShelfItemDetails::ShelfItemDetails()
25 ShelfItemDetails::~ShelfItemDetails() {
shelf_util.cc 11 DECLARE_WINDOW_PROPERTY_TYPE(ash::ShelfItemDetails*);
17 // ShelfItemDetails for kShelfItemDetaildKey is owned by the window
19 DEFINE_OWNED_WINDOW_PROPERTY_KEY(ShelfItemDetails,
36 const ShelfItemDetails& details) {
38 ShelfItemDetails* item_details = new ShelfItemDetails(details);
46 ShelfItemDetails* item_details = new ShelfItemDetails;
57 const ShelfItemDetails* GetShelfItemDetailsForWindow(
shelf_item_types.h 75 // ShelfItemDetails may be set on Window (by way of
78 struct ASH_EXPORT ShelfItemDetails {
79 ShelfItemDetails();
80 ~ShelfItemDetails();
shelf_util.h 24 extern const aura::WindowProperty<ShelfItemDetails*>* const
36 // Creates a new ShelfItemDetails instance from |details| and sets it for
39 const ShelfItemDetails& details);
41 // Creates a new ShelfItemDetails instance with type DIALOG, image id
47 // Clears ShelfItemDetails for |window|.
52 // Returns ShelfItemDetails for |window| or NULL if it doesn't have.
53 // Returned ShelfItemDetails object is owned by the |window|.
54 ASH_EXPORT const ShelfItemDetails* GetShelfItemDetailsForWindow(
shelf_window_watcher.cc 28 const ash::ShelfItemDetails& details) {
129 const ShelfItemDetails* item_details =
212 // Add ShelfItem if |window| already has a ShelfItemDetails when it is
246 if (reinterpret_cast<ShelfItemDetails*>(old) != NULL)
251 // When ShelfItemDetails is changed, update ShelfItem.
256 const ShelfItemDetails* details =
shelf_window_watcher_unittest.cc 42 ShelfItemDetails item_details;
130 ShelfItemDetails details;

Completed in 2385 milliseconds