OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wide_url
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/importer/
ie_importer.cc
378
std::wstring
wide_url
;
local
379
if ((sub_key.ReadValue(L"URL", &
wide_url
) != ERROR_SUCCESS) ||
380
wide_url
.empty()) {
399
std::string url(WideToUTF8(
wide_url
));
/external/chromium_org/chrome/utility/importer/
ie_importer_win.cc
687
string16
wide_url
;
local
688
if ((sub_key.ReadValue(L"URL", &
wide_url
) != ERROR_SUCCESS) ||
689
wide_url
.empty()) {
706
std::string url(WideToUTF8(
wide_url
));
/external/chromium_org/chrome_frame/
urlmon_url_request.cc
811
std::wstring
wide_url
= UTF8ToWide(url());
local
812
hr = CreateURLMonikerEx(NULL,
wide_url
.c_str(), moniker_.Receive(),
[
all
...]
Completed in 590 milliseconds