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/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/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 258 gfx::Rect new_location = obj.boundingBoxRect(); local
259 if (iter != locations_.end() && iter->second != new_location) {
262 message.new_location = new_location;
267 new_locations[id] = new_location;
  /external/chromium_org/net/base/
network_delegate.h 87 const GURL& new_location);
195 // |new_location| is only valid until OnURLRequestDestroyed is called for this
198 const GURL& new_location);
network_delegate.cc 94 const GURL& new_location) {
97 OnBeforeRedirect(request, new_location);
221 const GURL& new_location) {
  /external/chromium_org/chrome/browser/net/
chrome_extensions_network_delegate.cc 108 const GURL& new_location) OVERRIDE;
197 const GURL& new_location) {
199 profile_, extension_info_map_.get(), request, new_location);
327 const GURL& new_location) {
chrome_extensions_network_delegate.h 62 const GURL& new_location) OVERRIDE;
chrome_network_delegate.h 245 const GURL& new_location) OVERRIDE;
chrome_network_delegate.cc 511 const GURL& new_location) {
514 extensions_delegate_->OnBeforeRedirect(request, new_location);
  /external/chromium_org/content/common/
accessibility_messages.h 88 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 226 void WindowTreeHost::OnHostMoved(const gfx::Point& new_location) {
228 "origin", new_location.ToString());
231 OnHostMoved(this, new_location));
window_tree_host.h 157 void OnHostMoved(const gfx::Point& new_location);
  /external/chromium_org/android_webview/browser/net/
aw_network_delegate.cc 79 const GURL& new_location) {
aw_network_delegate.h 63 const GURL& new_location) OVERRIDE;
  /external/chromium_org/net/proxy/
network_delegate_error_observer_unittest.cc 49 const GURL& new_location) OVERRIDE {}
  /external/chromium_org/net/url_request/
url_request_job.cc 326 GURL new_location; local
328 if (IsRedirectResponse(&new_location, &http_status_code)) {
334 ComputeRedirectInfo(new_location, http_status_code);
url_request_test_util.h 306 const GURL& new_location) OVERRIDE;
  /external/chromium_org/components/cronet/android/
url_request_context_adapter.cc 59 const GURL& new_location) OVERRIDE {}

Completed in 1221 milliseconds

1 2