OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasClient
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformInstrumentation.h
72
static bool
hasClient
() { return m_client; }
/frameworks/av/services/camera/libcameraservice/
CameraService.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h
307
bool
hasClient
(ResourceClient* client) { return m_clients.contains(client) || m_clientsAwaitingCallback.contains(client); }
Completed in 258 milliseconds