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

  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextChecking.h 81 TextCheckingRequestData(int sequence, const String& text, TextCheckingTypeMask mask, TextCheckingProcessType processType, const Vector<uint32_t>& markers, const Vector<unsigned>& offsets)
85 , m_processType(processType)
94 TextCheckingProcessType processType() const { return m_processType; }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.cpp 44 TextCheckingProcessType processType,
52 , m_requestData(unrequestedTextCheckingSequence, text, mask, processType, documentMarkersInRange, documentMarkerOffsets)
71 PassRefPtrWillBeRawPtr<SpellCheckRequest> SpellCheckRequest::create(TextCheckingTypeMask textCheckingOptions, TextCheckingProcessType processType, PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange, int requestNumber)
88 return adoptRefWillBeNoop(new SpellCheckRequest(checkingRange, paragraphRange, text, textCheckingOptions, processType, hashes, offsets, requestNumber));
  /external/llvm/lib/IR/
DebugInfo.cpp     [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ChildProcessLauncher.java 359 String processType = getSwitchValue(commandLine, SWITCH_PROCESS_TYPE);
360 if (SWITCH_RENDERER_PROCESS.equals(processType)) {
362 } else if (SWITCH_GPU_PROCESS.equals(processType)) {
364 } else if (SWITCH_PPAPI_BROKER_PROCESS.equals(processType)) {
  /frameworks/av/services/audioflinger/
AudioMixer.h 461 static process_hook_t getProcessHook(int processType, uint32_t channelCount,
AudioMixer.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 871 /// processType - Process DIType.
872 void processType(DIType DT);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 

Completed in 603 milliseconds