OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageRef
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/search_engines/
template_url.h
264
struct
ImageRef
{
265
ImageRef
(const std::string& type, int width, int height)
269
ImageRef
(const std::string& type, int width, int height, const GURL& url)
404
void add_image_ref(const
ImageRef
& ref) { image_refs_.push_back(ref); }
405
const std::vector<
ImageRef
>& image_refs() const { return image_refs_; }
407
// Convenience methods for getting/setting an
ImageRef
that points to a
408
// favicon. A TemplateURL need not have an
ImageRef
for a favicon. In such
507
std::vector<
ImageRef
> image_refs_;
template_url.cc
654
for (std::vector<
ImageRef
>::iterator i = image_refs_.begin();
668
TemplateURL::
ImageRef
("image/x-icon", kFaviconSize,
674
for (std::vector<
ImageRef
>::const_iterator i = image_refs_.begin();
template_url_parser.cc
143
current_image_.reset(new TemplateURL::
ImageRef
(type, width, height));
233
scoped_ptr<TemplateURL::
ImageRef
> current_image_;
537
const std::vector<TemplateURL::
ImageRef
>& image_refs = url->image_refs();
/external/chromium/chrome/browser/importer/
profile_import_process_messages.h
217
// Traits for TemplateURL::
ImageRef
219
struct ParamTraits<TemplateURL::
ImageRef
> {
220
typedef TemplateURL::
ImageRef
param_type;
237
*p = TemplateURL::
ImageRef
(type, width, height, url); // here in
241
l->append("<TemplateURL::
ImageRef
>");
266
std::vector<TemplateURL::
ImageRef
>::const_iterator iter;
329
p->add_image_ref(TemplateURL::
ImageRef
(type, width, height, url));
/frameworks/base/opengl/libs/EGL/
egl.cpp
215
ImageRef
_i(image);
egl_object.h
208
typedef egl_image_t::Ref
ImageRef
;
eglApi.cpp
[
all
...]
Completed in 684 milliseconds