HomeSort by relevance Sort by last modified time
    Searched refs:gchar (Results 226 - 250 of 383) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GTypedefs.h 26 typedef char gchar; typedef
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestCallback.h 56 webkit_dom_test_callback_callback_with_class2param(WebKitDOMTestCallback* self, WebKitDOMClass2* class2param, const gchar* str_arg);
  /external/webkit/Source/WebCore/platform/graphics/gtk/
ImageBufferGtk.cpp 52 GOwnPtr<gchar> buffer(0);
  /external/webkit/Source/WebCore/platform/graphics/pango/
GlyphPageTreeNodePango.cpp 43 gchar buffer[7];
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
InspectorClientGtk.cpp 142 GOwnPtr<gchar> inspectorPath(g_build_filename(inspectorFilesPath(), "inspector.html", NULL));
143 GOwnPtr<gchar> inspectorURI(g_filename_to_uri(inspectorPath.get(), 0, 0));
243 GOwnPtr<gchar> stringsPath(g_build_filename(m_inspectorClient->inspectorFilesPath(), "localizedStrings.js", NULL));
244 GOwnPtr<gchar> stringsURI(g_filename_to_uri(stringsPath.get(), 0, 0));
InspectorClientGtk.h 71 GOwnPtr<gchar> m_inspectorFilesPath;
DumpRenderTreeSupportGtk.cpp 486 void DumpRenderTreeSupportGtk::executeCoreCommandByName(WebKitWebView* webView, const gchar* name, const gchar* value)
495 bool DumpRenderTreeSupportGtk::isCommandEnabled(WebKitWebView* webView, const gchar* name)
599 void DumpRenderTreeSupportGtk::whiteListAccessFromOrigin(const gchar* sourceOrigin, const gchar* destinationProtocol, const gchar* destinationHost, bool allowDestinationSubdomains)
683 bool DumpRenderTreeSupportGtk::findString(WebKitWebView* webView, const gchar* targetString, WebKitFindOptions findOptions)
747 GOwnPtr<gchar> valueBuffer(static_cast<gchar*>(g_malloc(bufferSize)));
  /external/webkit/Source/WebKit/gtk/tests/
testwebplugindatabase.c 29 extern void webkit_web_settings_add_extra_plugin_directory(WebKitWebView* view, const gchar* directory);
testwebresource.c 87 const gchar* webData = "<html></html>";
101 gchar* url;
116 gchar* mime_type;
125 gchar* text_encoding;
134 gchar* frame_name;
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebinspector.h 61 WEBKIT_API const gchar*
webkitwebinspector.cpp 101 gchar* inspected_uri;
446 void webkit_web_inspector_set_inspected_uri(WebKitWebInspector* web_inspector, const gchar* inspected_uri)
466 const gchar* webkit_web_inspector_get_inspected_uri(WebKitWebInspector *web_inspector)
575 void webkit_web_inspector_execute_script(WebKitWebInspector* webInspector, long callId, const gchar* script)
608 const gchar* schemaID = "org.webkitgtk-"WEBKITGTK_API_VERSION_STRING".inspector";
webkitdownload.cpp 77 gchar* destinationURI;
78 gchar* suggestedFilename;
438 static gboolean webkit_download_open_stream_for_uri(WebKitDownload* download, const gchar* uri, gboolean append=FALSE)
549 const gchar* webkit_download_get_uri(WebKitDownload* download)
615 const gchar* webkit_download_get_suggested_filename(WebKitDownload* download)
631 void webkit_download_set_suggested_filename(WebKitDownload* download, const gchar* suggestedFilename)
653 const gchar* webkit_download_get_destination_uri(WebKitDownload* download)
670 void webkit_download_set_destination_uri(WebKitDownload* download, const gchar* destination_uri)
843 static void webkit_download_received_data(WebKitDownload* download, const gchar* data, int length)
  /external/webkit/Tools/DumpRenderTree/gtk/
TextInputController.cpp 54 GOwnPtr<gchar> stringBuffer(static_cast<gchar*>(g_malloc(bufferSize)));
82 GOwnPtr<gchar> stringBuffer(static_cast<gchar*>(g_malloc(bufferSize)));
  /external/bluetooth/bluez/src/
