OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handle_image
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc
78
static gfx::Image*
handle_image
= NULL;
local
79
if (!
handle_image
) {
80
handle_image
= &ui::ResourceBundle::GetSharedInstance().GetImageNamed(
83
return
handle_image
;
touch_selection_controller_impl_unittest.cc
30
static gfx::Image*
handle_image
= NULL;
local
31
if (!
handle_image
) {
32
handle_image
= &ui::ResourceBundle::GetSharedInstance().GetImageNamed(
35
return
handle_image
;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py
128
def
handle_image
(self, src, alt, *args):
member in class:HTMLParser
434
self.
handle_image
(src, alt, ismap, align, width, height)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py
128
def
handle_image
(self, src, alt, *args):
member in class:HTMLParser
434
self.
handle_image
(src, alt, ismap, align, width, height)
Completed in 1553 milliseconds