glob              519 base/third_party/xdg_mime/xdgmimeglob.c _xdg_glob_determine_type (const char *glob)
glob              525 base/third_party/xdg_mime/xdgmimeglob.c   ptr = glob;
glob              546 base/third_party/xdg_mime/xdgmimeglob.c 			    const char  *glob,
glob              554 base/third_party/xdg_mime/xdgmimeglob.c   assert (glob != NULL);
glob              556 base/third_party/xdg_mime/xdgmimeglob.c   type = _xdg_glob_determine_type (glob);
glob              561 base/third_party/xdg_mime/xdgmimeglob.c       glob_hash->literal_list = _xdg_glob_list_append (glob_hash->literal_list, strdup (glob), strdup (mime_type), weight, case_sensitive);
glob              564 base/third_party/xdg_mime/xdgmimeglob.c       glob_hash->simple_node = _xdg_glob_hash_insert_text (glob_hash->simple_node, glob + 1, mime_type, weight, case_sensitive);
glob              567 base/third_party/xdg_mime/xdgmimeglob.c       glob_hash->full_list = _xdg_glob_list_append (glob_hash->full_list, strdup (glob), strdup (mime_type), weight, case_sensitive);
glob              628 base/third_party/xdg_mime/xdgmimeglob.c       char *mimetype, *glob, *end;
glob              659 base/third_party/xdg_mime/xdgmimeglob.c       glob = p;
glob              687 base/third_party/xdg_mime/xdgmimeglob.c       _xdg_glob_hash_append_glob (glob_hash, glob, mimetype, weight, case_sensitive);
glob               63 base/third_party/xdg_mime/xdgmimeglob.h 					      const char  *glob,
glob               67 base/third_party/xdg_mime/xdgmimeglob.h XdgGlobType  _xdg_glob_determine_type        (const char  *glob);
glob               19 base/win/scoped_hglobal.h   explicit ScopedHGlobal(HGLOBAL glob) : glob_(glob) {
glob              739 chrome/browser/shell_integration_linux.cc   std::string glob = prefix + "*" + suffix + ".desktop";
glob              742 chrome/browser/shell_integration_linux.cc                              glob);
glob               40 chrome/common/extensions/manifest_handlers/content_scripts_handler.cc                      void(UserScript::*add_method)(const std::string& glob),
glob               55 chrome/common/extensions/manifest_handlers/content_scripts_handler.cc     std::string glob;
glob               56 chrome/common/extensions/manifest_handlers/content_scripts_handler.cc     if (!list->GetString(i, &glob)) {
glob               65 chrome/common/extensions/manifest_handlers/content_scripts_handler.cc     (instance->*add_method)(glob);
glob               16 extensions/common/user_script.cc   for (std::vector<std::string>::const_iterator glob = globs->begin();
glob               17 extensions/common/user_script.cc        glob != globs->end(); ++glob) {
glob               18 extensions/common/user_script.cc     if (MatchPattern(url.spec(), *glob))
glob              143 extensions/common/user_script.cc   for (std::vector<std::string>::const_iterator glob = globs.begin();
glob              144 extensions/common/user_script.cc        glob != globs.end(); ++glob) {
glob              145 extensions/common/user_script.cc     pickle->WriteString(*glob);
glob              194 extensions/common/user_script.cc     std::string glob;
glob              195 extensions/common/user_script.cc     CHECK(pickle.ReadString(iter, &glob));
glob              196 extensions/common/user_script.cc     globs->push_back(glob);
glob              143 extensions/common/user_script.h   void add_glob(const std::string& glob) { globs_.push_back(glob); }
glob              148 extensions/common/user_script.h   void add_exclude_glob(const std::string& glob) {
glob              149 extensions/common/user_script.h     exclude_globs_.push_back(glob);
glob               20 media/formats/webm/chromeos/ebml_writer.cc void MEDIA_EXPORT Ebml_Write(EbmlGlobal* glob,
glob               23 media/formats/webm/chromeos/ebml_writer.cc   glob->write_cb.Run(buffer, len);
glob               26 media/formats/webm/chromeos/ebml_writer.cc void MEDIA_EXPORT Ebml_Serialize(EbmlGlobal* glob,
glob               30 media/formats/webm/chromeos/ebml_writer.cc   glob->serialize_cb.Run(buffer, buffer_size, len);
glob             2427 third_party/libxml/src/runtest.c     glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
glob             2475 third_party/libxml/src/runtest.c     glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
glob             3037 third_party/libxml/src/runtest.c     glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
glob             3202 third_party/libxml/src/runtest.c     glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
glob             3291 third_party/libxml/src/runtest.c     glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
glob             4324 third_party/libxml/src/runtest.c 	glob(tst->in, GLOB_DOOFFS, NULL, &globbuf);
glob             1159 third_party/libxml/src/valid.c xmlDumpElementContent(xmlBufferPtr buf, xmlElementContentPtr content, int glob) {
glob             1162 third_party/libxml/src/valid.c     if (glob) xmlBufferWriteChar(buf, "(");
glob             1207 third_party/libxml/src/valid.c     if (glob)
glob             5142 third_party/libxml/src/valid.c xmlSnprintfElements(char *buf, int size, xmlNodePtr node, int glob) {
glob             5147 third_party/libxml/src/valid.c     if (glob) strcat(buf, "(");
glob             5212 third_party/libxml/src/valid.c     if (glob) strcat(buf, ")");
glob             8016 third_party/libxml/src/xmlregexp.c xmlExpDumpInt(xmlBufferPtr buf, xmlExpNodePtr expr, int glob) {
glob             8020 third_party/libxml/src/xmlregexp.c     if (glob) xmlBufferWriteChar(buf, "(");
glob             8088 third_party/libxml/src/xmlregexp.c     if (glob)
glob             83269 third_party/sqlite/amalgamation/sqlite3.c     LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
glob             1570 third_party/sqlite/src/src/func.c     LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
glob              590 third_party/tcmalloc/chromium/src/heap-profile-table.cc   const int r = glob(pattern.c_str(), GLOB_ERR, NULL, &g);
glob              532 third_party/tcmalloc/vendor/src/heap-profile-table.cc   const int r = glob(pattern.c_str(), GLOB_ERR, NULL, &g);
glob              236 ui/base/clipboard/clipboard_win.cc   HGLOBAL glob = CreateGlobalData(text);
glob              238 ui/base/clipboard/clipboard_win.cc   WriteToClipboard(CF_UNICODETEXT, glob);
glob              252 ui/base/clipboard/clipboard_win.cc   HGLOBAL glob = CreateGlobalData(html_fragment);
glob              254 ui/base/clipboard/clipboard_win.cc   WriteToClipboard(Clipboard::GetHtmlFormatType().ToUINT(), glob);
glob              270 ui/base/clipboard/clipboard_win.cc   HGLOBAL glob = CreateGlobalData(wide_bookmark);
glob              272 ui/base/clipboard/clipboard_win.cc   WriteToClipboard(GetUrlWFormatType().ToUINT(), glob);
glob               52 ui/base/dragdrop/os_exchange_data_win_unittest.cc   HGLOBAL glob = GlobalAlloc(GPTR, sizeof(wchar_t) * (input.size() + 1));
glob               54 ui/base/dragdrop/os_exchange_data_win_unittest.cc   SIZE_T sz = GlobalSize(glob);
glob               55 ui/base/dragdrop/os_exchange_data_win_unittest.cc   base::win::ScopedHGlobal<wchar_t> global_lock(glob);
glob               58 ui/base/dragdrop/os_exchange_data_win_unittest.cc   medium.hGlobal = glob;
glob               90 ui/base/dragdrop/os_exchange_data_win_unittest.cc     HGLOBAL glob = GlobalAlloc(GPTR, sizeof(wchar_t) * (input.size() + 1));
glob               92 ui/base/dragdrop/os_exchange_data_win_unittest.cc     SIZE_T sz = GlobalSize(glob);
glob               93 ui/base/dragdrop/os_exchange_data_win_unittest.cc     base::win::ScopedHGlobal<wchar_t> global_lock(glob);
glob               96 ui/base/dragdrop/os_exchange_data_win_unittest.cc     medium.hGlobal = glob;
glob              102 ui/base/dragdrop/os_exchange_data_win_unittest.cc     HGLOBAL glob = GlobalAlloc(GPTR, sizeof(wchar_t) * (input2.size() + 1));
glob              104 ui/base/dragdrop/os_exchange_data_win_unittest.cc     SIZE_T sz = GlobalSize(glob);
glob              105 ui/base/dragdrop/os_exchange_data_win_unittest.cc     base::win::ScopedHGlobal<wchar_t> global_lock(glob);
glob              108 ui/base/dragdrop/os_exchange_data_win_unittest.cc     medium.hGlobal = glob;
glob              288 ui/base/dragdrop/os_exchange_data_win_unittest.cc     base::win::ScopedHGlobal<char> glob(medium.hGlobal);
glob              289 ui/base/dragdrop/os_exchange_data_win_unittest.cc     std::string output(glob.get(), glob.Size());
glob              333 ui/base/dragdrop/os_exchange_data_win_unittest.cc   base::win::ScopedHGlobal<char> glob(medium.hGlobal);
glob              334 ui/base/dragdrop/os_exchange_data_win_unittest.cc   std::string output(glob.get(), glob.Size());