HomeSort by relevance Sort by last modified time
    Searched refs:Location (Results 51 - 75 of 887) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/sync/internal_api/public/util/
unrecoverable_error_info.cc 14 const tracked_objects::Location& location,
16 : location_(location),
25 const tracked_objects::Location& location,
27 location_ = location;
36 const tracked_objects::Location& UnrecoverableErrorInfo::location() const { function in class:syncer::UnrecoverableErrorInfo
  /external/chromium_org/sync/internal_api/public/
write_transaction.h 14 class Location;
32 WriteTransaction(const tracked_objects::Location& from_here,
38 WriteTransaction(const tracked_objects::Location& from_here,
read_transaction.h 13 class Location;
25 ReadTransaction(const tracked_objects::Location& from_here,
  /external/qemu/
qemu-error.c 54 static Location std_loc = {
57 static Location *cur_loc = &std_loc;
60 * Push location saved in LOC onto the location stack, return it.
61 * The top of that stack is the current location.
64 Location *loc_push_restore(Location *loc)
73 * Initialize *LOC to "nowhere", push it onto the location stack.
74 * The top of that stack is the current location.
78 Location *loc_push_none(Location *loc
    [all...]
  /external/chromium/chrome/browser/sync/glue/
frontend_data_type_controller_mock.h 27 MOCK_METHOD2(OnUnrecoverableError, void(const tracked_objects::Location&,
35 const tracked_objects::Location& from_here));
37 const tracked_objects::Location& from_here));
39 MOCK_METHOD2(RecordUnrecoverableError, void(const tracked_objects::Location&,
  /external/chromium_org/base/
deferred_sequenced_task_runner.h 30 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
37 const tracked_objects::Location& from_here,
52 tracked_objects::Location posted_from;
62 void QueueDeferredTask(const tracked_objects::Location& from_here,
task_runner.cc 23 virtual bool PostTask(const tracked_objects::Location& from_here,
36 const tracked_objects::Location& from_here,
43 bool TaskRunner::PostTask(const tracked_objects::Location& from_here,
49 const tracked_objects::Location& from_here,
tracking_info.h 18 class Location;
27 TrackingInfo(const tracked_objects::Location& posted_from,
42 // Record of location and thread that the task came from.
  /external/chromium_org/sync/api/
sync_error_factory.h 10 #include "base/location.h"
23 const tracked_objects::Location& location,
sync_error_factory_mock.h 20 const tracked_objects::Location& location,
  /external/chromium_org/sync/syncable/
syncable_base_transaction.h 8 #include "base/location.h"
46 void OnUnrecoverableError(const tracked_objects::Location& location,
52 BaseTransaction(const tracked_objects::Location& from_here,
66 const tracked_objects::Location from_here_;
73 tracked_objects::Location unrecoverable_error_location_;
syncable_read_transaction.cc 10 ReadTransaction::ReadTransaction(const tracked_objects::Location& location,
12 : BaseTransaction(location, "ReadTransaction", INVALID, directory) {
  /external/chromium_org/sync/util/
test_unrecoverable_error_handler.h 20 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
logging.h 13 class Location;
18 bool VlogIsOnForLocation(const tracked_objects::Location& from_here,
  /external/chromium_org/third_party/WebKit/Source/core/page/
Location.cpp 30 #include "core/page/Location.h"
43 Location::Location(Frame* frame)
49 inline const KURL& Location::url() const
60 String Location::href() const
68 String Location::protocol() const
76 String Location::host() const
87 String Location::hostname() const
95 String Location::port() const
104 String Location::pathname() cons
    [all...]
  /external/chromium_org/tools/gn/
token.h 9 #include "tools/gn/location.h"
25 Token(const Location& location, Type t, const base::StringPiece& v);
29 const Location& location() const { return location_; } function in class:Token
32 Location(location_.file(), location_.line_number(),
49 Location location_;
  /external/llvm/autoconf/m4/
config_project.m4 6 AS_HELP_STRING([--with-llvmsrc],[Location of LLVM Source Code]),
10 AS_HELP_STRING([--with-llvmobj],[Location of LLVM Object Code]),
  /external/llvm/lib/Analysis/
NoAliasAnalysis.cpp 42 virtual AliasResult alias(const Location &LocA, const Location &LocB) {
53 virtual bool pointsToConstantMemory(const Location &Loc,
58 const Location &Loc) {
  /external/llvm/projects/sample/autoconf/m4/
config_project.m4 6 AS_HELP_STRING([--with-llvmsrc],[Location of LLVM Source Code]),
10 AS_HELP_STRING([--with-llvmobj],[Location of LLVM Object Code]),
  /external/mockito/src/org/mockito/invocation/
DescribedInvocation.java 11 * Provides information about the invocation, specifically a human readable description and the location.
26 * @return the location of the invocation.
28 Location getLocation();
  /external/chromium_org/chrome/common/extensions/
manifest.h 27 enum Location {
65 static Location GetHigherPriorityLocation(Location loc1, Location loc2);
67 // Whether the |location| is external or not.
68 static inline bool IsExternalLocation(Location location) {
69 return location == EXTERNAL_PREF ||
70 location == EXTERNAL_REGISTRY ||
71 location == EXTERNAL_PREF_DOWNLOAD |
99 Location location() const { return location_; } function in class:extensions::Manifest
    [all...]
  /external/chromium_org/base/test/
test_pending_task.h 9 #include "base/location.h"
21 TestPendingTask(const tracked_objects::Location& location,
49 tracked_objects::Location location; member in struct:base::TestPendingTask
  /external/chromium_org/chrome/browser/sync/glue/
shared_change_processor_ref.cc 18 const tracked_objects::Location& from_here,
24 const tracked_objects::Location& from_here,
shared_change_processor_ref.h 28 const tracked_objects::Location& from_here,
33 const tracked_objects::Location& from_here,
  /external/chromium_org/chrome/common/extensions/features/
feature.cc 26 Feature::Location Feature::ConvertLocation(Manifest::Location location) {
27 if (location == Manifest::COMPONENT)

Completed in 350 milliseconds

1 23 4 5 6 7 8 91011>>