HomeSort by relevance Sort by last modified time
    Searched defs:is_initialized (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache.h 20 // of the profile preferences are initialized. Once is_initialized() is set,
27 // Once is_initialized() is set, all accesses must happen on the IO thread.
30 bool is_initialized() { return is_initialized_; } function in class:NotificationsPrefsCache
  /external/chromium/net/disk_cache/
addr.h 66 bool is_initialized() const { function in class:disk_cache::Addr
  /external/v8/src/
builtins.h 332 bool is_initialized() const { return initialized_; } function in class:v8::internal::Builtins
  /external/chromium/net/socket/
client_socket_handle.h 95 bool is_initialized() const { return is_initialized_; } function in class:net::ClientSocketHandle
100 // Returns the time between Init() and when is_initialized() becomes true.
131 // These may only be used if is_initialized() is true.
  /bionic/libc/bionic/
dlmalloc.c 2160 #define is_initialized macro
    [all...]
  /external/libffi/src/
dlmalloc.c 2058 #define is_initialized macro
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 2068 #define is_initialized macro
    [all...]

Completed in 285 milliseconds