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

  /external/webkit/Source/WebKit/qt/Api/
qwebinspector_p.h 35 , frontend(0)
46 QWidget* frontend; member in class:QWebInspectorPrivate
  /external/clang/include/clang/Frontend/
HeaderSearchOptions.h 18 namespace frontend { namespace in namespace:clang
43 frontend::IncludeDirGroup Group;
64 Entry(StringRef path, frontend::IncludeDirGroup group,
114 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
LangStandard.h 18 namespace frontend { namespace in namespace:clang
41 #include "clang/Frontend/LangStandards.def"
57 bool hasBCPLComments() const { return Flags & frontend::BCPLComment; }
60 bool isC89() const { return Flags & frontend::C89; }
63 bool isC99() const { return Flags & frontend::C99; }
66 bool isC11() const { return Flags & frontend::C11; }
69 bool isCPlusPlus() const { return Flags & frontend::CPlusPlus; }
72 bool isCPlusPlus0x() const { return Flags & frontend::CPlusPlus0x; }
75 bool hasDigraphs() const { return Flags & frontend::Digraphs; }
78 bool isGNUMode() const { return Flags & frontend::GNUMode;
    [all...]
FrontendOptions.h 13 #include "clang/Frontend/CommandLineSourceLoc.h"
20 namespace frontend { namespace in namespace:clang
39 InitOnly, ///< Only execute frontend initialization.
88 /// FrontendOptions - Options for controlling the behavior of the frontend.
102 unsigned ShowStats : 1; ///< Show frontend performance
150 /// The frontend action to perform.
151 frontend::ActionKind ProgramAction;
182 ProgramAction = frontend::ParseSyntaxOnly;
  /external/webkit/Source/WebCore/storage/
IDBRequest.cpp 221 RefPtr<IDBTransaction> frontend = IDBTransaction::create(scriptExecutionContext(), backend, m_source->idbDatabase().get()); local
222 backend->setCallbacks(frontend.get());
223 m_transaction = frontend;
226 m_source->idbDatabase()->setSetVersionTransaction(frontend.get());
230 m_result = IDBAny::create(frontend.release());
  /external/webkit/Source/WebCore/inspector/
InspectorAgent.h 116 InspectorFrontend* frontend() const { return m_frontend; } function in class:WebCore::InspectorAgent
InspectorDatabaseAgent.cpp 69 InspectorFrontend::Database* frontend() { return m_inspectorFrontend; } function in class:WebCore::InspectorDatabaseAgent::FrontendProvider
80 void reportTransactionFailed(InspectorFrontend::Database* frontend, int transactionId, SQLError* error)
82 if (!frontend)
87 frontend->sqlTransactionFailed(transactionId, errorObject);
101 if (!m_frontendProvider->frontend())
121 m_frontendProvider->frontend()->sqlTransactionSucceeded(m_transactionId, columnNames, values);
144 reportTransactionFailed(m_frontendProvider->frontend(), m_transactionId, error);
167 if (!m_frontendProvider->frontend())
198 reportTransactionFailed(m_frontendProvider->frontend(), m_transactionId, error);
237 resource->bind(m_frontendProvider->frontend());
    [all...]
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 173 * Legacy CREC frontend.
175 CA_Frontend* frontend; member in struct:SR_RecognizerImpl_t

Completed in 195 milliseconds