glib-helper.c 373 gchar *str;
546 gchar *bt_list2string(GSList *list)
549 gchar *str, *tmp;
554 str = g_strdup((const gchar *) list->data);
557 tmp = g_strconcat(str, " " , (const gchar *) l->data, NULL);
565 GSList *bt_string2list(const gchar *str)
568 gchar **uuids;
plugin.c 127 const gchar *file;
174 gchar *filename;
  /external/webkit/Source/WebCore/platform/text/gtk/
TextCodecGtk.cpp 49 static const gchar* internalEncodingName = "UTF-16BE";
51 static const gchar* internalEncodingName = "UTF-16LE";
63 static bool isEncodingAvailable(const gchar* encodingName)
449 const gchar* input = bytes;
451 gchar buffer[ConversionBufferSize];
530 const gchar* input = reinterpret_cast<const char*>(characters);
532 gchar buffer[ConversionBufferSize];
  /external/bluetooth/glib/glib/
giochannel.c 204 gchar *buf,
249 const gchar *buf,
756 const gchar *line_term,
784 G_CONST_RETURN gchar*
1155 const gchar *encoding,
    [all...]
giounix.c 72 gchar *buf,
77 const gchar *buf,
177 gchar *buf,
221 const gchar *buf,
441 g_io_channel_new_file (const gchar *filename,
442 const gchar *mode,
  /external/bluetooth/glib/gobject/
gtypemodule.c 191 const gchar *name)
383 const gchar *type_name,
412 const gchar *parent_type_name = g_type_name (parent_type);
529 const gchar *name,
568 const gchar *name,
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 167 static gchar* webkit_accessible_text_get_text(AtkText* text, gint startOffset, gint endOffset);
169 static const gchar* webkit_accessible_get_name(AtkObject* object)
209 static const gchar* webkit_accessible_get_description(AtkObject* object)
762 static const gchar* webkit_accessible_action_get_description(AtkAction* action, gint i)
770 static const gchar* webkit_accessible_action_get_keybinding(AtkAction* action, gint i)
777 static const gchar* webkit_accessible_action_get_name(AtkAction* action, gint i)
    [all...]
  /external/bluetooth/glib/gio/
gdatainputstream.c 872 const gchar *stop_chars,
942 gchar *stop_chars;
943 gchar *line;
1069 const gchar *stop_chars,
1096 static gchar *
1104 gchar *line;
    [all...]
gdummyfile.c 72 static char * unescape_string (const gchar *escaped_string,
73 const gchar *escaped_string_end,
74 const gchar *illegal_characters);
450 unescape_string (const gchar *escaped_string,
451 const gchar *escaped_string_end,
452 const gchar *illegal_characters)
454 const gchar *in;
455 gchar *out, *result;
697 static const gchar hex[16] = "0123456789ABCDEF";
  /external/bluetooth/glib/tests/
testglib.c 241 gchar **p = data;
242 gchar *string;
243 gchar c[2] = "_";
245 c[0] = ((gchar) ((gintptr) (node->data)));
258 #define P2C(p) ((gchar) ((gintptr) (p)))
266 gchar *tstring, *cstring;
673 const gchar *un, *rn, *hn;
674 const gchar *tmpdir, *homedir, *userdatadir, *uconfdir, *ucachedir;
675 const gchar *uddesktop, *udddocs, *uddpubshare;
676 gchar **sv, *cwd, *sdatadirs, *sconfdirs, *langnames
    [all...]
memchunks.c 54 GMemChunk* old_mem_chunk_new (const gchar *name,
93 gchar mem[MEM_AREA_SIZE]; /* the mem array from which atoms get allocated
104 const gchar *name; /* name of this MemChunk...used for debugging output */
125 gchar *addr);
140 old_mem_chunk_new (const gchar *name,
603 gchar *addr)
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc 253 gchar* escaped_url_cstr = g_markup_escape_text(truncated_url.c_str(),
264 gchar* escaped_title_cstr = g_markup_escape_text(truncated_title.c_str(),
347 gchar** uris = reinterpret_cast<gchar**>(malloc(sizeof(gchar*) *
356 uris[i] = const_cast<gchar*>(url.spec().c_str());

Completed in 1676 milliseconds

1 2 3 4 5 6 7 8 91011>>