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

  /external/chromium_org/third_party/skia/dm/
DMSKPTask.h 20 virtual bool shouldSkip() const SK_OVERRIDE { return false; }
DMTestTask.h 36 virtual bool shouldSkip() const SK_OVERRIDE { return false; }
50 virtual bool shouldSkip() const SK_OVERRIDE;
DMCpuGMTask.h 26 virtual bool shouldSkip() const SK_OVERRIDE;
DMGpuGMTask.h 28 virtual bool shouldSkip() const SK_OVERRIDE;
DMPDFRasterizeTask.h 30 virtual bool shouldSkip() const SK_OVERRIDE { return NULL == fRasterize; }
DMPDFTask.h 32 virtual bool shouldSkip() const SK_OVERRIDE;
DMPipeTask.h 29 virtual bool shouldSkip() const SK_OVERRIDE;
DMQuiltTask.h 32 virtual bool shouldSkip() const SK_OVERRIDE;
DMSerializeTask.h 27 virtual bool shouldSkip() const SK_OVERRIDE;
DMWriteTask.h 30 virtual bool shouldSkip() const SK_OVERRIDE;
DMTask.h 24 virtual bool shouldSkip() const = 0;
DMTask.cpp 50 const bool skip = this->shouldSkip() || (this->depth() == 0 && !FLAGS_cpu);
70 const bool skip = this->shouldSkip() || (this->depth() == 0 && !FLAGS_gpu);
DMGpuGMTask.cpp 50 bool GpuGMTask::shouldSkip() const {
DMPipeTask.cpp 69 bool PipeTask::shouldSkip() const {
DMSerializeTask.cpp 46 bool SerializeTask::shouldSkip() const {
DMTestTask.cpp 51 bool GpuTestTask::shouldSkip() const {
DMCpuGMTask.cpp 51 bool CpuGMTask::shouldSkip() const {
DMPDFTask.cpp 96 bool PDFTask::shouldSkip() const {
DMQuiltTask.cpp 114 bool QuiltTask::shouldSkip() const {
DMWriteTask.cpp 163 bool WriteTask::shouldSkip() const {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.h 89 void setShouldSkipLeadingNewline(bool shouldSkip) { m_shouldSkipLeadingNewline = shouldSkip; }
  /external/llvm/lib/Target/R600/
SILowerControlFlow.cpp 73 bool shouldSkip(MachineBasicBlock *From, MachineBasicBlock *To);
114 bool SILowerControlFlowPass::shouldSkip(MachineBasicBlock *From,
136 if (!shouldSkip(*From.getParent()->succ_begin(), To.getMBB()))
152 !shouldSkip(&MBB, &MBB.getParent()->back()))
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 540 var shouldSkip = context.jsexec(skip, template);
542 me.logs_.push(ATT_skip + ': ' + shouldSkip + '<br/>');
544 if (shouldSkip) return;
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate.js 510 var shouldSkip = context.jsexec(skip, template);
511 if (shouldSkip) return;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 177 milliseconds