Searched defs:relative (Results 1 - 25 of 69) sorted by path

123

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java587 public boolean relative(int rows) throws SQLException { method in class:Impl_RowSet
/external/chromium_org/base/third_party/xdg_user_dirs/
H A Dxdg_user_dir_lookup.cc57 int relative; local
125 relative = 0;
129 relative = 1;
134 if (relative)
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dpath_util.cc93 base::FilePath relative; local
95 old_base.AppendRelativePath(old_path, &relative)) {
96 *new_path = new_base.Append(relative);
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.cc357 // For a device with |device_name| and a relative path |sub_folder|, construct
413 base::FilePath relative; local
414 if (download_path.AppendRelativePath(path, &relative))
415 return relative.LossyDisplayName();
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dcontent_scripts_handler.cc268 std::string relative; local
269 if (!js->Get(script_index, &value) || !value->GetAsString(&relative)) {
276 GURL url = extension->GetResourceURL(relative);
277 ExtensionResource resource = extension->GetResource(relative);
287 std::string relative; local
288 if (!css->Get(script_index, &value) || !value->GetAsString(&relative)) {
295 GURL url = extension->GetResourceURL(relative);
296 ExtensionResource resource = extension->GetResource(relative);
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_win.cc84 base::FilePath relative; local
86 path, &relative)) {
87 // Note: the relative path is longer for shorter shared path between
89 // relative path.
90 if (relative.value().size() < best_length) {
92 best_length = relative.value().size();
/external/chromium_org/content/browser/fileapi/
H A Dcopy_or_move_operation_delegate_unittest.cc323 base::FilePath relative; local
324 root.virtual_path().AppendRelativePath(url.virtual_path(), &relative);
325 relative = relative.NormalizePathSeparators();
326 ASSERT_TRUE(ContainsKey(test_case_map, relative));
328 EXPECT_TRUE(test_case_map[relative]->is_directory);
331 EXPECT_FALSE(test_case_map[relative]->is_directory);
332 EXPECT_TRUE(FileExists(url, test_case_map[relative]->data_file_size));
334 test_case_map.erase(relative);
H A Ddragged_file_util_unittest.cc77 base::FilePath relative;
79 url.virtual_path(), &relative);
81 return relative;
140 base::FilePath relative; local
141 if (data_dir_.path().AppendRelativePath(path, &relative))
142 return relative;
243 base::FilePath relative = GetRelativeVirtualPath(root2, url2); local
244 EXPECT_TRUE(file_set1.find(relative) != file_set1.end());
H A Dplugin_private_file_system_backend_unittest.cc58 FileSystemURL CreateURL(const GURL& root_url, const std::string& relative) { argument
63 root.virtual_path().AppendASCII(relative));
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc2907 PP_Var relative,
2909 StringVar* relative_string = StringVar::FromPPVar(relative);
2905 ResolveRelativeToDocument( PP_Instance instance, PP_Var relative, PP_URLComponents_Dev* components) argument
/external/chromium_org/extensions/common/manifest_handlers/
H A Dshared_module_manifest_unittest.cc104 std::string relative; local
105 SharedModuleInfo::ParseImportedPath(kValidImportPath, &id, &relative);
107 EXPECT_EQ(relative, kValidImportPathRelative);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc414 PP_Var relative,
412 ResolveRelativeToDocument( PP_Instance instance, PP_Var relative, PP_URLComponents_Dev* components) argument
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview.cc123 View* relative,
125 DCHECK(relative);
126 DCHECK_NE(view, relative);
127 DCHECK_EQ(view->parent(), relative->parent());
132 std::find(children->begin(), children->end(), relative) -
139 ScopedOrderChangedNotifier notifier(view, relative, direction);
266 void View::Reorder(View* relative, OrderDirection direction) { argument
267 if (!LocalReorder(relative, direction))
271 relative->id(),
392 bool View::LocalReorder(View* relative, OrderDirectio argument
121 ReorderImpl(View::Children* children, View* view, View* relative, OrderDirection direction) argument
[all...]
H A Dview_private.h41 void LocalReorder(View* relative, OrderDirection direction) { argument
42 view_->LocalReorder(relative, direction);
/external/chromium_org/mojo/services/view_manager/
H A Dserver_view.cc61 ServerView* relative,
68 Views::iterator i = std::find(children_.begin(), children_.end(), relative);
60 Reorder(ServerView* child, ServerView* relative, OrderDirection direction) argument
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.cc521 PP_Var relative,
526 SerializedVarSendInput(dispatcher(), relative),
1207 SerializedVarReceiveInput relative,
1215 instance, relative.Get(dispatcher()), NULL));
519 ResolveRelativeToDocument( PP_Instance instance, PP_Var relative, PP_URLComponents_Dev* components) argument
1205 OnHostMsgResolveRelativeToDocument( PP_Instance instance, SerializedVarReceiveInput relative, SerializedVarReturnValue result) argument
/external/chromium_org/ppapi/shared_impl/
H A Dppb_url_util_shared.cc58 PP_Var relative,
62 StringVar* relative_string = StringVar::FromPPVar(relative);
56 ResolveRelativeToURL( PP_Var base_url, PP_Var relative, PP_URLComponents_Dev* components) argument
/external/chromium_org/ppapi/tests/
H A Dtest_url_util.cc78 const char* relative; member in struct:TestCase
91 test_cases[i].relative);
/external/chromium_org/ppapi/thunk/
H A Dppb_url_util_thunk.cc17 PP_Var relative,
22 return enter.functions()->ResolveRelativeToDocument(instance, relative,
16 ResolveRelativeToDocument(PP_Instance instance, PP_Var relative, PP_URLComponents_Dev* components) argument
/external/chromium_org/sandbox/win/src/
H A Dservice_resolver_32.cc332 // Plain old entry point patch. The relative jump address follows it.
333 ULONG relative = function_code.service_id; local
336 relative += bit_cast<ULONG>(target_) - bit_cast<ULONG>(remote_thunk);
338 function_code.service_id = relative;
/external/chromium_org/sandbox/win/wow_helper/
H A Dservice64_resolver.cc64 relative = 0;
69 ULONG relative; member in struct:__anon10647::Redirected
87 relative = 0;
93 ULONG relative; member in struct:__anon10647::InternalThunk
285 // If the source or target are above 4GB we cannot do this relative jump.
298 local_service.relative = static_cast<ULONG>(diff);
322 my_thunk.relative = static_cast<ULONG>(diff);
/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.cc1025 base::FilePath relative = dest_root_.virtual_path(); local
1027 &relative);
1031 relative);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLinkHash.cpp41 static bool resolveRelative(const KURL& base, const String& relative, url::RawCanonOutput<2048>* buffer) argument
46 if (relative.is8Bit()) {
47 StringUTF8Adaptor relativeUTF8(relative);
50 return url::ResolveRelative(baseUTF8.data(), baseUTF8.length(), base.parsed(), relative.characters16(), relative.length(), 0, buffer, &parsed);
53 LinkHash visitedLinkHash(const KURL& base, const AtomicString& relative) argument
55 if (relative.isNull())
58 if (!resolveRelative(base, relative.string(), &buffer))
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURL.cpp210 // Constructs a new URL given a base URL and a possibly relative input URL.
212 KURL::KURL(const KURL& base, const String& relative) argument
214 init(base, relative, 0);
217 // Constructs a new URL given a base URL and a possibly relative input URL.
218 // Any query portion of the relative URL will be encoded in the given encoding.
219 KURL::KURL(const KURL& base, const String& relative, const WTF::TextEncoding& encoding) argument
221 init(base, relative, &encoding.encodingForFormSubmission());
778 void KURL::init(const KURL& base, const String& relative, const WTF::TextEncoding* queryEncoding) argument
780 if (!relative.isNull() && relative
790 init(const KURL& base, const CHAR* relative, int relativeLength, const WTF::TextEncoding* queryEncoding) argument
[all...]

Completed in 861 milliseconds

123