HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 201 - 225 of 4830) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/base/
message_loop_proxy_impl.h 42 // loop if it still exists.
  /external/chromium/build/
compiler_version.py 32 # Check if CXX environment variable exists and
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view_host.h 31 // a callback for given message already exists. The callback object
  /external/chromium/chrome/browser/download/
drag_download_util.h 37 // Create a new file at the specified path. If the file already exists, try to
  /external/chromium/chrome/browser/google/
google_update_settings_unittest.cc 26 // Querying the value that does not exists should fail.
  /external/chromium/chrome/browser/net/
chrome_dns_cert_provenance_checker_factory.h 13 // factory exists so that common code links only against the factory code.
  /external/chromium/chrome/browser/policy/resources/
enrollment.js 14 // - Hide the content document (if it exists), so nested elements won't
  /external/chromium/chrome/browser/ssl/
ssl_cert_error_handler.h 19 // SSL session. A CertError object exists both on the IO thread and on the UI
  /external/chromium/chrome/browser/ui/cocoa/extensions/
chevron_menu_button_unittest.mm 29 // |ChevronMenuButton exists entirely to override the cell class.
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar.h 14 // exists solely to be the return value for InfoBarDelegate::CreateInfoBar(),
  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu.h 11 // have buttons and other normal widgets embeded in it. GtkCustomMenu exists
tabstrip_origin_provider.h 16 // exists to make it easier to test piece by piece.
  /external/chromium/chrome/browser/ui/omnibox/
location_bar_util.cc 17 // Make sure the TemplateURL still exists.
  /external/chromium/chrome/browser/ui/webui/
sync_internals_ui.h 33 // All other messages are routed to the sync service if it exists,
  /external/chromium/chrome/common/
env_vars.cc 24 // CHROME_CRASHED exists if a previous instance of chrome has crashed. This
  /external/chromium/net/base/
net_module.h 28 // Call the resource provider (if one exists) to get the specified resource.
network_change_notifier_mac.h 26 // Forwarder just exists to keep the NetworkConfigWatcherMac API out of
  /external/chromium/net/http/
http_auth_cache.h 63 // already exists, update it rather than replace it -- this preserves the
82 // if one exists AND if the cached identity matches (|username|, |password|).
98 // |UpdateStaleChallenge()| returns true if a matching entry exists in the
165 // such a path exists and |path_len| is non-NULL. If no enclosing
  /external/chromium/net/url_request/
url_request_file_job.h 53 void DidResolve(bool exists, const base::PlatformFileInfo& file_info);
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 33 /// the path does not exist or false if it exists.
53 // 'stat' here, but (for files) the client is asking whether the file exists
57 // Because of this, check to see if the file exists with 'open'. If the
87 // If the path exists, make sure that its "directoryness" matches the clients
  /external/clang/tools/libclang/
ARCMigrate.cpp 47 bool exists = false; local
48 llvm::sys::fs::exists(migrate_dir_path, exists);
49 if (!exists) {
  /external/collada/include/1.4/dom/
domCg_sampler1D.h 68 * If a daeMetaElement already exists it will return that instead of creating a new one.
domCg_sampler2D.h 68 * If a daeMetaElement already exists it will return that instead of creating a new one.
domCg_sampler3D.h 68 * If a daeMetaElement already exists it will return that instead of creating a new one.
domCg_samplerCUBE.h 68 * If a daeMetaElement already exists it will return that instead of creating a new one.

Completed in 1215 milliseconds

1 2 3 4 5 6 7 891011>>