OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bar_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
shelf_button.cc
506
int
bar_id
= 0;
local
508
bar_id
= IDR_ASH_SHELF_UNDERLINE_ACTIVE;
510
bar_id
= IDR_ASH_SHELF_UNDERLINE_RUNNING;
512
if (
bar_id
!= 0) {
514
const gfx::ImageSkia* image = rb.GetImageNamed(
bar_id
).ToImageSkia();
540
bar_->SetVisible(
bar_id
!= 0 && state_ != STATE_NORMAL);
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc
418
ash::ShelfID
bar_id
= CreateAppShortcutLauncherItem("bar");
local
422
shelf_model()->ItemIndexByID(
bar_id
));
[
all
...]
Completed in 72 milliseconds