/external/clang/include/clang/Frontend/ |
LangStandard.h | 18 namespace frontend { namespace in namespace:clang 42 #include "clang/Frontend/LangStandards.def" 58 bool hasLineComments() const { return Flags & frontend::LineComment; } 61 bool isC89() const { return Flags & frontend::C89; } 64 bool isC99() const { return Flags & frontend::C99; } 67 bool isC11() const { return Flags & frontend::C11; } 70 bool isCPlusPlus() const { return Flags & frontend::CPlusPlus; } 73 bool isCPlusPlus11() const { return Flags & frontend::CPlusPlus11; } 76 bool isCPlusPlus1y() const { return Flags & frontend::CPlusPlus1y; } 79 bool hasDigraphs() const { return Flags & frontend::Digraphs; [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
last_active_browser_cocoa.h | 12 // the Cocoa frontend that cannot be allowed via C++ friendship as these places 16 #error This file is intended for use in the Cocoa frontend only.
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorMemoryAgent.cpp | 56 void InspectorMemoryAgent::setFrontend(InspectorFrontend* frontend) 59 m_frontend = frontend->memory();
|
InspectorDatabaseResource.cpp | 55 void InspectorDatabaseResource::bind(InspectorFrontend::Database* frontend) 62 frontend->addDatabase(jsonObject);
|
InspectorBaseAgent.cpp | 55 void InspectorAgentRegistry::setFrontend(InspectorFrontend* frontend) 58 m_agents[i]->setFrontend(frontend);
|
InspectorWorkerAgent.cpp | 55 explicit WorkerFrontendChannel(InspectorFrontend* frontend, WorkerGlobalScopeProxy* proxy) 56 : m_frontend(frontend) 125 void InspectorWorkerAgent::setFrontend(InspectorFrontend* frontend) 127 m_inspectorFrontend = frontend;
|
InspectorHeapProfilerAgent.cpp | 96 void InspectorHeapProfilerAgent::setFrontend(InspectorFrontend* frontend) 98 m_frontend = frontend->heapprofiler(); 227 OutputStream(InspectorFrontend::HeapProfiler* frontend, unsigned uid) 228 : m_frontend(frontend), m_uid(uid) { } 260 explicit HeapSnapshotProgress(InspectorFrontend::HeapProfiler* frontend) 261 : m_frontend(frontend) { }
|
/external/clang/include/clang/Lex/ |
HeaderSearchOptions.h | 22 namespace frontend { namespace in namespace:clang 49 frontend::IncludeDirGroup Group; 57 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, 148 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_group_unittest.cc | 85 TestAppCacheHost(int host_id, AppCacheFrontend* frontend, 87 : AppCacheHost(host_id, frontend, service), 175 TestAppCacheFrontend frontend; local 179 AppCacheHost host1(1, &frontend, &service); 180 AppCacheHost host2(2, &frontend, &service); 191 EXPECT_EQ(frontend.last_host_id_, host1.host_id()); 192 EXPECT_EQ(frontend.last_cache_id_, cache1->cache_id()); 193 EXPECT_EQ(frontend.last_status_, appcache::IDLE); 196 EXPECT_EQ(frontend.last_host_id_, host2.host_id()); 197 EXPECT_EQ(frontend.last_cache_id_, cache1->cache_id()) 268 TestAppCacheFrontend frontend; local [all...] |
appcache_update_job_unittest.cc | 336 // Add ability for frontend to add master entries to an inprogress update. 730 MockFrontend* frontend = MakeMockFrontend(); local 731 AppCacheHost* host = MakeHost(1, frontend); 741 frontend->AddExpectedEvent(MockFrontend::HostIds(1, host->host_id()), 800 MockFrontend* frontend = MakeMockFrontend(); local 801 AppCacheHost* host = MakeHost(1, frontend); 809 frontend->AddExpectedEvent(MockFrontend::HostIds(1, host->host_id()), 828 MockFrontend* frontend = MakeMockFrontend(); local 829 AppCacheHost* host = MakeHost(1, frontend); 832 frontend->SetVerifyProgressEvents(true) 901 MockFrontend* frontend = MakeMockFrontend(); local 927 MockFrontend* frontend = MakeMockFrontend(); local 1044 MockFrontend* frontend = MakeMockFrontend(); local 1088 MockFrontend* frontend = MakeMockFrontend(); local 1116 MockFrontend* frontend = MakeMockFrontend(); local 1204 MockFrontend* frontend = MakeMockFrontend(); local 1267 MockFrontend* frontend = MakeMockFrontend(); local 1327 MockFrontend* frontend = MakeMockFrontend(); local 1437 MockFrontend* frontend = MakeMockFrontend(); local 1645 MockFrontend* frontend = MakeMockFrontend(); local 1687 MockFrontend* frontend = MakeMockFrontend(); local 1721 MockFrontend* frontend = MakeMockFrontend(); local 1756 MockFrontend* frontend = MakeMockFrontend(); local 1790 MockFrontend* frontend = MakeMockFrontend(); local 1823 MockFrontend* frontend = MakeMockFrontend(); local 1853 MockFrontend* frontend = MakeMockFrontend(); local 1942 MockFrontend* frontend = MakeMockFrontend(); local 2013 MockFrontend* frontend = MakeMockFrontend(); local 2042 MockFrontend* frontend = MakeMockFrontend(); local 2071 MockFrontend* frontend = MakeMockFrontend(); local 2099 MockFrontend* frontend = MakeMockFrontend(); local 2650 MockFrontend* frontend = MakeMockFrontend(); local 2777 MockFrontend* frontend = MakeMockFrontend(); local 2840 MockFrontend* frontend = MakeMockFrontend(); local 2966 MockFrontend* frontend = MakeMockFrontend(); local 2994 MockFrontend* frontend = MakeMockFrontend(); local 3091 MockFrontend* frontend = new MockFrontend(); local 3158 MockFrontend* frontend = frontends_[i]; local [all...] |
appcache_backend_impl.cc | 27 AppCacheFrontend* frontend, 29 DCHECK(!service_ && !frontend_ && frontend && service); 31 frontend_ = frontend;
|
appcache_host.h | 52 AppCacheHost(int host_id, AppCacheFrontend* frontend, 145 AppCacheFrontend* frontend() const { return frontend_; } function in class:appcache::AppCacheHost 157 void CompleteTransfer(int host_id, AppCacheFrontend* frontend); 248 // The frontend proxy to deliver notifications to the child process.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pt.c | 49 * - frontend -- prepare fetch_elts, draw_elts - eg vsplit 60 struct draw_pt_front_end *frontend = NULL; local 109 frontend = draw->pt.frontend; 111 if (frontend ) { 119 frontend = NULL; 122 * This could be improved so only the frontend is flushed since it 126 frontend->flush( frontend, DRAW_FLUSH_STATE_CHANGE ); 127 frontend = NULL [all...] |
draw_pt_vsplit.c | 146 static void vsplit_prepare(struct draw_pt_front_end *frontend, 151 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; 181 static void vsplit_flush(struct draw_pt_front_end *frontend, unsigned flags) 183 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; 192 static void vsplit_destroy(struct draw_pt_front_end *frontend) 194 FREE(frontend);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt.c | 49 * - frontend -- prepare fetch_elts, draw_elts - eg vsplit 60 struct draw_pt_front_end *frontend = NULL; local 109 frontend = draw->pt.frontend; 111 if (frontend ) { 119 frontend = NULL; 122 * This could be improved so only the frontend is flushed since it 126 frontend->flush( frontend, DRAW_FLUSH_STATE_CHANGE ); 127 frontend = NULL [all...] |
draw_pt_vsplit.c | 146 static void vsplit_prepare(struct draw_pt_front_end *frontend, 151 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; 181 static void vsplit_flush(struct draw_pt_front_end *frontend, unsigned flags) 183 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; 192 static void vsplit_destroy(struct draw_pt_front_end *frontend) 194 FREE(frontend);
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
settings_test_util.h | 32 // Synchronously gets the storage area for an extension from |frontend|. 36 SettingsFrontend* frontend); 38 // Synchronously gets the SYNC storage for an extension from |frontend|. 41 SettingsFrontend* frontend);
|
settings_test_util.cc | 25 SettingsFrontend* frontend) { 27 frontend->RunWithStorage( 36 const std::string& extension_id, SettingsFrontend* frontend) { 37 return GetStorage(extension_id, settings_namespace::SYNC, frontend);
|
/external/clang/lib/Frontend/ |
CompilerInvocation.cpp | 10 #include "clang/Frontend/CompilerInvocation.h" 17 #include "clang/Frontend/LangStandard.h" 18 #include "clang/Frontend/Utils.h" 632 Opts.ProgramAction = frontend::ParseSyntaxOnly; 638 Opts.ProgramAction = frontend::ASTDeclList; break; 640 Opts.ProgramAction = frontend::ASTDump; break; 642 Opts.ProgramAction = frontend::ASTDumpXML; break; 644 Opts.ProgramAction = frontend::ASTPrint; break; 646 Opts.ProgramAction = frontend::ASTView; break; 648 Opts.ProgramAction = frontend::DumpRawTokens; break [all...] |
LangStandards.cpp | 10 #include "clang/Frontend/LangStandard.h" 14 using namespace clang::frontend; 18 #include "clang/Frontend/LangStandards.def" 26 #include "clang/Frontend/LangStandards.def" 35 #include "clang/Frontend/LangStandards.def"
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
SQLStatementBackend.cpp | 74 PassRefPtr<SQLStatementBackend> SQLStatementBackend::create(PassOwnPtr<AbstractSQLStatement> frontend, 77 return adoptRef(new SQLStatementBackend(frontend, statement, arguments, permissions)); 80 SQLStatementBackend::SQLStatementBackend(PassOwnPtr<AbstractSQLStatement> frontend, 82 : m_frontend(frontend) 92 AbstractSQLStatement* SQLStatementBackend::frontend() function in class:WebCore::SQLStatementBackend
|
SQLStatementBackend.h | 58 AbstractSQLStatement* frontend();
|
DatabaseBackendBase.h | 89 void setFrontend(DatabaseBase* frontend) { m_frontend = frontend; }
|
/external/chromium_org/content/child/appcache/ |
appcache_dispatcher.h | 25 appcache::AppCacheFrontend* frontend);
|
appcache_dispatcher.cc | 13 appcache::AppCacheFrontend* frontend) 15 frontend_(frontend) {}
|