Searched defs:location (Results 276 - 300 of 858) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/themes/
H A Dtheme_syncable_service_unittest.cc126 extensions::Manifest::Location location,
136 extension_path, location, source,
123 MakeThemeExtension( const base::FilePath& extension_path, const string& name, extensions::Manifest::Location location, const string& update_url) argument
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dfake_base_tab_strip_controller.cc115 const base::string16& location) {
114 CreateNewTabWithLocation( const base::string16& location) argument
H A Dstacked_tab_strip_layout_unittest.cc540 const int location; member in struct:TestData
556 layout_->SetActiveTabLocation(test_data[i].location);
/external/chromium_org/chrome/common/extensions/permissions/
H A Dpermissions_data_unittest.cc52 // manifest |location|.
56 Manifest::Location location) {
70 .SetLocation(location)
286 EXPECT_EQ("Detect your physical location", UTF16ToUTF8(warnings[2]));
310 "location-api.json",
316 EXPECT_EQ("Detect your physical location", UTF16ToUTF8(warnings[0]));
53 GetExtensionWithHostPermission( const std::string& id, const std::string& host_permissions, Manifest::Location location) argument
/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc45 void LogShortcutOperation(ShellUtil::ShortcutLocation location, argument
64 switch (location) {
113 ShellUtil::ShortcutLocation location,
117 LogShortcutOperation(location, dist, properties, operation, false);
118 if (!ShellUtil::CreateOrUpdateShortcut(location, dist, properties,
120 LogShortcutOperation(location, dist, properties, operation, true);
152 // This function installs a new version of Chrome to the specified location.
112 ExecuteAndLogShortcutOperation( ShellUtil::ShortcutLocation location, BrowserDistribution* dist, const ShellUtil::ShortcutProperties& properties, ShellUtil::ShortcutOperation operation) argument
/external/chromium_org/chrome/installer/util/
H A Dlzma_util.cc120 DWORD LzmaUtil::UnPack(const std::wstring& location) { argument
121 return UnPack(location, NULL);
124 DWORD LzmaUtil::UnPack(const std::wstring& location, argument
182 base::FilePath file_path = base::FilePath(location).Append(
H A Dmaster_preferences_unittest.cc220 int location = 0; local
222 "behllobkkfkfnphdnhnkndlbkcpglgmj.location", &location));
H A Dshell_util_unittest.cc94 ShellUtil::ShortcutLocation location,
98 switch (location) {
114 ADD_FAILURE() << "Unknown location";
125 // Validates that the shortcut at |location| matches |properties| (and
130 ShellUtil::ShortcutLocation location,
134 GetExpectedShortcutPath(location, dist, properties));
93 GetExpectedShortcutPath( ShellUtil::ShortcutLocation location, BrowserDistribution* dist, const ShellUtil::ShortcutProperties& properties) argument
129 ValidateChromeShortcut( ShellUtil::ShortcutLocation location, BrowserDistribution* dist, const ShellUtil::ShortcutProperties& properties) argument
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client_unittest.cc88 extensions::Manifest::Location location = is_unrestricted ? local
106 return extensions::Extension::Create(base::FilePath(), location, manifest,
/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/chrome/utility/extensions/
H A Dextensions_handler.cc130 int location,
132 CHECK_GT(location, Manifest::INVALID_LOCATION);
133 CHECK_LT(location, Manifest::NUM_LOCATIONS);
137 static_cast<Manifest::Location>(location),
127 OnUnpackExtension( const base::FilePath& extension_path, const std::string& extension_id, int location, int creation_flags) argument
H A Dunpacker.cc103 Manifest::Location location,
107 location_(location),
101 Unpacker(const base::FilePath& extension_path, const std::string& extension_id, Manifest::Location location, int creation_flags) argument
/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...]
H A Dstorage_monitor_win_unittest.cc233 base::string16 location; local
235 &location, &unique_id,
277 EXPECT_EQ(ASCIIToUTF16("F:\\"), info.location());
478 EXPECT_EQ(info.location(), device_info.location());
490 EXPECT_EQ(info.location(), device_info.location());
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter_win.cc37 "location",
143 base::DictionaryValue* location = new base::DictionaryValue; local
144 location->SetInteger("x", left - root_left);
145 location->SetInteger("y", top - root_top);
146 dict->Set("location", location);
278 } else if (strcmp(attribute_name, "location") == 0) {
280 FormatCoordinates("location", "x", "y", *dict_value),
/external/chromium_org/content/browser/appcache/
H A Dappcache_request_handler.cc93 const GURL& location) {
103 if (request->url().GetOrigin() == location.GetOrigin())
90 MaybeLoadFallbackForRedirect( net::URLRequest* request, net::NetworkDelegate* network_delegate, const GURL& location) argument
/external/chromium_org/content/renderer/pepper/
H A Dppb_scrollbar_impl.cc94 PP_Rect rect = location();
151 void PPB_Scrollbar_Impl::SetLocationInternal(const PP_Rect* location) { argument
154 scrollbar_->setLocation(WebRect(location->point.x,
155 location->point.y,
156 location->size.width,
157 location->size.height));
/external/chromium_org/extensions/browser/
H A Dextension_icon_image_unittest.cc143 Manifest::Location location) {
165 return Extension::Create(test_file, location, *valid_value,
142 CreateExtension(const char* name, Manifest::Location location) argument
/external/chromium_org/extensions/common/features/
H A Dfeature.h121 Manifest::Location location,
123 return IsAvailableToManifest(extension_id, type, location, manifest_version,
128 Manifest::Location location,
119 IsAvailableToManifest(const std::string& extension_id, Manifest::Type type, Manifest::Location location, int manifest_version) const argument
/external/chromium_org/extensions/common/
H A Dfile_util.cc123 Manifest::Location location,
126 return LoadExtension(extension_path, std::string(), location, flags, error);
131 Manifest::Location location,
144 extension_path, location, *manifest, flags, extension_id, error));
122 LoadExtension(const base::FilePath& extension_path, Manifest::Location location, int flags, std::string* error) argument
129 LoadExtension(const base::FilePath& extension_path, const std::string& extension_id, Manifest::Location location, int flags, std::string* error) argument
H A Dfile_util_unittest.cc32 Manifest::Location location,
36 Extension::Create(manifest_dir, location, *manifest, extra_flags, error);
43 Manifest::Location location,
54 location,
29 LoadExtensionManifest( base::DictionaryValue* manifest, const base::FilePath& manifest_dir, Manifest::Location location, int extra_flags, std::string* error) argument
40 LoadExtensionManifest( const std::string& manifest_value, const base::FilePath& manifest_dir, Manifest::Location location, int extra_flags, std::string* error) argument
H A Dmanifest.h77 // Whether the |location| is external or not.
78 static inline bool IsExternalLocation(Location location) { argument
79 return location == EXTERNAL_PREF ||
80 location == EXTERNAL_REGISTRY ||
81 location == EXTERNAL_PREF_DOWNLOAD ||
82 location == EXTERNAL_POLICY ||
83 location == EXTERNAL_POLICY_DOWNLOAD ||
84 location == EXTERNAL_COMPONENT;
87 // Whether the |location| is unpacked (no CRX) or not.
88 static inline bool IsUnpackedLocation(Location location) { argument
93 IsAutoUpdateableLocation(Location location) argument
101 IsPolicyLocation(Location location) argument
108 IsComponentLocation(Location location) argument
114 ShouldAlwaysAllowFileAccess(Location location) argument
124 Location location() const { return location_; } function in class:extensions::Manifest
[all...]
H A Dmanifest_test.cc105 extensions::Manifest::Location location,
112 test_data_dir.DirName(), location, *value, flags, error);
117 extensions::Manifest::Location location,
121 LoadExtension(manifest, &error, location, flags);
129 extensions::Manifest::Location location,
131 return LoadAndExpectSuccess(ManifestData(manifest_name), location, flags);
137 extensions::Manifest::Location location,
141 LoadExtension(manifest, &error, location, flags);
152 extensions::Manifest::Location location,
155 ManifestData(manifest_name), expected_warning, location, flag
102 LoadExtension( const ManifestData& manifest, std::string* error, extensions::Manifest::Location location, int flags) argument
115 LoadAndExpectSuccess( const ManifestData& manifest, extensions::Manifest::Location location, int flags) argument
127 LoadAndExpectSuccess( char const* manifest_name, extensions::Manifest::Location location, int flags) argument
134 LoadAndExpectWarning( const ManifestData& manifest, const std::string& expected_warning, extensions::Manifest::Location location, int flags) argument
149 LoadAndExpectWarning( char const* manifest_name, const std::string& expected_warning, extensions::Manifest::Location location, int flags) argument
170 LoadAndExpectError( const ManifestData& manifest, const std::string& expected_error, extensions::Manifest::Location location, int flags) argument
182 LoadAndExpectError( char const* manifest_name, const std::string& expected_error, extensions::Manifest::Location location, int flags) argument
197 Testcase( std::string manifest_filename, std::string expected_error, extensions::Manifest::Location location, int flags) argument
220 Testcase( std::string manifest_filename, extensions::Manifest::Location location, int flags) argument
[all...]
/external/chromium_org/jingle/glue/
H A Dfake_ssl_client_socket_unittest.cc189 net::IoMode mode, int error, HandshakeErrorLocation location) {
202 switch (location) {
259 int error, HandshakeErrorLocation location) {
260 RunUnsuccessfulHandshakeTestHelper(net::SYNCHRONOUS, error, location);
261 RunUnsuccessfulHandshakeTestHelper(net::ASYNC, error, location);
188 RunUnsuccessfulHandshakeTestHelper( net::IoMode mode, int error, HandshakeErrorLocation location) argument
258 RunUnsuccessfulHandshakeTest( int error, HandshakeErrorLocation location) argument
/external/chromium_org/media/filters/
H A Dffmpeg_demuxer_unittest.cc112 // |location| simply indicates where the call to this function was made.
114 void OnReadDone(const tracked_objects::Location& location, argument
121 location.Write(true, false, &location_str);
134 DemuxerStream::ReadCB NewReadCB(const tracked_objects::Location& location, argument
140 location,
147 const tracked_objects::Location& location,
154 location,
146 NewReadCBWithCheckedDiscard( const tracked_objects::Location& location, int size, int64 timestamp_us, base::TimeDelta discard_front_padding) argument

Completed in 1808 milliseconds

<<11121314151617181920>>