OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetShelfIDForWindow
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ash/shelf/
shelf_util.h
28
ASH_EXPORT void
SetShelfIDForWindow
(ShelfID id, aura::Window* window);
shelf_util.cc
23
void
SetShelfIDForWindow
(ShelfID id, aura::Window* window) {
shelf_window_watcher.cc
135
SetShelfIDForWindow
(id, window);
145
SetShelfIDForWindow
(kInvalidShelfID, window);
/external/chromium_org/ash/test/
test_shelf_delegate.cc
52
SetShelfIDForWindow
(id, window);
/external/chromium_org/ash/shell/
window_watcher.cc
123
SetShelfIDForWindow
(id, new_window);
/external/chromium_org/chrome/browser/ui/ash/launcher/
app_window_launcher_controller.cc
194
ash::
SetShelfIDForWindow
(shelf_id, window);
browser_shortcut_launcher_item_controller.cc
107
// We need to call
SetShelfIDForWindow
for V1 applications since they are
115
ash::
SetShelfIDForWindow
(
Completed in 163 milliseconds