/external/clang/lib/Sema/ |
SemaDeclCXX.cpp | [all...] |
/external/chromium_org/ash/drag_drop/ |
drag_drop_controller.cc | 25 #include "ui/gfx/path.h" 122 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {
|
/external/chromium_org/ash/wm/ |
system_gesture_event_filter_unittest.cc | 85 gfx::Path* window_mask) OVERRIDE {}
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
chrome_native_app_window_views.cc | 558 void ChromeNativeAppWindowViews::GetWidgetHitTestMask(gfx::Path* mask) const {
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_strip_unittest.cc | 15 #include "ui/gfx/path.h" 103 gfx::Path mask;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGUseElement.cpp | 242 // "Graphics Element" is defined as 'circle', 'ellipse', 'image', 'line', 'path', 'polygon', 'polyline', 'rect', 'text' 437 void SVGUseElement::toClipPath(Path& path) 439 ASSERT(path.isEmpty()); 448 document().accessSVGExtensions().reportError("Not allowed to use indirect reference in <clip-path>"); 450 toSVGGraphicsElement(n)->toClipPath(path); 453 path.translate(FloatSize(m_x->currentValue()->value(lengthContext), m_y->currentValue()->value(lengthContext))); 454 path.transform(animatedLocalTransform());
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
KURLTest.cpp | 115 // Old WebKit allows references and queries in what we call "path" URLs 116 // like javascript, so the path here will only consist of "hello!". 120 // disagree with us about where the path is for this URL. 162 // Reproduce code path in FrameLoader.cpp -- equalIgnoringCase implicitly 200 const char* path; member in struct:__anon15250::ExpectedComponentCase 218 // path 234 // path 259 kurl.setPath(cases[i].path); 415 TEST(KURLTest, Path) 417 const char initial[] = "http://www.google.com/path/foo" [all...] |
/external/chromium_org/third_party/icu/source/tools/gensprep/ |
filterRFC3454.pl | 20 use File::Path;
|
/external/chromium_org/third_party/skia/src/xml/ |
SkJSDisplayable.cpp | 153 JS_INIT(SkDraw, Path)
|
/external/chromium_org/tools/valgrind/ |
memcheck_analyze.py | 407 source_dir: Path to top of source tree for this build 476 origsize = os.path.getsize(file) 504 newsize = os.path.getsize(file) 622 help="path to top of source tree for this build"
|
/external/chromium_org/ui/views/window/ |
custom_frame_view.cc | 19 #include "ui/gfx/path.h" 179 gfx::Path* window_mask) {
|
/external/clang/include/clang/AST/ |
ExprCXX.h | 245 const CXXCastPath *Path, 276 const CXXCastPath *Path, 314 Expr *Op, const CXXCastPath *Path, [all...] |
/external/icu/icu4c/source/tools/gensprep/ |
filterRFC3454.pl | 20 use File::Path;
|
/external/lzma/CPP/7zip/UI/Common/ |
LoadCodecs.cpp | 40 CSysString path = fullPath;
local 41 int pos = path.ReverseFind(TEXT(CHAR_PATH_SEPARATOR));
42 return path.Left(pos + 1);
54 static LPCTSTR kProgramPathValue = TEXT("Path");
55 static bool ReadPathFromRegistry(HKEY baseKey, CSysString &path)
59 if (key.QueryValue(kProgramPathValue, path) == ERROR_SUCCESS)
61 NName::NormalizeDirPathPrefix(path);
77 CSysString path;
local 78 if (ReadPathFromRegistry(HKEY_CURRENT_USER, path))
79 return path;
[all...] |
/external/lzma/CPP/7zip/UI/Console/ |
List.cpp | 34 { kpidPath, L"Path" },
507 PrintPropPair(L"Path", arc.Path);
|
/external/pdfium/core/src/reflow/ |
reflowedpage.cpp | 570 } else if(pData->GetType() == CRF_Data::Path) {
|
/external/skia/src/xml/ |
SkJSDisplayable.cpp | 153 JS_INIT(SkDraw, Path)
|
/prebuilts/tools/common/eclipse/ |
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
/external/chromium_org/chrome/browser/resources/chromeos/ |
drive_internals.js | 39 * Updates the Path Configurations section. 43 var ul = $('path-configurations'); 60 var path = entry.path; 62 path += '/'; 64 path += '@'; 66 tr.appendChild(createElementFromText('td', path));
|
/frameworks/base/services/core/java/com/android/server/wm/ |
AccessibilityController.java | 27 import android.graphics.Path; 761 Path path = mBounds.getBoundaryPath(); local [all...] |
/frameworks/compile/mclinker/lib/LD/ |
ELFReader.cpp | 232 fatal(diag::err_cannot_read_symbol) << r_sym << pInput.path(); 260 fatal(diag::err_cannot_read_symbol) << r_sym << pInput.path(); 538 pInput.setName(sys::fs::Path(dynstr + d_val).filename().native()); 550 // if there is no SONAME in .dynamic, then set it from input path 552 pInput.setName(pInput.path().filename().native()); 754 fatal(diag::err_cannot_read_symbol) << r_sym << pInput.path(); 781 fatal(diag::err_cannot_read_symbol) << r_sym << pInput.path(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandler.java | 66 import org.eclipse.core.runtime.Path; 135 * Special marker indicating that this path refers to the special shared 232 /** Path to the directory containing the templates */ 266 /** Creates a new {@link TemplateHandler} for the given root path */ 398 * Load a text resource for the given relative path within the template 400 * @param relativePath relative path within the template 428 * @param relativePath the path relative to the template directory 496 String path = attributes.getValue(ATTR_FILE); 497 if (path != null) { 498 processVariables(freemarker, path, paramMap) 1186 String path = mPrefix != null ? mPrefix + '\/' + name : name; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderThemeChromiumMac.mm | [all...] |
RenderBoxModelObject.cpp | 47 #include "platform/graphics/Path.h" 566 // Fast path for drawing simple color backgrounds. 1812 Path path; local 1877 Path path; local [all...] |
/frameworks/base/core/java/android/widget/ |
Editor.java | 46 import android.graphics.Path; [all...] |