Searched defs:src_root (Results 1 - 8 of 8) sorted by path

/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter.cc260 aura::Window* src_root = NULL;
262 GetSrcAndDstRootWindows(&src_root, &dst_root);
267 MoveCursorTo(src_root, point_in_screen);
300 aura::Window* src_root = NULL; local
302 GetSrcAndDstRootWindows(&src_root, &dst_root);
305 CreateHorizontalEdgeBoundsInNative(src_root, src_indicator_bounds_);
362 aura::Window* src_root = NULL; local
364 GetSrcAndDstRootWindows(&src_root, &dst_root);
368 CreateVerticalEdgeBoundsInNative(src_root, src_indicator_bounds_);
373 void MouseCursorEventFilter::GetSrcAndDstRootWindows(aura::Window** src_root, argument
[all...]
/external/chromium_org/chrome/app/
H A Dsignature_validator_win_unittest.cc58 base::FilePath src_root; local
59 PathService::Get(base::DIR_SOURCE_ROOT, &src_root);
60 return src_root.Append(kCertificateRelativePath);
64 base::FilePath src_root; local
65 PathService::Get(base::DIR_SOURCE_ROOT, &src_root);
66 return src_root.Append(kDLLRelativePath);
/external/chromium_org/chrome/browser/ui/webui/
H A Dbidi_checker_web_ui_test.cc39 base::FilePath src_root; local
40 if (!PathService::Get(base::DIR_SOURCE_ROOT, &src_root))
42 return src_root.Append(kWebUIBidiCheckerLibraryJS);
/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest_util.cc319 base::FilePath src_root; local
320 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &src_root));
331 src_root.Append(document_root));
337 base::FilePath src_root; local
338 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &src_root));
349 src_root.Append(document_root));
/external/chromium_org/content/browser/fileapi/
H A Ddragged_file_util_unittest.cc431 FileSystemURL src_root = GetFileSystemURL(base::FilePath()); local
436 directories.push(src_root);
452 src_root, dest_root, src_url);
472 FileSystemURL src_root = GetFileSystemURL(base::FilePath()); local
482 src_root, &entries));
487 src_root, entries[i].name);
489 src_root, dest_root, src_url);
/external/chromium_org/net/base/
H A Dtest_data_directory.cc18 base::FilePath src_root; local
19 PathService::Get(base::DIR_SOURCE_ROOT, &src_root);
20 return src_root.Append(kCertificateRelativePath);
/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.cc738 const FileSystemURL& src_root,
745 src_root_(src_root),
736 CopyOrMoveOperationDelegate( FileSystemContext* file_system_context, const FileSystemURL& src_root, const FileSystemURL& dest_root, OperationType operation_type, CopyOrMoveOption option, const CopyProgressCallback& progress_callback, const StatusCallback& callback) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.c1044 static void resort_source_line(struct rb_root *dest_root, struct rb_root *src_root) argument
1049 node = rb_first(src_root);
1055 rb_erase(node, src_root);

Completed in 1075 milliseconds