HomeSort by relevance Sort by last modified time
    Searched refs:GetCount (Results 176 - 200 of 232) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/chrome/browser/password_manager/
password_manager_browsertest.cc 756 EXPECT_EQ(0, snapshot->GetCount(0 /* failure */));
757 EXPECT_EQ(2, snapshot->GetCount(1 /* success */));
    [all...]
  /external/chromium_org/media/audio/win/
core_audio_util_win.cc 228 collection->GetCount(&number_of_active_devices);
416 collection->GetCount(&count);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 473 pData->SetDashCount(pArray->GetCount());
474 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) {
fpdf_page_parser_old.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]
fpdf_parser_decode.cpp 295 for (FX_DWORD i = 0; i < pDecoders->GetCount(); i ++) {
  /external/pdfium/core/src/reflow/
autoreflow.cpp 292 int c = pCell->m_ObjList.GetCount();
563 int c = pCell ? pCell->m_ObjList.GetCount() : 0;
  /external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp 589 pPosAry = new float[pMyArray->GetCount()];
591 for (int i = 2; i < (int)pMyArray->GetCount(); i++)
fpdf_flatten.cpp 95 FX_DWORD dwSize = pAnnots->GetCount();
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp     [all...]
fpdf_font.cpp 802 for (FX_DWORD i = 0; i < pDiffs->GetCount(); i ++) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 463 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) {
    [all...]
  /external/chromium_org/base/metrics/
histogram_unittest.cc 84 EXPECT_EQ(2, samples->GetCount(10));
  /external/chromium_org/chrome/browser/prefs/tracked/
pref_hash_browsertest.cc 74 int count_for_id = samples->GetCount(i);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 243 int BrowserTabStripController::GetCount() const {
  /external/chromium_org/components/storage_monitor/
portable_device_watcher_win.cc 282 hr = storage_ids->GetCount(&num_storage_obj_ids);
  /external/chromium_org/third_party/webrtc/video_engine/
vie_codec_impl.cc 108 int32_t ref_count = GetCount();
vie_rtp_rtcp_impl.cc 96 int32_t ref_count = GetCount();
    [all...]
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 132 if (fIndex >= fStrings->GetCount()) {
  /external/chromium_org/tools/stats_viewer/
stats_table.cs 113 public int GetCount(int filter_pid) {
stats_viewer.cs 458 int new_count = new_rate.GetCount(filter_pid);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtsvr.h 327 virtual HRESULT WINAPI GetCount(__LONG32 *pdwCount) = 0;
343 HRESULT (WINAPI *GetCount)(IAgentUserInput *This,__LONG32 *pdwCount);
361 #define IAgentUserInput_GetCount(This,pdwCount) (This)->lpVtbl->GetCount(This,pdwCount)
567 virtual HRESULT WINAPI GetCount(__LONG32 *pdwCount) = 0;
590 HRESULT (WINAPI *GetCount)(IAgentCommands *This,__LONG32 *pdwCount);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.cc     [all...]
  /external/lldb/source/API/
SBDebugger.cpp 1189 return DataVisualization::Categories::GetCount();
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 64 int GetCount() const;
    [all...]

Completed in 685 milliseconds

1 2 3 4 5 6 78 910