HomeSort by relevance Sort by last modified time
    Searched refs:new_location (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/ui/accessibility/
ax_node.cc 22 void AXNode::SetLocation(const gfx::Rect& new_location) {
23 data_.location = new_location;
ax_node.h 39 void SetLocation(const gfx::Rect& new_location);
  /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);
url_request_test_util.h 294 const GURL& new_location) OVERRIDE;
  /external/lldb/source/Breakpoint/
BreakpointLocationList.cpp 242 BreakpointLocationList::AddLocation (const Address &addr, bool *new_location)
246 if (new_location)
247 *new_location = false;
256 if (new_location)
257 *new_location = true;
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())
Breakpoint.cpp 87 Breakpoint::AddLocation (const Address &addr, bool *new_location)
89 return m_locations.AddLocation (addr, new_location);
  /external/chromium_org/net/base/
network_delegate.h 75 const GURL& new_location);
156 // |new_location| is only valid until OnURLRequestDestroyed is called for this
159 const GURL& new_location);
network_delegate.cc 67 const GURL& new_location) {
70 OnBeforeRedirect(request, new_location);
168 const GURL& new_location) {
  /external/lldb/include/lldb/Breakpoint/
BreakpointLocationList.h 249 bool *new_location = NULL);
Breakpoint.h 255 /// @param[out] new_location
263 bool *new_location = NULL);
  /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/android_webview/browser/net/
aw_network_delegate.h 45 const GURL& new_location) OVERRIDE;
aw_network_delegate.cc 62 const GURL& new_location) {
  /external/chromium_org/chrome/browser/net/
chrome_extensions_network_delegate.cc 103 const GURL& new_location) OVERRIDE;
192 const GURL& new_location) {
194 profile_, extension_info_map_.get(), request, new_location);
322 const GURL& new_location) {
chrome_extensions_network_delegate.h 62 const GURL& new_location) OVERRIDE;
chrome_network_delegate.h 174 const GURL& new_location) OVERRIDE;
chrome_network_delegate.cc 508 const GURL& new_location) {
511 extensions_delegate_->OnBeforeRedirect(request, new_location);
  /external/chromium_org/content/common/
accessibility_messages.h 71 IPC_STRUCT_MEMBER(gfx::Rect, new_location)
  /external/chromium_org/content/shell/browser/
shell_network_delegate.h 38 const GURL& new_location) OVERRIDE;
shell_network_delegate.cc 56 const GURL& new_location) {
  /external/chromium_org/ui/aura/
window_tree_host.cc 221 void WindowTreeHost::OnHostMoved(const gfx::Point& new_location) {
223 "origin", new_location.ToString());
226 OnHostMoved(this, new_location));
window_tree_host.h 160 void OnHostMoved(const gfx::Point& new_location);
  /external/chromium_org/net/proxy/
network_delegate_error_observer_unittest.cc 49 const GURL& new_location) OVERRIDE {}
  /external/chromium_org/components/cronet/android/
url_request_context_peer.cc 59 const GURL& new_location) OVERRIDE {}

Completed in 4428 milliseconds

1 2