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/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.cc258 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/
H A Dnetwork_delegate.h87 const GURL& new_location);
195 // |new_location| is only valid until OnURLRequestDestroyed is called for this
198 const GURL& new_location);
H A Dnetwork_delegate.cc94 const GURL& new_location) {
97 OnBeforeRedirect(request, new_location);
221 const GURL& new_location) {
93 NotifyBeforeRedirect(URLRequest* request, const GURL& new_location) argument
220 OnBeforeRedirect(URLRequest* request, const GURL& new_location) argument
/external/chromium_org/chrome/browser/net/
H A Dchrome_extensions_network_delegate.cc108 const GURL& new_location) OVERRIDE;
197 const GURL& new_location) {
199 profile_, extension_info_map_.get(), request, new_location);
327 const GURL& new_location) {
195 OnBeforeRedirect( net::URLRequest* request, const GURL& new_location) argument
325 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.h245 const GURL& new_location) OVERRIDE;
H A Dchrome_network_delegate.cc511 const GURL& new_location) {
514 extensions_delegate_->OnBeforeRedirect(request, new_location);
510 OnBeforeRedirect(net::URLRequest* request, const GURL& new_location) argument
/external/chromium_org/content/common/
H A Daccessibility_messages.h88 IPC_STRUCT_MEMBER(gfx::Rect, new_location)
/external/chromium_org/ui/aura/
H A Dwindow_tree_host.cc226 void WindowTreeHost::OnHostMoved(const gfx::Point& new_location) { argument
228 "origin", new_location.ToString());
231 OnHostMoved(this, new_location));
H A Dwindow_tree_host.h157 void OnHostMoved(const gfx::Point& new_location);
/external/chromium_org/android_webview/browser/net/
H A Daw_network_delegate.cc79 const GURL& new_location) {
78 OnBeforeRedirect(net::URLRequest* request, const GURL& new_location) argument
H A Daw_network_delegate.h63 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/net/url_request/
H A Durl_request_job.cc326 GURL new_location; local
328 if (IsRedirectResponse(&new_location, &http_status_code)) {
334 ComputeRedirectInfo(new_location, http_status_code);
/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_adapter.cc59 const GURL& new_location) OVERRIDE {}

Completed in 2827 milliseconds

12