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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformInstrumentation.h 60 static bool hasClient() { return m_client; }
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
Resource.h 279 bool hasClient(ResourceClient* client) { return m_clients.contains(client) || m_clientsAwaitingCallback.contains(client); }

Completed in 169 milliseconds