/external/chromium_org/ash/frame/ |
custom_frame_view_ash.cc | 454 gfx::Path* window_mask) {
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
native_theme_gtk2.cc | 13 #include "ui/gfx/path.h" 166 gfx::Path path; local 172 path.addRoundRect(rect, radii); 174 canvas->drawPath(path, paint);
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_non_client_frame_view_ash.cc | 225 gfx::Path* window_mask) {
|
/external/chromium_org/chrome/browser/ui/webui/ |
cookies_tree_model_util.cc | 38 const char kKeyPath[] = "path"; 119 dict->SetString(kKeyPath, cookie.Path()); 303 const std::string& path) { 305 base::SplitString(path, ',', &node_ids); 311 // Validate the tree path and get the node pointer.
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_aura.h | 291 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGResourceFilter.cpp | 144 // FIXME: Remove the cache when impl-size painting is enabled on every platform and the non impl-side painting path is removed 201 // FIXME: Remove the cache when impl-size painting is enabled on every platform and the non impl-side painting path is removed 323 void RenderSVGResourceFilter::postApplyResource(RenderObject* object, GraphicsContext*& context, unsigned short resourceMode, const Path*, const RenderSVGShape*)
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsContextTest.cpp | 199 Path path; local 200 path.moveTo(FloatPoint(0, 0)); 201 path.addLineTo(FloatPoint(100, 0)); 205 context.clipPath(path, RULE_EVENODD); 472 Path path; local 475 path.moveTo(FloatPoint(0, 0)); 476 path.addLineTo(FloatPoint(100, 0)); 477 context.fillPath(path); 933 Path path; local 978 Path path; local [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
webkitdirs.pm | 38 use File::Path qw(mkpath rmtree); 93 my $qmakebin = "qmake"; # Allow override of the qmake binary from $PATH 724 my $path = "$configurationProductDir/Safari.exe"; 729 } elsif (-x $path) { 730 $safariBundle = $path; 785 # For feature detection to work it is necessary to return the path of the WebCore library here. 839 my $path = builtDylibPathForName($framework); 840 die "Can't find built framework at \"$path\".\n" unless -e $path; [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
gen_msvs_proj.sh | 37 --src-path-bare=dir Path to root of source tree 138 --src-path-bare=*) src_path_bare=$(fix_path "$optval")
|
gen_msvs_vcxproj.sh | 38 --src-path-bare=dir Path to root of source tree 158 --src-path-bare=*) src_path_bare=$(fix_path "$optval") 499 # since they're like <tag>path</tag> instead of <tag attr="path" />
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawExtraPathEffect.cpp | 28 SkDrawPath* path; member in class:SkDrawShapePathEffect 170 SK_MEMBER(addPath, Drawable), // either path or apply 171 SK_MEMBER(path, Path), 179 addPath(NULL), addMatrix(NULL), path(NULL), fPathEffect(NULL) { 187 path = (SkDrawPath*) child;
|
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGParser.cpp | 373 CASE_NEW(Path); 421 {"path", SkSVGType_Path},
|
/external/chromium_org/ui/app_list/views/ |
app_list_view.cc | 30 #include "ui/gfx/path.h" 362 void AppListView::GetWidgetHitTestMask(gfx::Path* mask) const {
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
folder_shortcuts_data_model.js | 6 * The drive mount path used in the storage. It must be '/drive'. 91 list.forEach(function(path) { 92 this.pendingPaths_[path] = true; 104 var onResolveSuccess = function(path, entry) { 105 if (path in this.pendingPaths_) 106 delete this.pendingPaths_[path]; 107 if (path in this.unresolvablePaths_) { 109 delete this.unresolvablePaths_[path]; 118 var onResolveFailure = function(path, url) { 119 if (path in this.pendingPaths_ [all...] |
/external/chromium_org/ui/views/bubble/ |
bubble_frame_view.cc | 12 #include "ui/gfx/path.h" 126 gfx::Path* window_mask) {
|
tray_bubble_view.cc | 22 #include "ui/gfx/path.h" 209 SkPath path; local 210 path.addRoundRect(gfx::RectToSkRect(gfx::Rect(layer()->bounds().size())), 215 canvas->DrawPath(path, paint); 418 void TrayBubbleView::GetWidgetHitTestMask(gfx::Path* mask) const {
|
/external/chromium_org/ui/views/ |
view_targeter_unittest.cc | 9 #include "ui/gfx/path.h" 25 gfx::Path* mask) const OVERRIDE {
|
/external/chromium_org/ui/views/widget/ |
widget.h | 775 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE; [all...] |
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 33 #include "llvm/Support/Path.h" 797 /// \param ResourceFilesPath - The path to the compiler resource files. [all...] |
/external/clang/lib/Parse/ |
Parser.cpp | [all...] |
/external/clang/tools/scan-build/ |
ccc-analyzer | 20 use File::Path qw / mkpath /;
|
/external/clang/unittests/Basic/ |
SourceManagerTest.cpp | 56 ModuleIdPath Path,
|
/external/clang/unittests/Lex/ |
LexerTest.cpp | 32 ModuleIdPath Path,
|
/external/compiler-rt/ |
Makefile | 75 printf " %s - from '%s'\n" $($(key).Name) $($(key).Path);\
|
/external/libvpx/libvpx/build/make/ |
gen_msvs_proj.sh | 37 --src-path-bare=dir Path to root of source tree 214 --src-path-bare=*) src_path_bare="$optval"
|