OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:location_icon
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/location_bar/
ev_bubble_decoration.h
15
// location icon for URLs which have an EV cert. The |
location_icon
|
18
// TODO(shess): Refactor to pull the |
location_icon
| functionality out
26
EVBubbleDecoration(LocationIconDecoration*
location_icon
, NSFont* font);
ev_bubble_decoration.mm
51
LocationIconDecoration*
location_icon
,
55
location_icon_(
location_icon
) {
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
ev_bubble_decoration.h
14
// location icon for URLs which have an EV cert. The |
location_icon
|
17
// TODO(shess): Refactor to pull the |
location_icon
| functionality out
25
explicit EVBubbleDecoration(LocationIconDecoration*
location_icon
);
ev_bubble_decoration.mm
50
EVBubbleDecoration::EVBubbleDecoration(LocationIconDecoration*
location_icon
)
51
: location_icon_(
location_icon
) {
/packages/apps/Browser/res/layout/
website_settings_row.xml
43
<ImageView android:id="@+id/
location_icon
"
/external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc
1638
GtkWidget*
location_icon
= toolbar_->GetLocationBarView()->
local
1884
GtkWidget*
location_icon
= toolbar_->GetLocationBarView()->
local
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.cc
1653
GtkWidget*
location_icon
= toolbar_->GetLocationBarView()->
local
1919
GtkWidget*
location_icon
= toolbar_->GetLocationBarView()->
local
[
all
...]
/packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java
474
locationIcon = (ImageView) view.findViewById(R.id.
location_icon
);
Completed in 1879 milliseconds