Searched defs:temp_info (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dhandles.cc43 SYSTEM_HANDLE_INFORMATION_EX temp_info; local
45 SystemHandleInformation, &temp_info, sizeof(temp_info),
/external/chromium_org/net/http/
H A Dhttp_cache.cc598 HttpRequestInfo temp_info; local
599 temp_info.url = url;
600 temp_info.method = "GET";
601 std::string key = GenerateCacheKey(&temp_info);

Completed in 50 milliseconds