OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chrome_entry
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/
unity_service.cc
42
UnityLauncherEntry*
chrome_entry
= NULL;
member in namespace:__anon8604
89
chrome_entry
= entry_get_for_desktop_id(desktop_id.c_str());
124
if (
chrome_entry
&& entry_set_count && entry_set_count_visible) {
125
entry_set_count(
chrome_entry
, count);
126
entry_set_count_visible(
chrome_entry
, count != 0);
132
if (
chrome_entry
&& entry_set_progress && entry_set_progress_visible) {
133
entry_set_progress(
chrome_entry
, percentage);
134
entry_set_progress_visible(
chrome_entry
,
/external/chromium_org/chrome/browser/ui/libgtk2ui/
unity_service.cc
45
UnityLauncherEntry*
chrome_entry
= NULL;
member in namespace:__anon8622
91
chrome_entry
= entry_get_for_desktop_id(desktop_id.c_str());
126
if (
chrome_entry
&& entry_set_count && entry_set_count_visible) {
127
entry_set_count(
chrome_entry
, count);
128
entry_set_count_visible(
chrome_entry
, count != 0);
134
if (
chrome_entry
&& entry_set_progress && entry_set_progress_visible) {
135
entry_set_progress(
chrome_entry
, percentage);
136
entry_set_progress_visible(
chrome_entry
,
Completed in 34 milliseconds