Searched refs:new_location (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/ui/accessibility/
H A Dax_node.cc22 void AXNode::SetLocation(const gfx::Rect& new_location) { argument
23 data_.location = new_location;
H A Dax_node.h39 void SetLocation(const gfx::Rect& new_location);
/external/chromium_org/net/url_request/
H A Durl_request_job.cc331 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);
/external/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp242 BreakpointLocationList::AddLocation (const Address &addr, bool *new_location) argument
246 if (new_location)
247 *new_location = false;
256 if (new_location)
257 *new_location = true;
H A DBreakpointResolverName.cpp194 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())
H A DBreakpoint.cpp87 Breakpoint::AddLocation (const Address &addr, bool *new_location) argument
89 return m_locations.AddLocation (addr, new_location);
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h249 bool *new_location = NULL);
H A DBreakpoint.h255 /// @param[out] new_location
263 bool *new_location = NULL);
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility_complete.cc252 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/net/base/
H A Dnetwork_delegate.h75 const GURL& new_location);
156 // |new_location| is only valid until OnURLRequestDestroyed is called for this
159 const GURL& new_location);
H A Dnetwork_delegate.cc67 const GURL& new_location) {
70 OnBeforeRedirect(request, new_location);
168 const GURL& new_location) {
66 NotifyBeforeRedirect(URLRequest* request, const GURL& new_location) argument
167 OnBeforeRedirect(URLRequest* request, const GURL& new_location) argument
/external/chromium_org/chrome/browser/net/
H A Dchrome_extensions_network_delegate.cc103 const GURL& new_location) OVERRIDE;
192 const GURL& new_location) {
194 profile_, extension_info_map_.get(), request, new_location);
322 const GURL& new_location) {
190 OnBeforeRedirect( net::URLRequest* request, const GURL& new_location) argument
320 OnBeforeRedirect( net::URLRequest* request, const GURL& new_location) argument
H A Dchrome_extensions_network_delegate.h62 const GURL& new_location) OVERRIDE;
H A Dchrome_network_delegate.h174 const GURL& new_location) OVERRIDE;
H A Dchrome_network_delegate.cc508 const GURL& new_location) {
511 extensions_delegate_->OnBeforeRedirect(request, new_location);
507 OnBeforeRedirect(net::URLRequest* request, const GURL& new_location) argument
/external/chromium_org/content/common/
H A Daccessibility_messages.h71 IPC_STRUCT_MEMBER(gfx::Rect, new_location)
/external/chromium_org/ui/aura/
H A Dwindow_tree_host.cc221 void WindowTreeHost::OnHostMoved(const gfx::Point& new_location) { argument
223 "origin", new_location.ToString());
226 OnHostMoved(this, new_location));
H A Dwindow_tree_host.h160 void OnHostMoved(const gfx::Point& new_location);
/external/chromium_org/android_webview/browser/net/
H A Daw_network_delegate.cc62 const GURL& new_location) {
61 OnBeforeRedirect(net::URLRequest* request, const GURL& new_location) argument
H A Daw_network_delegate.h45 const GURL& new_location) OVERRIDE;
/external/chromium_org/content/shell/browser/
H A Dshell_network_delegate.cc56 const GURL& new_location) {
55 OnBeforeRedirect(net::URLRequest* request, const GURL& new_location) argument
H A Dshell_network_delegate.h38 const GURL& new_location) OVERRIDE;
/external/chromium_org/net/proxy/
H A Dnetwork_delegate_error_observer_unittest.cc49 const GURL& new_location) OVERRIDE {}
/external/chromium_org/v8/src/
H A Dliveedit-debugger.js407 var new_location =
410 break_point.update_positions(new_location.line, new_location.column);
414 line: new_location.line,
415 column: new_location.column
/external/chromium_org/components/cronet/android/
H A Durl_request_context_peer.cc59 const GURL& new_location) OVERRIDE {}

Completed in 621 milliseconds

12