OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAGE_ACTION
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.h
27
//
PAGE_ACTION
-> A preview of the page action icon in the location
42
PAGE_ACTION
,
extension_installed_bubble_gtk.cc
80
} else if (extension->
page_action
() &&
81
!extension->
page_action
()->default_icon_path().empty()) {
82
type_ =
PAGE_ACTION
;
151
} else if (type_ ==
PAGE_ACTION
) {
154
location_bar_view->SetPreviewEnabledPageAction(extension_->
page_action
(),
157
extension_->
page_action
());
230
if (type_ ==
PAGE_ACTION
) {
302
if (extension_ && type_ ==
PAGE_ACTION
) {
309
location_bar_view->SetPreviewEnabledPageAction(extension_->
page_action
(),