Searched refs:CString (Results 1 - 25 of 117) sorted by path

12345

/external/chromium_org/base/
H A Dhash_unittest.cc66 TEST(HashTest, CString) {
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc393 ATL::CString file_to_open = log_file_.c_str();
/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder.h66 DWORD ParseFileSystem(ATL::CString path);
72 DWORD ParseRegistry(HKEY key, ATL::CString print_name);
79 DWORD ParseKernelObjects(ATL::CString path);
83 DWORD TestFileAccess(ATL::CString path);
89 DWORD TestRegAccess(HKEY key, ATL::CString name, ATL::CString print_name);
94 DWORD TestKernelObjectAccess(ATL::CString path, ATL::CString type);
97 void Output(ATL::CString type, ATL::CString acces
[all...]
H A Dfinder_fs.cc9 DWORD Finder::ParseFileSystem(ATL::CString directory) {
14 ATL::CString name_to_search = directory + L"\\*";
29 ATL::CString complete_name = directory + L"\\" + find_data.cFileName;
50 DWORD Finder::TestFileAccess(ATL::CString name) {
H A Dfinder_kernel.cc77 DWORD Finder::ParseKernelObjects(ATL::CString path) {
122 ATL::CString cur_path(object_directory_info->ObjectName.Buffer,
125 ATL::CString cur_type(object_directory_info->ObjectTypeName.Buffer,
128 ATL::CString new_path;
147 DWORD Finder::TestKernelObjectAccess(ATL::CString path, ATL::CString type) {
228 bool Finder::GetFunctionForType(ATL::CString type,
H A Dfinder_registry.cc9 DWORD Finder::ParseRegistry(HKEY key, ATL::CString print_name) {
17 ATL::CString name_complete = print_name + buffer + L"\\";
44 DWORD Finder::TestRegAccess(HKEY key, ATL::CString name,
45 ATL::CString print_name) {
H A Dmain.cc31 ATL::CString log_file;
/external/chromium_org/sandbox/win/tools/launcher/
H A Dlauncher.cc89 ATL::CString command_line;
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc4552 TEST(StreamableToStringTest, CString) {
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptProfiler.cpp171 CString url = window->document()->url().string().utf8();
177 Vector<CString> m_strings;
H A DWindowProxy.cpp64 #include "wtf/text/CString.h"
399 CString utf8Token = token.utf8();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp4296 CString originalBytes = m_titleElement->textContent().latin1();
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DMarkupAccumulator.cpp52 const CString& reference;
64 const CString& replacement = entityMaps[entityIndex].reference;
76 DEFINE_STATIC_LOCAL(const CString, ampReference, ("&amp;"));
77 DEFINE_STATIC_LOCAL(const CString, ltReference, ("&lt;"));
78 DEFINE_STATIC_LOCAL(const CString, gtReference, ("&gt;"));
79 DEFINE_STATIC_LOCAL(const CString, quotReference, ("&quot;"));
80 DEFINE_STATIC_LOCAL(const CString, nbspReference, ("&nbsp;"));
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DGenericEventQueue.cpp105 CString type(event->type().ascii());
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReader.cpp51 #include "wtf/text/CString.h"
58 const CString utf8BlobUUID(Blob* blob)
63 const CString utf8FilePath(Blob* blob)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DFormDataList.cpp39 CString encodedString = m_encoding.encode(string, WTF::EntitiesForUnencodables);
43 void FormDataList::appendString(const CString& string)
H A DFormDataList.h28 #include "wtf/text/CString.h"
40 Item(const WTF::CString& data) : m_data(data) { }
43 const WTF::CString& data() const { return m_data; }
50 WTF::CString m_data;
65 void appendData(const String& key, const CString& value)
95 void appendString(const CString&);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoader.cpp94 #include "wtf/text/CString.h"
780 CString encodedSrcdoc = srcdoc.utf8();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPagePopupClient.h36 #include "wtf/text/CString.h"
87 CString str8 = str.utf8();
H A DPageSerializer.cpp66 #include "wtf/text/CString.h"
213 CString frameHTML = textEncoding.normalizeAndEncode(text, WTF::EntitiesForUnencodables);
293 CString text = textEncoding.normalizeAndEncode(textString, WTF::EntitiesForUnencodables);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderQuote.cpp246 CString lowercaseLang = lang.lower().utf8();
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLStyleSheetLibxslt.cpp34 #include "wtf/text/CString.h"
299 CString importHref = import->href().utf8();
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp723 PassRefPtr<XMLParserContext> XMLParserContext::createMemoryParser(xmlSAXHandlerPtr handlers, void* userData, const CString& chunk)
1430 void XMLDocumentParser::initializeParserContext(const CString& chunk)
1575 CString chunkAsUtf8 = chunk.utf8();
H A DXMLDocumentParser.h38 #include "wtf/text/CString.h"
54 static PassRefPtr<XMLParserContext> createMemoryParser(xmlSAXHandlerPtr, void* userData, const CString& chunk);
144 void initializeParserContext(const CString& chunk = CString());
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DSubtleCrypto.cpp166 static bool copyJwkDictionaryToJson(const Dictionary& dict, CString& jsonUtf8, CryptoResult* result)
298 CString jsonUtf8;

Completed in 494 milliseconds

12345