HomeSort by relevance Sort by last modified time
    Searched defs:Location (Results 1 - 13 of 13) sorted by null

  /external/webkit/WebCore/page/
Location.h 41 class Location : public RefCounted<Location> {
43 static PassRefPtr<Location> create(Frame* frame) { return adoptRef(new Location(frame)); }
62 Location(Frame*);
Location.cpp 30 #include "Location.h"
39 Location::Location(Frame* frame)
44 void Location::disconnectFrame()
49 inline const KURL& Location::url() const
60 String Location::href() const
69 String Location::protocol() const
77 String Location::host() const
88 String Location::hostname() const
96 String Location::port() cons
    [all...]
  /external/chromium/base/
tracked.h 9 // to as its Location. The Location is a file and line number, most
12 // do additonal things), its Location may be redefined to that later location.
34 // Location provides basic info where of an object was constructed, or was
37 class Location {
42 Location(const char* function_name, const char* file_name, int line_number)
48 Location()
59 bool operator < (const Location& other) const {
85 // Define a macro to record the current source location
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_custom.h 71 void (*Location)(PERF_OBJHANDLE hObject,
164 ((PERF_OBJHANDLE)(hObject))->ci.Location( \
  /cts/tests/tests/location/src/android/location/cts/
LocationTest.java 17 package android.location.cts;
25 import android.location.Location;
32 @TestTargetClass(Location.class)
51 method = "Location",
52 args = {android.location.Location.class}
56 method = "Location",
63 new Location("LocationProvider");
65 Location l = createTestLocation()
66 Location location = new Location(l); local
85 Location location = new Location("LocationProvider"); local
99 Location location = new Location(""); local
249 Location location = new Location(""); local
330 Location location = new Location(""); local
365 Location location = new Location(""); local
400 Location location = new Location(""); local
433 Location location = createTestLocation(); local
454 Location location = new Location(""); local
479 Location location = new Location(""); local
504 Location location = new Location(""); local
537 Location location = new Location(""); local
562 Location location = new Location(""); local
587 Location location = new Location(""); local
616 Location location = createTestLocation(); local
627 Location location = createTestLocation(); local
    [all...]
  /external/v8/src/
full-codegen.h 238 enum Location {
287 void VisitForValue(Expression* expr, Location where) {
289 Location saved_location = location_;
311 Location where,
315 Location saved_location = location_;
330 Location where,
334 Location saved_location = location_;
439 Location location_;
scanner.h 283 struct Location {
284 Location(int b, int e) : beg_pos(b), end_pos(e) { }
285 Location() : beg_pos(0), end_pos(0) { }
290 // Returns the location information for the current token
292 Location location() const { return current_.location; } function in class:v8::internal::Scanner
293 Location peek_location() const { return next_.location; }
376 Location location member in struct:v8::internal::Scanner::TokenDesc
    [all...]
  /frameworks/base/location/java/android/location/
Location.java 17 package android.location;
28 * A class representing a geographic location sensed at a particular
29 * time (a "fix"). A location consists of a latitude and longitude, a
38 public class Location implements Parcelable {
96 * Constructs a new Location. By default, time, latitude,
100 * @param provider the name of the location provider that generated this
101 * location fix.
103 public Location(String provider) {
108 * Constructs a new Location object that is a copy of the given
109 * location
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 207 milliseconds