HomeSort by relevance Sort by last modified time
    Searched full:guchar (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/ui/base/dragdrop/
gtk_dnd_util_unittest.cc 24 scoped_ptr<guchar[]> test_data(new guchar[pickle.size()]);
44 scoped_ptr<guchar[]> test_data(new guchar[pickle.size()]);
63 guchar empty_data[] = "";
73 scoped_ptr<guchar[]> test_data(new guchar[pickle.size()]);
gtk_dnd_util.cc 187 reinterpret_cast<const guchar*>(pickle.data()),
197 reinterpret_cast<const guchar*>(utf8_text.c_str()),
  /external/chromium_org/ui/base/glib/
glib_integers.h 16 typedef unsigned char guchar; typedef
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk_unittest.cc 32 guchar test_data[] = "";
bookmark_utils_gtk.cc 331 static_cast<const guchar*>(pickle.data()),
342 reinterpret_cast<const guchar*>(utf8_text.c_str()),
bookmark_bar_gtk.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_drag_source_gtk.cc 195 reinterpret_cast<const guchar*>(utf8_text.c_str()),
212 reinterpret_cast<const guchar*>(drop_data_->file_contents.data()),
224 guchar* file_url_value = NULL;
270 reinterpret_cast<guchar*>(&status_code),
283 reinterpret_cast<const guchar*>(custom_data.data()),
332 reinterpret_cast<const guchar*>(
web_drag_dest_gtk.cc 180 const guchar* raw_data = gtk_selection_data_get_data(data);
186 guchar* text = gtk_selection_data_get_text(data);
  /external/chromium/chrome/browser/
icon_loader_linux.cc 43 reinterpret_cast<const guchar*>(icon_data_.data()),
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk_unittest.cc 36 guchar test_data[] = "";
bookmark_utils_gtk.cc 348 static_cast<const guchar*>(pickle.data()),
359 reinterpret_cast<const guchar*>(utf8_text.c_str()),
389 reinterpret_cast<const guchar*>(utf8_html.data()),
bookmark_bar_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
skia_utils_gtk2.cc 57 guchar* gdk_pixels = gdk_pixbuf_get_pixels(pixbuf);
73 guchar* gdk_pixels = gdk_pixbuf_get_pixels(pixbuf);
78 guchar* pixel = gdk_pixels + row + (x * 3);
  /external/chromium/chrome/browser/ui/gtk/
tab_contents_drag_source.cc 188 reinterpret_cast<const guchar*>(utf8_text.c_str()),
205 reinterpret_cast<const guchar*>(drop_data_->file_contents.data()),
217 guchar* file_url_value = NULL;
261 reinterpret_cast<guchar*>(&status_code),
311 reinterpret_cast<const guchar*>(
nine_box.cc 181 guchar* pixels = gdk_pixbuf_get_pixels(pixbuf);
193 guchar* pixel = &pixels[i * rowstride + j * 4];
  /external/chromium_org/ui/gfx/image/
image_unittest_util.cc 244 guchar* gdk_pixels = gdk_pixbuf_get_pixels(image);
246 guchar* pixel = gdk_pixels + (y * rowstride) + (x * n_channels);
247 guchar alpha = gdk_pixbuf_get_has_alpha(image) ? pixel[3] : 255;
  /external/chromium/chrome/browser/ui/
window_sizer_linux.cc 67 guchar* raw_data = NULL;
  /external/chromium_org/ui/gfx/
screen_gtk.cc 17 guchar* raw_data = NULL;
  /external/chromium_org/ui/base/clipboard/
clipboard_gtk.cc 147 reinterpret_cast<guchar*>(iter->second.first),
504 const guchar* raw_data = gtk_selection_data_get_data(data);
  /external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.cc 155 guchar* text = gtk_selection_data_get_text(data);
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 370 bool CompleteDrop(guchar* data, bool is_plain_text);
tab_strip_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 398 bool CompleteDrop(const guchar* data, bool is_plain_text);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc     [all...]

Completed in 292 milliseconds

1 2