HomeSort by relevance Sort by last modified time
    Searched refs:Path (Results 776 - 800 of 897) sorted by null

<<313233343536

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 45 #include "ui/gfx/path.h"
248 gfx::Path* path) const OVERRIDE;
301 void NewTabButton::GetHitTestMask(HitTestSource source, gfx::Path* path) const {
305 ->GetHitTestMask(this, path);
461 gfx::Path* mask) const OVERRIDE {
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py 179 """Given input_path, returns a tuple with sourceTree and path values.
183 '$(VAR)/path' ('VAR', 'path')
185 'path' (None, 'path')
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 44 #include "llvm/Support/Path.h"
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 755 const CXXBasePath &Path = *I;
758 for (CXXBasePath::const_iterator IElem = Path.begin(), EElem = Path.end();
778 // Don't warn if any path is a non-virtually derived base at offset zero.
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
key_map.js 56 * Path to dir containing ChromeVox keymap json definitions.
382 * Convenience method for creating a cvox.KeyMap based on a path.
384 * @param {string} path A valid path of the form
388 cvox.KeyMap.fromPath = function(path) {
389 return cvox.KeyMap.fromJSON(cvox.KeyMap.readJSON_(path));
409 * Takes a path to a JSON file and returns a JSON Object.
410 * @param {string} path Contains the path to a JSON file.
415 cvox.KeyMap.readJSON_ = function(path) {
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 34 import android.graphics.Path;
566 private Path mHighlightPath;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
exdisp.h 441 virtual HRESULT WINAPI get_Path(BSTR *Path) = 0;
497 HRESULT (WINAPI *get_Path)(IWebBrowserApp *This,BSTR *Path);
555 #define IWebBrowserApp_get_Path(This,Path) (This)->lpVtbl->get_Path(This,Path)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 459 known_attrs = ("expires", "domain", "path", "secure",
610 """Path component of request-URI, as defined by RFC 2965."""
613 path = escape_path(parts.path)
614 if not path.startswith("/"):
616 path = "/" + path
617 return path
639 def escape_path(path):
643 # path characters, we pick UTF-8, as recommended in the HTML 4.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 283 Path syntax doesn't work in this case.
400 ET's Path module handles this case incorrectly; this gives
435 Check bad or unsupported path expressions.
440 SyntaxError: cannot use absolute path on element
445 Check that the path cache behaves sanely.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 459 known_attrs = ("expires", "domain", "path", "secure",
610 """Path component of request-URI, as defined by RFC 2965."""
613 path = escape_path(parts.path)
614 if not path.startswith("/"):
616 path = "/" + path
617 return path
639 def escape_path(path):
643 # path characters, we pick UTF-8, as recommended in the HTML 4.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 283 Path syntax doesn't work in this case.
400 ET's Path module handles this case incorrectly; this gives
435 Check bad or unsupported path expressions.
440 SyntaxError: cannot use absolute path on element
445 Check that the path cache behaves sanely.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 51 import org.eclipse.core.runtime.Path;
140 /** Most recently set image path: preserved across wizard sessions */
589 String path = mValues.imagePath != null ? mValues.imagePath.getPath() : null; local
590 if (path == null || path.length() == 0) {
592 } else if (path.equals(DEFAULT_LAUNCHER_ICON)) {
594 } else if (!(new File(path).exists())) {
595 error = String.format("%1$s does not exist", path);
598 sImagePath = path;
1024 String path = mValues.imagePath != null ? mValues.imagePath.getPath() : ""; local
    [all...]
  /external/chromium_org/ash/
root_window_controller.cc 258 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 45 #include "ui/gfx/path.h"
264 gfx::Path* window_mask) {
    [all...]
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 75 const base::FilePath& path,
81 : path_(path),
382 "path TEXT NOT NULL,"
699 "SELECT creation_utc, host_key, name, value, encrypted_value, path, "
705 "SELECT creation_utc, host_key, name, value, encrypted_value, path, "
736 smt.ColumnString(5), // path
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc     [all...]
desktop_window_tree_host_win.cc 21 #include "ui/gfx/path.h"
621 gfx::Path* path) {
623 GetWidget()->non_client_view()->GetWindowMask(size, path);
629 path->addRect(SkRect::MakeXYWH(0, 0, bounds.width(), bounds.height()));
875 // TODO(sky): remove from HWNDMessageHandler once non-aura path nuked.
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 822 void NativeWidgetAura::GetHitTestMask(gfx::Path* mask) const {
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar 

Completed in 1919 milliseconds

<<313233343536