HomeSort by relevance Sort by last modified time
    Searched full:location_ (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/chromium_org/chrome/common/
cancelable_task_tracker_unittest.cc 59 : location_(location),
64 ADD_FAILURE_AT(location_.file_name(), location_.line_number());
73 tracked_objects::Location location_; member in class:__anon6617::RunChecker
  /external/chromium_org/sync/api/
sync_change.h 64 tracked_objects::Location location_; member in class:syncer::SyncChange
sync_error.h 96 scoped_ptr<tracked_objects::Location> location_; member in class:syncer::SyncError
  /external/chromium_org/ui/views/controls/
glow_hover_controller.h 79 gfx::Point location_; member in class:views::GlowHoverController
  /art/runtime/
oat_file.h 64 return location_;
241 const std::string location_; member in class:art::OatFile
  /external/chromium/chrome/browser/accessibility/
browser_accessibility.cc 59 location_ = src.location;
124 gfx::Rect bounds = location_;
browser_accessibility.h 146 gfx::Rect location() const { return location_; }
211 gfx::Rect location_; member in class:BrowserAccessibility
browser_accessibility_win.cc 512 *x = location_.x() + top_left.x;
513 *y = location_.y() + top_left.y;
515 *x = location_.x();
516 *y = location_.y();
535 *height = location_.height();
536 *width = location_.width();
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
goose.h 64 return location_;
125 Vector2 location_; member in class:Goose
  /external/chromium_org/ui/views/
view_unittest.cc 215 location_.SetPoint(0, 0);
256 gfx::Point location_; member in class:views::TestView
299 location_.SetPoint(event->x(), event->y());
367 location_.SetPoint(event.x(), event.y());
375 location_.SetPoint(event.x(), event.y());
381 location_.SetPoint(event.x(), event.y());
418 EXPECT_EQ(v2->location_.x(), 10);
419 EXPECT_EQ(v2->location_.y(), 20);
431 EXPECT_EQ(v2->location_.x(), -50);
432 EXPECT_EQ(v2->location_.y(), -60)
    [all...]
  /external/chromium/net/websockets/
websocket_handshake.h 62 std::string location_; member in class:net::WebSocketHandshake
websocket_handshake_draft75.cc 147 if (location_ != ws_location_)
websocket_handshake.cc 32 location_(location),
202 if (location_ != ws_location_)
  /external/chromium_org/chrome/browser/storage_monitor/
storage_info.cc 35 location_(device_location),
  /external/chromium_org/chrome/utility/extensions/
unpacker.h 82 Manifest::Location location_; member in class:extensions::Unpacker
unpacker.cc 108 location_(location),
195 location_,
  /external/chromium_org/v8/src/
compiler.h 568 : job_(job), location_(location) {
569 ASSERT(location_ != NULL);
574 *location_ += timer_.Elapsed();
579 TimeDelta* location_; member in struct:v8::internal::RecompileJob::Timer
variables.cc 69 location_(UNALLOCATED),
  /external/v8/src/
variables.cc 68 location_(UNALLOCATED),
  /external/chromium_org/extensions/common/
manifest.h 115 Location location() const { return location_; }
181 Location location_; member in class:extensions::Manifest
  /external/chromium_org/chrome/browser/devtools/
port_forwarding_controller.cc 60 : location_(location),
76 Tokenize(location_, ":", &tokens);
212 std::string location_; member in class:__anon4557::SocketTunnel
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_delegate.cc 58 location_(BOOKMARK_LAUNCH_LOCATION_NONE) {}
72 location_ = location;
142 RecordBookmarkLaunch(node, location_);
bookmark_menu_delegate.h 208 BookmarkLaunchLocation location_; member in class:BookmarkMenuDelegate
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 84 location_ = src.location;
109 location_ = new_location;
147 gfx::Rect bounds = location_;
browser_accessibility.h 165 gfx::Rect location() const { return location_; }
311 gfx::Rect location_; member in class:content::BrowserAccessibility

Completed in 331 milliseconds

1 23 4