HomeSort by relevance Sort by last modified time
    Searched defs:new_location (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Breakpoint/
BreakpointResolverName.cpp 194 bool new_location; local
305 BreakpointLocationSP bp_loc_sp (m_breakpoint->AddLocation(break_addr, &new_location));
306 if (bp_loc_sp && new_location && !m_breakpoint->IsInternal())
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_complete.cc 252 gfx::Rect new_location = obj.boundingBoxRect(); local
253 if (iter != locations_.end() && iter->second != new_location) {
256 message.new_location = new_location;
261 new_locations[id] = new_location;
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 665 base::string16 new_location = mapping->second + local
667 size_t length = new_location.length() - mapping->second.length();
669 entry->location = new_location;
    [all...]
  /external/chromium_org/net/url_request/
url_request_job.cc 331 GURL new_location; local
333 if (IsRedirectResponse(&new_location, &http_status_code)) {
342 if (url.is_valid() && url.has_ref() && !new_location.has_ref() &&
343 CopyFragmentOnRedirect(new_location)) {
349 new_location = new_location.ReplaceComponents(replacements);
353 request_->NotifyReceivedRedirect(new_location, &defer_redirect);
363 deferred_redirect_url_ = new_location;
366 FollowRedirect(new_location, http_status_code);

Completed in 150 milliseconds