Searched defs:Location (Results 1 - 25 of 87) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocation.h46 class Location : public ScriptWrappable, public RefCounted<Location>, public DOMWindowProperty { class in namespace:WebCore
48 static PassRefPtr<Location> create(Frame* frame) { return adoptRef(new Location(frame)); }
76 explicit Location(Frame*);
H A DLocation.cpp30 #include "core/frame/Location.h"
44 Location::Location(Frame* frame) function in class:WebCore::Location
50 inline const KURL& Location::url() const
61 String Location::href() const
69 String Location::protocol() const
76 String Location::host() const
83 String Location::hostname() const
90 String Location::port() const
97 String Location
[all...]
/external/mockito/src/org/mockito/invocation/
H A DLocation.java13 public interface Location { interface
/external/qemu/
H A Dqemu-error.h16 typedef struct Location { struct
21 struct Location *prev;
22 } Location; typedef in typeref:struct:Location
24 Location *loc_push_restore(Location *loc);
25 Location *loc_push_none(Location *loc);
26 Location *loc_pop(Location *loc);
27 Location *loc_sav
[all...]
/external/chromium_org/base/
H A Dlocation.h15 // Location provides basic info where of an object was constructed, or was
17 class BASE_EXPORT Location { class in namespace:tracked_objects
22 Location(const char* function_name,
28 Location();
36 bool operator < (const Location& other) const {
68 // A "snapshotted" representation of the Location class that can safely be
73 explicit LocationSnapshot(const tracked_objects::Location& location);
87 ::tracked_objects::Location(function_name, \
H A Dlocation.cc20 Location::Location(const char* function_name, function in class:tracked_objects::Location
30 Location::Location() function in class:tracked_objects::Location
37 std::string Location::ToString() const {
42 void Location::Write(bool display_filename, bool display_function_name,
54 void Location::WriteFunctionName(std::string* output) const {
79 const tracked_objects::Location& location)
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DInput.h29 struct Location struct in class:pp::Input
34 Location() : sIndex(0), cIndex(0) { } function in struct:pp::Input::Location
36 const Location& readLoc() const { return mReadLoc; }
44 Location mReadLoc;
/external/chromium_org/tools/gn/
H A Dlocation.cc11 Location::Location() function in class:Location
17 Location::Location(const InputFile* file, int line_number, int char_offset) function in class:Location
23 bool Location::operator==(const Location& other) const {
29 bool Location::operator!=(const Location& other) const {
33 bool Location::operator<(const Location
[all...]
H A Dlocation.h13 class Location { class
15 Location();
16 Location(const InputFile* file, int line_number, int char_offset);
22 bool operator==(const Location& other) const;
23 bool operator!=(const Location& other) const;
24 bool operator<(const Location& other) const;
42 LocationRange(const Location& begin, const Location& end);
44 const Location& begin() const { return begin_; }
45 const Location
[all...]
/external/chromium/base/
H A Dtracked.cc16 Location::Location(const char* function_name, const char* file_name, function in class:tracked_objects::Location
23 Location::Location() function in class:tracked_objects::Location
29 void Location::Write(bool display_filename, bool display_function_name,
41 void Location::WriteFunctionName(std::string* output) const {
67 void Tracked::SetBirthPlace(const Location& from_here) {}
68 const Location Tracked::GetBirthPlace() const {
69 static Location kNone("NoFunctionName", "NeedToSetBirthPlace", -1);
82 SetBirthPlace(Location("NoFunctionNam
[all...]
H A Dtracked.h9 // 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.
36 // Location provides basic info where of an object was constructed, or was
39 class BASE_API Location { class in namespace:tracked_objects
44 Location(const char* function_name, const char* file_name, int line_number);
47 Location();
55 bool operator < (const Location& other) const {
83 #define FROM_HERE tracked_objects::Location(__FUNCTION__, __FILE__, __LINE__)
97 void SetBirthPlace(const Location
[all...]
/external/chromium_org/cc/test/
H A Dfake_scrollbar.cc39 gfx::Point FakeScrollbar::Location() const { return location_; } function in class:cc::FakeScrollbar
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DScript.js51 /** @type {!Set.<!WebInspector.Script.Location>} */
203 var rawLocation = new WebInspector.DebuggerModel.Location(this.scriptId, lineNumber, columnNumber || 0);
227 * @param {!WebInspector.DebuggerModel.Location} rawLocation
229 * @return {!WebInspector.Script.Location}
234 var location = new WebInspector.Script.Location(this, rawLocation, updateDelegate);
247 * @param {!WebInspector.DebuggerModel.Location} rawLocation
250 WebInspector.Script.Location = function(script, rawLocation, updateDelegate)
256 WebInspector.Script.Location.prototype = {
262 var debuggerModelLocation = /** @type {!WebInspector.DebuggerModel.Location} */ (this.rawLocation());
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.h73 struct Location { struct in class:clang::CXLoadedDiagnostic
79 Location() : line(0), column(0), offset(0) {} function in struct:clang::CXLoadedDiagnostic::Location
82 Location DiagLoc;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DTraceDebugEventListener.cs66 public override void Location( int line, int pos ) method in class:Antlr.Runtime.Debug.TraceDebugEventListener
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dform_field_error.h44 enum Location { enum in class:autofill::wallet::FormFieldError
56 FormFieldError(ErrorType error_type, Location location);
60 Location location() const { return location_; }
80 Location location_;
/external/chromium_org/webkit/renderer/compositor_bindings/
H A Dscrollbar_impl.cc43 gfx::Point ScrollbarImpl::Location() const { function in class:webkit::ScrollbarImpl
/external/clang/test/SemaCXX/
H A Darrow-operator.cpp31 class Node { public: Point Location(){ Point p; return p; } }; function in class:rdar8875304::Node
36 Line_Segment(node1->Location()); // expected-error {{not a structure or union}}
/external/llvm/utils/TableGen/
H A DCTagsEmitter.cpp37 Tag(const std::string &Name, const SMLoc Location) argument
38 : Id(&Name), Loc(Location) {}
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DTraceDebugEventListener.cs59 public override void Location(int line, int pos) { method in class:Antlr.Runtime.Debug.TraceDebugEventListener
H A DBlankDebugEventListener.cs69 public virtual void Location(int line, int pos) { method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs121 public virtual void Location(int line, int pos) { method in class:Antlr.Runtime.Debug.DebugEventHub
124 listener.Location(line, pos);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb14 module Location module in class:ANTLR3.Test
33 end # module Location
57 include Location
/external/chromium_org/ppapi/generators/
H A Didl_node.py94 def Location(self): member in class:IDLNode
/external/clang/include/clang/Sema/
H A DExternalSemaSource.h38 SourceLocation Location; member in struct:clang::ExternalVTableUse

Completed in 1195 milliseconds

1234