HomeSort by relevance Sort by last modified time
    Searched refs:ClientType (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ShaderResource.h 41 typedef ResourceClient ClientType;
StyleSheetResource.h 42 typedef StyleSheetResourceClient ClientType;
ScriptResource.h 38 typedef ResourceClient ClientType;
DocumentResource.h 37 typedef ResourceClient ClientType;
FontResource.h 45 typedef ResourceClient ClientType;
RawResource.h 35 typedef RawResourceClient ClientType;
ResourceOwner.h 39 template<class R, class C = typename R::ClientType>
ImageResource.h 48 typedef ImageResourceClient ClientType;
  /external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client.cc 56 invalidation::ClientType client_type;
57 client_type.set_type(invalidation::ClientType::CHROME_SYNC);
  /external/chromium_org/sync/notifier/
sync_invalidation_listener.cc 80 int client_type = ipc::invalidation::ClientType::CHROME_SYNC_IOS;
82 int client_type = ipc::invalidation::ClientType::CHROME_SYNC;
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationService.java 20 import com.google.protos.ipc.invalidation.Types.ClientType;
58 static final int CLIENT_TYPE = ClientType.Type.CHROME_SYNC_ANDROID_VALUE;

Completed in 504 milliseconds