/external/chromium_org/ash/frame/ |
custom_frame_view_ash.h | 50 gfx::Path* window_mask) OVERRIDE;
|
/external/chromium_org/ash/wm/panels/ |
panel_frame_view.h | 49 gfx::Path* window_mask) OVERRIDE;
|
/external/chromium_org/build/android/gyp/ |
package_resources.py | 29 parser.add_option('--android-sdk', help='path to the Android SDK folder') 31 help='path to the Android SDK build tools folder') 36 parser.add_option('--android-manifest', help='AndroidManifest.xml path') 46 parser.add_option('--apk-path', 47 help='Path to output (partial) apk.') 73 src_dir = os.path.join(res_root, src_dir_name) 74 if not os.path.isdir(src_dir): 79 dst_dir = os.path.join(res_root, dst_dir_name) 84 src_file = os.path.join(src_dir, src_file_name) 85 dst_file = os.path.join(dst_dir, src_file_name [all...] |
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_resources.cc | 8 #include "ui/gfx/path.h" 32 gfx::Path* path) { 33 DCHECK(path); 41 path->moveTo(left, bottom); 44 path->lineTo(left + kTabBottomCurveWidth, bottom - kTabBottomCurveWidth); 45 path->lineTo(left + kTabCapWidth - kTabTopCurveWidth, 47 path->lineTo(left + kTabCapWidth, top); 51 path->lineTo(left + kTabCapWidth, 0); 52 path->lineTo(right - kTabCapWidth, 0) [all...] |
/external/chromium_org/chrome/browser/ui/views/message_center/ |
message_center_frame_view.cc | 54 gfx::Path* window_mask) {
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
path_util.py | 8 # TODO(kalman): Write a Path class and use that everywhere rather than a 12 def IsDirectory(path): 13 '''Returns whether |path| should be considered a directory. 16 AssertIsValid(path) 17 return path in ('', '.', '..') or path.endswith('/') or path.endswith('/..') 20 def IsValid(path): 21 '''Returns whether |path| is a valid path for the purposes of the docserver [all...] |
/external/chromium_org/content/browser/fileapi/ |
local_file_stream_writer_unittest.cc | 44 base::FilePath Path(const std::string& name) { 45 return temp_dir_.path().AppendASCII(name); 67 std::string GetFileContent(const base::FilePath& path) { 69 base::ReadFileToString(path, &content); 75 base::FilePath path = Path(name); local 76 base::WriteFile(path, data.c_str(), data.size()); 77 return path; 84 LocalFileStreamWriter* CreateWriter(const base::FilePath& path, 86 return new LocalFileStreamWriter(file_task_runner(), path, offset 101 base::FilePath path = CreateFileWithContent("file_a", std::string()); local 112 base::FilePath path = CreateFileWithContent("file_a", "foobar"); local 122 base::FilePath path = CreateFileWithContent("file_a", "foobar"); local 132 base::FilePath path = Path("file_a"); local 142 base::FilePath path = Path("file_a"); local 150 base::FilePath path = CreateFileWithContent("file_a", std::string()); local 166 base::FilePath path = CreateFileWithContent("file_a", "foobar"); local [all...] |
/external/chromium_org/content/browser/web_contents/aura/ |
image_window_delegate.cc | 94 void ImageWindowDelegate::GetHitTestMask(gfx::Path* mask) const {
|
image_window_delegate.h | 45 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
filesystem.cc | 16 #include "nacl_io/path.h" 41 Error Filesystem::OpenResource(const Path& path, ScopedNode* out_node) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGResourceClipper.h | 54 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) OVERRIDE;
|
RenderSVGResourceFilter.h | 72 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE;
|
RenderSVGResourceSolidColor.cpp | 69 // When rendering the mask for a RenderSVGResourceClipper, the stroke code path is never hit. 84 void RenderSVGResourceSolidColor::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape) 90 if (path) 91 context->fillPath(*path); 96 if (path) 97 context->strokePath(*path);
|
SVGTextLayoutEngine.h | 27 #include "platform/graphics/Path.h" 96 // Text on path layout 97 Path::PositionCalculator* m_textPathCalculator;
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
SVGGlyph.h | 29 #include "platform/graphics/Path.h" 104 Path pathData;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
LinkHighlight.h | 32 #include "platform/graphics/Path.h" 85 // This function computes the highlight path, and returns true if it has changed 91 WebCore::Path m_path;
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawPath.h | 19 DECLARE_DRAW_MEMBER_INFO(Path);
|
/external/chromium_org/ui/views/ |
masked_view_targeter.cc | 7 #include "ui/gfx/path.h" 25 gfx::Path mask;
|
/external/chromium_org/ui/views/window/ |
native_frame_view.cc | 57 gfx::Path* window_mask) {
|
window_shape.cc | 7 #include "ui/gfx/path.h" 12 void GetDefaultWindowMask(const gfx::Size &size, gfx::Path *window_mask) {
|
/external/llvm/include/llvm/Object/ |
Binary.h | 134 ErrorOr<Binary *> createBinary(StringRef Path);
|
/external/llvm/lib/Transforms/Instrumentation/ |
DebugIR.h | 48 /// Directory are empty, a temporary path will be generated. 62 /// Run pass on M and set Path to the source file path in the output module. 63 bool runOnModule(llvm::Module &M, std::string &Path);
|
/external/skia/src/animator/ |
SkDrawPath.h | 19 DECLARE_DRAW_MEMBER_INFO(Path);
|
/frameworks/compile/mclinker/include/mcld/ |
LinkerConfig.h | 18 #include <mcld/Support/Path.h>
|
/frameworks/compile/mclinker/lib/MC/ |
SearchDirs.cpp | 34 SearchDirs::SearchDirs(const sys::fs::Path& pSysRoot) 55 if (exists(dir->path()) && is_directory(dir->path())) { 71 bool SearchDirs::insert(const sys::fs::Path& pPath) 76 mcld::sys::fs::Path* 106 if (file == entry.path()->filename()) 107 return entry.path(); 114 if (file == entry.path()->stem().native() ) { 116 entry.path()->extension().native()) { 117 return entry.path(); [all...] |