OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IconImage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
extension_icon_image.cc
22
// The ImageSkia provided by extensions::
IconImage
contains ImageSkiaReps that
29
// - If the extension has the resource,
IconImage
tries to load it using
78
//
IconImage
::Source
80
class
IconImage
::Source : public gfx::ImageSkiaSource {
82
Source(
IconImage
* host, const gfx::Size& size_in_dip);
91
// Used to load images, possibly asynchronously. NULLed out when the
IconImage
93
IconImage
* host_;
102
IconImage
::Source::Source(
IconImage
* host, const gfx::Size& size_in_dip)
107
IconImage
::Source::~Source()
[
all
...]
extension_icon_image.h
50
// Note that |
IconImage
| is not thread safe.
51
class
IconImage
: public content::NotificationObserver {
57
virtual void OnExtensionIconImageChanged(
IconImage
* image) = 0;
66
IconImage
(content::BrowserContext* context,
72
virtual ~
IconImage
();
109
base::WeakPtrFactory<
IconImage
> weak_ptr_factory_;
111
DISALLOW_COPY_AND_ASSIGN(
IconImage
);
Completed in 828 milliseconds