OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:images_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
nine_box.cc
55
images_
[0] = top_left ? rb.GetPixbufNamed(top_left) : NULL;
56
images_
[1] = top ? rb.GetPixbufNamed(top) : NULL;
57
images_
[2] = top_right ? rb.GetPixbufNamed(top_right) : NULL;
58
images_
[3] = left ? rb.GetPixbufNamed(left) : NULL;
59
images_
[4] = center ? rb.GetPixbufNamed(center) : NULL;
60
images_
[5] = right ? rb.GetPixbufNamed(right) : NULL;
61
images_
[6] = bottom_left ? rb.GetPixbufNamed(bottom_left) : NULL;
62
images_
[7] = bottom ? rb.GetPixbufNamed(bottom) : NULL;
63
images_
[8] = bottom_right ? rb.GetPixbufNamed(bottom_right) : NULL;
76
images_
[0] = gdk_pixbuf_new_subpixbuf(pixbuf, 0, 0, left_margin, top_margin)
[
all
...]
nine_box.h
46
// Change all pixels that are white in |
images_
| to have 0 opacity.
57
GdkPixbuf*
images_
[9];
member in class:NineBox
/external/chromium/chrome/browser/history/
top_sites_cache.cc
24
images_
= images;
30
Images& img =
images_
[GetCanonicalURL(url)];
36
return &
images_
[GetCanonicalURL(url)];
42
images_
.find(GetCanonicalURL(url));
43
if (found !=
images_
.end()) {
53
images_
.find(GetCanonicalURL(url));
54
if (found !=
images_
.end()) {
76
for (URLToImagesMap::iterator i =
images_
.begin(); i !=
images_
.end(); ) {
82
images_
.erase(i)
[
all
...]
top_sites_cache.h
32
const URLToImagesMap& images() const { return
images_
; }
101
URLToImagesMap
images_
;
member in class:history::TopSitesCache
Completed in 1586 milliseconds