HomeSort by relevance Sort by last modified time
    Searched refs:handle_image (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 83 static gfx::Image* handle_image = NULL; local
84 if (!handle_image) {
85 handle_image = &ui::ResourceBundle::GetSharedInstance().GetImageNamed(
88 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 734 milliseconds