escape             65 ash/keyboard_overlay/keyboard_overlay_view_unittest.cc   KeyboardOverlayView::KeyEventData escape = { ui::VKEY_ESCAPE, ui::EF_NONE };
escape             67 ash/keyboard_overlay/keyboard_overlay_view_unittest.cc       std::find(canceling_keys.begin(), canceling_keys.end(), escape);
escape            721 base/strings/string_util.cc   const CHAR* escape = NULL;
escape            723 base/strings/string_util.cc     if (!escape && IsWildcard(**pattern)) {
escape            730 base/strings/string_util.cc     if (!escape && **pattern == '\\') {
escape            731 base/strings/string_util.cc       escape = *pattern;
escape            750 base/strings/string_util.cc       if (escape) {
escape            751 base/strings/string_util.cc         *pattern = escape;
escape            756 base/strings/string_util.cc     escape = NULL;
escape            345 chrome/browser/ui/views/dropdown_bar_host.cc   ui::Accelerator escape(ui::VKEY_ESCAPE, ui::EF_NONE);
escape            347 chrome/browser/ui/views/dropdown_bar_host.cc       escape, ui::AcceleratorManager::kNormalPriority, this);
escape            353 chrome/browser/ui/views/dropdown_bar_host.cc   ui::Accelerator escape(ui::VKEY_ESCAPE, ui::EF_NONE);
escape            354 chrome/browser/ui/views/dropdown_bar_host.cc   focus_manager_->UnregisterAccelerator(escape, this);
escape             45 chrome/browser/ui/views/find_bar_controller_interactive_uitest.cc   ui::Accelerator escape(ui::VKEY_ESCAPE, ui::EF_NONE);
escape             47 chrome/browser/ui/views/find_bar_controller_interactive_uitest.cc       focus_manager->GetCurrentTargetForAccelerator(escape);
escape             54 chrome/browser/ui/views/find_bar_controller_interactive_uitest.cc       focus_manager->GetCurrentTargetForAccelerator(escape);
escape             66 chrome/browser/ui/views/find_bar_controller_interactive_uitest.cc             focus_manager->GetCurrentTargetForAccelerator(escape));
escape             73 chrome/browser/ui/views/find_bar_controller_interactive_uitest.cc             focus_manager->GetCurrentTargetForAccelerator(escape));
escape            340 chrome/browser/ui/views/find_bar_host.cc   ui::Accelerator escape(ui::VKEY_RETURN, ui::EF_CONTROL_DOWN);
escape            342 chrome/browser/ui/views/find_bar_host.cc       escape, ui::AcceleratorManager::kNormalPriority, this);
escape            347 chrome/browser/ui/views/find_bar_host.cc   ui::Accelerator escape(ui::VKEY_RETURN, ui::EF_CONTROL_DOWN);
escape            348 chrome/browser/ui/views/find_bar_host.cc   focus_manager()->UnregisterAccelerator(escape, this);
escape             87 net/tools/dump_cache/url_to_filename_encoder_unittest.cc     const char escape = UrlToFilenameEncoder::kEscapeChar;
escape             88 net/tools/dump_cache/url_to_filename_encoder_unittest.cc     base::snprintf(escaped, sizeof(escaped), "%c%02X%c", escape, ch, escape);
escape            157 printing/emf_win.cc bool DIBFormatNativelySupported(HDC dc, uint32 escape, const BYTE* bits,
escape            160 printing/emf_win.cc   if (ExtEscape(dc, QUERYESCSUPPORT, sizeof(escape),
escape            161 printing/emf_win.cc                 reinterpret_cast<LPCSTR>(&escape), 0, 0) > 0) {
escape            162 printing/emf_win.cc     ExtEscape(dc, escape, size, reinterpret_cast<LPCSTR>(bits),
escape            701 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp          Char escape = *current++;
escape            702 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp          switch ( escape )
escape             77 third_party/libxml/src/include/libxml/xmlsave.h 					 xmlCharEncodingOutputFunc escape);
escape             80 third_party/libxml/src/include/libxml/xmlsave.h 					 xmlCharEncodingOutputFunc escape);
escape           3472 third_party/libxml/src/relaxng.c     xmlChar *ret, *escape;
escape           3484 third_party/libxml/src/relaxng.c             escape = xmlURIEscapeStr(ret, BAD_CAST ":/#?");
escape           3485 third_party/libxml/src/relaxng.c             if (escape == NULL) {
escape           3489 third_party/libxml/src/relaxng.c             return (escape);
escape           3500 third_party/libxml/src/relaxng.c             escape = xmlURIEscapeStr(ret, BAD_CAST ":/#?");
escape           3501 third_party/libxml/src/relaxng.c             if (escape == NULL) {
escape           3505 third_party/libxml/src/relaxng.c             return (escape);
escape             20 third_party/libxml/src/testURI.c static int escape = 0;
escape             49 third_party/libxml/src/testURI.c 	    if (escape != 0) {
escape             87 third_party/libxml/src/testURI.c 	escape++;
escape             89 third_party/libxml/src/xmlsave.c     xmlCharEncodingOutputFunc escape;	/* used for element content */
escape            333 third_party/libxml/src/xmlsave.c     if ((ctxt->encoding == NULL) && (ctxt->escape == NULL))
escape            334 third_party/libxml/src/xmlsave.c         ctxt->escape = xmlEscapeEntities;
escape            395 third_party/libxml/src/xmlsave.c 	ret->escape = NULL;
escape            795 third_party/libxml/src/xmlsave.c                 xmlOutputBufferWriteEscape(buf, cur->content, ctxt->escape);
escape            902 third_party/libxml/src/xmlsave.c 	xmlOutputBufferWriteEscape(buf, cur->content, ctxt->escape);
escape            941 third_party/libxml/src/xmlsave.c     xmlCharEncodingOutputFunc oldescape = ctxt->escape;
escape           1013 third_party/libxml/src/xmlsave.c 	    if (ctxt->escape == xmlEscapeEntities)
escape           1014 third_party/libxml/src/xmlsave.c 		ctxt->escape = NULL;
escape           1077 third_party/libxml/src/xmlsave.c 	ctxt->escape = oldescape;
escape           1324 third_party/libxml/src/xmlsave.c                 xmlOutputBufferWriteEscape(buf, cur->content, ctxt->escape);
escape           1513 third_party/libxml/src/xmlsave.c 	xmlOutputBufferWriteEscape(buf, cur->content, ctxt->escape);
escape           1836 third_party/libxml/src/xmlsave.c xmlSaveSetEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape)
escape           1839 third_party/libxml/src/xmlsave.c     ctxt->escape = escape;
escape           1853 third_party/libxml/src/xmlsave.c xmlSaveSetAttrEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape)
escape           1856 third_party/libxml/src/xmlsave.c     ctxt->escapeAttr = escape;
escape           15031 third_party/libxml/src/xpath.c     xmlChar escape[4];
escape           15042 third_party/libxml/src/xpath.c     escape[0] = '%';
escape           15043 third_party/libxml/src/xpath.c     escape[3] = 0;
escape           15068 third_party/libxml/src/xpath.c 		    escape[1] = '0' + (*cptr >> 4);
escape           15070 third_party/libxml/src/xpath.c 		    escape[1] = 'A' - 10 + (*cptr >> 4);
escape           15072 third_party/libxml/src/xpath.c 		    escape[2] = '0' + (*cptr & 0xF);
escape           15074 third_party/libxml/src/xpath.c 		    escape[2] = 'A' - 10 + (*cptr & 0xF);
escape           15076 third_party/libxml/src/xpath.c 		xmlBufferAdd(target, &escape[0], 3);
escape            166 third_party/markupsafe/_speedups.c 		return escape(self, text);
escape            186 third_party/markupsafe/_speedups.c 	{"escape", (PyCFunction)escape, METH_O,
escape             97 third_party/re2/re2/testing/exhaustive_tester.cc         printf("%s\n", escape(strgen_.Next()));
escape            100 third_party/re2/re2/testing/exhaustive_tester.cc     printf("%s\n", escape(regexp));
escape           82386 third_party/sqlite/amalgamation/sqlite3.c   int escape = 0;
escape           82416 third_party/sqlite/amalgamation/sqlite3.c     escape = sqlite3Utf8Read(zEsc, &zEsc);
escape           82424 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_result_int(context, patternCompare(zB, zA, pInfo, escape));
escape            687 third_party/sqlite/src/src/func.c   int escape = 0;
escape            717 third_party/sqlite/src/src/func.c     escape = sqlite3Utf8Read(zEsc, &zEsc);
escape            725 third_party/sqlite/src/src/func.c     sqlite3_result_int(context, patternCompare(zB, zA, pInfo, escape));
escape             86 ui/views/window/dialog_client_view.cc   ui::Accelerator escape(ui::VKEY_ESCAPE, ui::EF_NONE);
escape             95 ui/views/window/dialog_client_view.cc         ok_button_->AddAccelerator(escape);
escape            108 ui/views/window/dialog_client_view.cc       cancel_button_->AddAccelerator(escape);
escape            120 ui/views/window/dialog_client_view.cc     AddAccelerator(escape);