Searched refs:location (Results 201 - 225 of 2162) sorted by relevance

1234567891011>>

/external/chromium_org/net/url_request/
H A Durl_request_job_factory_impl.cc82 const GURL& location) const {
84 if (!location.is_valid()) {
89 location.scheme());
94 return it->second->IsSafeRedirectTarget(location);
/external/chromium_org/sync/syncable/
H A Dwrite_transaction_info.h17 tracked_objects::Location location,
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DLayoutRect.h46 LayoutRect(const LayoutPoint& location, const LayoutSize& size) argument
47 : m_location(location), m_size(size) { }
50 LayoutRect(const FloatPoint& location, const FloatSize& size) argument
51 : m_location(location), m_size(size) { }
52 LayoutRect(const IntRect& rect) : m_location(rect.location()), m_size(rect.size()) { }
56 LayoutPoint location() const { return m_location; } function in class:blink::LayoutRect
62 void setLocation(const LayoutPoint& location) { m_location = location; } argument
200 return a.location() == b.location()
228 pixelSnappedIntRect(LayoutPoint location, LayoutSize size) argument
[all...]
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
H A DPreprocessorTest.cpp20 for (; line < token.location.line; ++line)
/external/chromium_org/tools/gn/
H A Dc_include_iterator.h25 // location with where it came from, and returns true, or returns false if
27 bool GetNextIncludeString(base::StringPiece* out, LocationRange* location);
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
H A Dparse_url.js7 var url = window.location.href;
/external/chromium_org/ui/ozone/platform/dri/
H A Dgpu_platform_support_gbm.cc88 const gfx::Point& location,
90 dri_->SetHardwareCursor(widget, bitmaps, location, frame_delay_ms);
94 const gfx::Point& location) {
95 dri_->MoveHardwareCursor(widget, location);
86 OnCursorSet(gfx::AcceleratedWidget widget, const std::vector<SkBitmap>& bitmaps, const gfx::Point& location, int frame_delay_ms) argument
93 OnCursorMove(gfx::AcceleratedWidget widget, const gfx::Point& location) argument
/external/chromium_org/ui/views/corewm/
H A Dtooltip.h31 const gfx::Point& location) = 0;
33 // Shows the tooltip at the specified location (in screen coordinates).
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DSuppressableTask.java80 public static BuildException newBuildException (final String msg, final Location location) argument
86 return new BuildException (prefixedMsg, location);
89 public static BuildException newBuildException (final String msg, final Throwable cause, final Location location) argument
95 return new BuildException (prefixedMsg, cause, location);
/external/iptables/include/linux/netfilter/
H A Dxt_u32.h30 struct xt_u32_location_element location[XT_U32_MAXSIZE+1]; member in struct:xt_u32_test
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_u32.h30 struct xt_u32_location_element location[XT_U32_MAXSIZE+1]; member in struct:xt_u32_test
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp34 cl::location(EnableARCOpts),
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector.cc11 #include "base/location.h"
52 // How often, in seconds, to update the device location.
124 // The last known location is persisted in local state. This makes location
126 // reacquire the location on every user session change or browser crash.
130 const base::DictionaryValue* location = local
132 if (location->GetDouble(kLatitude, &position.latitude) &&
133 location->GetDouble(kLongitude, &position.longitude) &&
134 location->GetDouble(kAltitude, &position.altitude) &&
135 location
360 em::DeviceLocation* location = request->mutable_device_location(); local
542 base::DictionaryValue location; local
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Delement_commands.cc137 WebPoint location; local
139 session, web_view, element_id, &location);
144 kMovedMouseEventType, kNoneMouseButton, location.x, location.y,
150 session->mouse_position = location;
175 WebPoint location; local
177 session, web_view, element_id, &location);
184 location.x, location.y, session->sticky_modifiers, 0));
187 location
230 WebPoint location; local
467 WebPoint location; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextCheckingHelper.cpp62 badGrammar.location = checkLocation + badGrammarLocation;
91 misspelling.location = start + wordStart + misspellingLocation;
93 misspelling.replacement = client.getAutoCorrectSuggestionForMisspelledWord(String(text + misspelling.location, misspelling.length));
303 outGrammarDetail.location = -1;
347 if (result->decoration == TextDecorationTypeSpelling && result->location >= currentStartOffset && result->location + result->length <= currentEndOffset) {
348 ASSERT(result->length > 0 && result->location >= 0);
349 spellingLocation = result->location;
350 misspelledWord = paragraphString.substring(result->location, result->length);
354 if (checkGrammar && result->decoration == TextDecorationTypeGrammar && result->location < currentEndOffse
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap.cc79 ASSERT(ll->next->location == Span::ON_NORMAL_FREELIST);
85 ASSERT(ll->next->location == Span::ON_RETURNED_FREELIST);
124 ASSERT(best->location == Span::ON_NORMAL_FREELIST);
138 ASSERT(best->location == Span::ON_RETURNED_FREELIST);
149 ASSERT(span->location == Span::IN_USE);
155 ASSERT(leftover->location == Span::IN_USE);
178 ASSERT(span->location != Span::IN_USE);
179 const int old_location = span->location;
181 span->location = Span::IN_USE;
188 leftover->location
[all...]
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win_unittest.cc61 const base::FilePath::StringType& location);
64 const base::FilePath& location);
121 const base::FilePath::StringType& location) {
122 StorageInfo info(id, location, label, base::string16(), base::string16(), 0);
129 const base::FilePath& location) {
132 base::string16 label = location.LossyDisplayName();
133 ProcessAttach(device_id, label, location.value());
157 base::FilePath location(
160 AttachDevice(StorageInfo::MTP_OR_PTP, "mtp_fake_id", location);
175 if (info.path == location) {
118 ProcessAttach( const std::string& id, const base::string16& label, const base::FilePath::StringType& location) argument
126 AttachDevice( StorageInfo::Type type, const std::string& unique_id, const base::FilePath& location) argument
[all...]
/external/chromium_org/chrome/browser/sync_file_system/
H A Dlogger.cc9 #include "base/location.h"
43 const tracked_objects::Location& location,
68 logging::LogMessage(location.file_name(), location.line_number(), severity)
42 Log(logging::LogSeverity severity, const tracked_objects::Location& location, const char* format, ...) argument
/external/chromium_org/chrome/common/extensions/
H A Dextension_test_util.h25 extensions::Manifest::Location location,
33 extensions::Manifest::Location location,
40 extensions::Manifest::Location location,
/external/chromium_org/components/autofill/content/browser/risk/
H A Dfingerprint_browsertest.cc125 const Fingerprint::UserCharacteristics::Location& location = local
126 user_characteristics.location();
127 EXPECT_TRUE(location.has_altitude());
128 EXPECT_TRUE(location.has_latitude());
129 EXPECT_TRUE(location.has_longitude());
130 EXPECT_TRUE(location.has_accuracy());
131 EXPECT_TRUE(location.has_time_in_ms());
159 EXPECT_EQ(kAltitude, location.altitude());
160 EXPECT_EQ(kLatitude, location.latitude());
161 EXPECT_EQ(kLongitude, location
[all...]
/external/chromium_org/components/metrics/profiler/
H A Dprofiler_metrics_provider_unittest.cc30 process_data.tasks.back().birth.location.file_name = "a/b/file.h";
31 process_data.tasks.back().birth.location.function_name = "function";
32 process_data.tasks.back().birth.location.line_number = 1337;
43 process_data.tasks.back().birth.location.file_name = "c\\d\\file2";
44 process_data.tasks.back().birth.location.function_name = "function2";
45 process_data.tasks.back().birth.location.line_number = 1773;
65 process_data.tasks.back().birth.location.file_name = "file3";
66 process_data.tasks.back().birth.location.function_name = "function3";
67 process_data.tasks.back().birth.location.line_number = 7331;
78 process_data.tasks.back().birth.location
[all...]
/external/chromium_org/components/storage_monitor/
H A Dmedia_transfer_protocol_device_observer_linux.cc25 // Constructs and returns the location of the device using the |storage_name|.
30 // device location.
97 // and location. On success and fills in |id|, |label|, |location|,
103 std::string* location,
115 *location = GetDeviceLocationFromStorageName(storage_name);
162 // First and second component of the path specifies the device location.
164 // device location.
177 std::string location; local
178 if (!GetLocationForDeviceId(device_id, &location)) {
99 GetStorageInfo(const std::string& storage_name, device::MediaTransferProtocolManager* mtp_manager, std::string* id, base::string16* label, std::string* location, base::string16* vendor_name, base::string16* product_name) argument
199 std::string location; local
[all...]
/external/chromium_org/content/test/data/indexeddb/
H A Dversion_change_crash.js7 if (document.location.hash === '#part1') {
9 } else if (document.location.hash === '#part2') {
11 } else if (document.location.hash === '#part3') {
/external/chromium_org/extensions/browser/
H A Dexternal_provider_interface.h36 // location.
41 Manifest::Location location,
47 // location.
52 Manifest::Location location,
87 Manifest::Location* location,
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DToken.cpp20 location = SourceLocation();
28 (location == other.location) &&

Completed in 742 milliseconds

1234567891011>>