Searched refs:frontend (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DDatabaseBackendContext.cpp35 DatabaseContext* DatabaseBackendContext::frontend() function in class:WebCore::DatabaseBackendContext
37 // FIXME: Currently, we're only simulating the frontend by return the
38 // backend context as its own the frontend. When we split the 2 apart, this
H A DDatabaseBackendContext.h46 DatabaseContext* frontend();
H A DSQLStatementBackend.cpp77 PassRefPtr<SQLStatementBackend> SQLStatementBackend::create(std::unique_ptr<AbstractSQLStatement> frontend, argument
80 return adoptRef(new SQLStatementBackend(WTF::move(frontend), statement, arguments, permissions));
83 SQLStatementBackend::SQLStatementBackend(std::unique_ptr<AbstractSQLStatement> frontend, argument
85 : m_frontend(WTF::move(frontend))
95 AbstractSQLStatement* SQLStatementBackend::frontend() function in class:WebCore::SQLStatementBackend
H A DDatabaseBackendBase.h88 void setFrontend(DatabaseBase* frontend) { m_frontend = frontend; } argument
H A DSQLStatementBackend.h60 AbstractSQLStatement* frontend();
H A DSQLTransactionBackend.cpp35 #include "Database.h" // FIXME: Should only be used in the frontend.
103 // - placeholder state while waiting on frontend/backend, etc. See comment on
120 // 4. SQLTransactionState::DeliverTransactionCallback (runs in frontend)
125 // 5. SQLTransactionState::DeliverTransactionErrorCallback (runs in frontend)
140 // 7. SQLTransactionState::DeliverStatementCallback (runs in frontend)
145 // 8. SQLTransactionState::DeliverQuotaIncreaseCallback (runs in frontend)
156 // 10. SQLTransactionState::DeliverSuccessCallback (runs in frontend)
172 // the frontend and backend. For example,
175 // transitions to DeliverTransactionCallback (state 8 in the frontend),
180 // transition in the appropriate thread (i.e. the script thread for the frontend,
347 create(DatabaseBackend* db, PassRefPtr<AbstractSQLTransaction> frontend, PassRefPtr<SQLTransactionWrapper> wrapper, bool readOnly) argument
353 SQLTransactionBackend(DatabaseBackend* db, PassRefPtr<AbstractSQLTransaction> frontend, PassRefPtr<SQLTransactionWrapper> wrapper, bool readOnly) argument
[all...]
H A DDatabase.cpp68 // frontend database as its own the backend. When we split the 2 apart,
78 , m_databaseContext(DatabaseBackend::databaseContext()->frontend())
/macosx-10.10/WebKit-7600.1.25/mac/WebInspector/
H A DWebInspectorPrivate.h38 - (void)setFrontend:(WebInspectorFrontend *)frontend;
H A DWebInspector.mm175 - (void)setFrontend:(WebInspectorFrontend *)frontend
177 _frontend = [frontend retain];
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslapd.ldif48 dn: olcDatabase=frontend,cn=config
50 olcDatabase: frontend
H A DMakefile.in40 backglue.c backover.c ctxcsn.c ldapsync.c frontend.c \
59 backglue.o backover.o ctxcsn.o ldapsync.o frontend.o \
H A Dbconfig.c927 "DESC 'OpenLDAP frontend configuration' "
1581 } else if ( !strcasecmp( c->argv[1], "frontend" )) {
2256 * but we now defer it to the frontend entry to allow modules
2371 /* Reset to defaults or values from frontend */
2460 /* Reset to defaults or values from frontend */
2941 notallowed = "frontend";
3748 notallowed = "frontend";
4015 Entry *frontend; member in struct:setup_cookie
4029 /* Does the frontend exist? */
4035 STRLENOF( "olcDatabase" ), "={-1}frontend",
[all...]
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/
H A Dyapp12 yapp - A perl frontend to the Parse::Yapp module
26 yapp is a frontend to the Parse::Yapp module, which lets you compile
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest022-ppolicy490 dn: olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
496 dn: olcDatabase=ldap,olcOverlay={0}chain,olcDatabase={-1}frontend,cn=config
H A Dtest058-syncrepl-asymmetric644 dn: olcDatabase={-1}frontend,cn=config
683 dn: olcDatabase={-1}frontend,cn=config
700 dn: olcDatabase={-1}frontend,cn=config
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Ddriver.c106 #include <frontend.h> /* Declaration of FE_main() */
179 ** Opens all output files that are processed by the frontend, and returns the
558 * Open output files that are processed by the frontend. Returned file
568 /* Print accumulated errors and warnings generated by frontend. */
H A Derrors.c98 #include <frontend.h>
H A Dfrontend.c109 #include <frontend.h>
857 ** Main frontend routine. Invokes each major frontend component.
907 /* Dump the AST (after other frontend components) if requested. */
H A Dnidl_y.y104 #include <frontend.h>
/macosx-10.10/vim-55/runtime/syntax/
H A Dmma.vim105 " allow nesting (* (* *) *) even though the frontend
H A Dmaple.vim220 syn keyword mvLibrary DESol Maple_floats close frontend modp2 sign
/macosx-10.10/sudo-73/src/
H A Dpp204 pp_debug "calling frontend on $pp_opt_input"
925 > $pp_wrkdir/frontend.tmp
928 echo '%ignore' >> $pp_wrkdir/frontend.tmp
929 echo >> $pp_wrkdir/frontend.tmp
931 exec 0<$pp_wrkdir/frontend.tmp
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/
H A DChanges1125 frontend to eliminate log statements that are not going to be

Completed in 207 milliseconds