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

  /external/chromium_org/chrome/browser/content_settings/
local_shared_objects_container.h 32 size_t GetObjectCount() const;
local_shared_objects_container.cc 67 size_t LocalSharedObjectsContainer::GetObjectCount() const {
  /frameworks/base/media/mca/filterfw/jni/
jni_util.h 176 int GetObjectCount() const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
richole.h 65 STDMETHOD_(LONG,GetObjectCount) (THIS) PURE;
cluadmex.h 186 virtual LONG WINAPI GetObjectCount(void) = 0;
196 LONG (WINAPI *GetObjectCount)(IGetClusterDataInfo *This);
208 #define IGetClusterDataInfo_GetObjectCount(This) (This)->lpVtbl->GetObjectCount(This)
    [all...]
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings.cc 721 cookie_info.allowed = allowed_objects.GetObjectCount() - cookie_info.allowed;
722 cookie_info.blocked = blocked_objects.GetObjectCount() - cookie_info.blocked;

Completed in 2342 milliseconds