OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:images_
(Results
1 - 14
of
14
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
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_org/chrome/browser/ui/gtk/
nine_box.h
50
gfx::Image*
images_
[9];
member in class:NineBox
/external/chromium_org/ui/views/controls/button/
checkbox.h
61
gfx::ImageSkia
images_
[2][2][STATE_COUNT];
member in class:views::Checkbox
image_button.h
95
gfx::ImageSkia
images_
[STATE_COUNT];
member in class:views::ImageButton
161
// The parent class's
images_
member is used for the current images,
/external/chromium/chrome/browser/history/
top_sites_cache.h
32
const URLToImagesMap& images() const { return
images_
; }
101
URLToImagesMap
images_
;
member in class:history::TopSitesCache
/external/chromium_org/ui/views/
painter.h
119
const gfx::ImageSkia*
images_
[3];
member in class:views::HorizontalPainter
painter.cc
197
gfx::ImageSkia
images_
[9];
member in class:views::__anon15145::ImagePainter
206
images_
[i] = *rb.GetImageSkiaNamed(image_ids[i]);
214
// Extract subsets of the original image to match the |
images_
| format.
222
images_
[i + j * 3] = gfx::ImageSkiaOperations::ExtractSubset(image,
232
return
images_
[0].isNull();
237
images_
[0].width() +
images_
[1].width() +
images_
[2].width(),
238
images_
[0].height() +
images_
[3].height() + images_[6].height())
[
all
...]
/external/chromium_org/chrome/browser/history/
top_sites_cache.h
29
// (map 2) simply looks up canonical URL in |
images_
|.
52
const URLToImagesMap& images() const { return
images_
; }
151
URLToImagesMap
images_
;
member in class:history::TopSitesCache
/external/chromium_org/ui/views/controls/scrollbar/
bitmap_scroll_bar.h
81
gfx::ImageSkia*
images_
[PART_COUNT][CustomButton::STATE_COUNT];
member in class:views::BitmapScrollBar
/external/chromium_org/ui/base/resource/
resource_bundle.h
361
// Protects |
images_
| and font-related members.
377
ImageMap
images_
;
member in class:ui::ResourceBundle
/external/chromium_org/ui/views/controls/
slider.h
119
const gfx::ImageSkia*
images_
[4];
member in class:views::Slider
/external/chromium_org/chrome/browser/resources/image_loader/
image_loader_client.js
213
this.
images_
= [];
251
this.
images_
.sort(function(a, b) {
255
while (this.
images_
.length > 0 &&
257
var entry = this.
images_
.pop();
273
if (this.
images_
[key])
284
this.
images_
[key] = {lastLoadTimestamp: Date.now(),
300
if (!(key in this.
images_
))
303
var entry = this.
images_
[key];
329
if (!(key in this.
images_
))
332
var entry = this.
images_
[key]
[
all
...]
/external/chromium_org/ppapi/proxy/
ppb_image_data_proxy.cc
139
ImageDataCacheEntry
images_
[kCacheSize];
member in class:ppapi::proxy::__anon9874::ImageDataInstanceCache
151
if (!
images_
[i].usable)
153
if (
images_
[i].image->type() != type)
155
const PP_ImageDataDesc& desc =
images_
[i].image->desc();
158
scoped_refptr<ImageData> ret(
images_
[i].image);
159
images_
[i] = ImageDataCacheEntry();
171
images_
[next_insertion_point_] = ImageDataCacheEntry(image_data);
177
if (
images_
[i].image.get() == image_data) {
178
images_
[i].usable = true;
199
if (
images_
[i].image.get())
[
all
...]
/external/chromium_org/ui/views/bubble/
bubble_border.h
179
internal::BorderImages*
images_
;
member in class:views::BubbleBorder
Completed in 204 milliseconds