OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:page_action_view
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc
165
bool operator()(PageActionWithBadgeView*
page_action_view
) {
168
page_action_view
->image_view()->page_action()->extension_id(),
619
PageActionWithBadgeView*
page_action_view
=
local
621
DCHECK(
page_action_view
);
622
if (!
page_action_view
)
625
page_action_view
->image_view()->set_preview_enabled(preview_enabled);
626
page_action_view
->UpdateVisibility(contents, GetToolbarModel()->GetURL());
1437
PageActionWithBadgeView*
page_action_view
= new PageActionWithBadgeView(
local
[
all
...]
/external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc
348
PageActionWithBadgeView*
page_action_view
=
local
350
DCHECK(
page_action_view
);
351
if (!
page_action_view
)
354
page_action_view
->image_view()->set_preview_enabled(preview_enabled);
355
page_action_view
->UpdateVisibility(contents,
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
location_bar_view_gtk.cc
[
all
...]
Completed in 183 milliseconds