OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pluginpath
(Results
26 - 50
of
61
) sorted by null
1
2
3
/external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnectionManager.h
46
PluginProcessConnection* getPluginProcessConnection(const String&
pluginPath
);
PluginProxy.h
51
static PassRefPtr<PluginProxy> create(const String&
pluginPath
);
61
explicit PluginProxy(const String&
pluginPath
);
PluginProxy.cpp
55
PassRefPtr<PluginProxy> PluginProxy::create(const String&
pluginPath
)
57
return adoptRef(new PluginProxy(
pluginPath
));
60
PluginProxy::PluginProxy(const String&
pluginPath
)
61
: m_pluginPath(
pluginPath
)
/external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp
38
static void warnIncompatible(DiagnosticsEngine *diags, StringRef
pluginPath
,
88
StringRef
pluginPath
,
96
<< llvm::sys::path::filename(
pluginPath
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/productBuild/
productBuild.xml
19
<property name="
pluginPath
" value=""/>
61
pluginPath
="${transformedRepoLocation}${path.separator}${
pluginPath
}"
/external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm
77
+ (WebBasePluginPackage *)pluginWithPath:(NSString *)
pluginPath
80
WebBasePluginPackage *pluginPackage = [[WebPluginPackage alloc] initWithPath:
pluginPath
];
84
pluginPackage = [[WebNetscapePluginPackage alloc] initWithPath:
pluginPath
];
124
- (id)initWithPath:(NSString *)
pluginPath
129
path = pathByResolvingSymlinksAndAliases(
pluginPath
);
WebNetscapePluginPackage.mm
205
- (BOOL)_initWithPath:(NSString *)
pluginPath
272
- (id)initWithPath:(NSString *)
pluginPath
274
if (!(self = [super initWithPath:
pluginPath
]))
279
if (![self _initWithPath:
pluginPath
]) {
/tools/motodev/src/plugins/common/src/com/motorola/studio/android/common/utilities/
PluginUtils.java
505
String
pluginPath
= pluginBundle.getLocation();
506
int removeIndex =
pluginPath
.indexOf("@");
507
pluginPath
=
pluginPath
.substring(removeIndex + 1);
509
relativeInstalationPath = new File(platformPath,
pluginPath
);
532
File
pluginPath
= getPluginInstallationPath(plugin);
533
File resourceFile = new File(
pluginPath
, resource);
/external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.cpp
219
void WebProcessProxy::getPluginProcessConnection(const String&
pluginPath
, PassRefPtr<Messages::WebProcessProxy::GetPluginProcessConnection::DelayedReply> reply)
221
PluginProcessManager::shared().getPluginProcessConnection(context()->pluginInfoStore(),
pluginPath
, reply);
224
void WebProcessProxy::pluginSyncMessageSendTimedOut(const String&
pluginPath
)
226
PluginProcessManager::shared().pluginSyncMessageSendTimedOut(
pluginPath
);
WebProcessProxy.h
124
void getPluginProcessConnection(const String&
pluginPath
, PassRefPtr<Messages::WebProcessProxy::GetPluginProcessConnection::DelayedReply>);
125
void pluginSyncMessageSendTimedOut(const String&
pluginPath
);
/frameworks/av/drm/drmserver/
DrmManager.cpp
115
String8
plugInPath
= plugInPathList[i];
116
DrmSupportInfo* info = mPlugInManager.getPlugIn(
plugInPath
).getSupportInfo(0);
119
mSupportInfoToPlugInIdMap.add(*info,
plugInPath
);
408
String8
plugInPath
= plugInPathList[i];
410
= mPlugInManager.getPlugIn(
plugInPath
).getSupportInfo(0);
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/
NetscapePluginModuleMac.mm
311
bool NetscapePluginModule::getPluginInfo(const String&
pluginPath
, PluginInfoStore::Plugin& plugin)
313
RetainPtr<CFStringRef> bundlePath(AdoptCF,
pluginPath
.createCFString());
337
plugin.path =
pluginPath
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/
genericTargets.xml
38
<property name="
pluginPath
" value=""/>
55
pluginPath
="${transformedRepoLocation}${path.separator}${
pluginPath
}"
97
pluginPath
="${transformedRepoLocation}${path.separator}${
pluginPath
}"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties
172
#
pluginPath
is a list of locations in which to find plugins and features. This list is separated by the platform file separator (; or :)
177
#
pluginPath
=
allElements.xml
13
<!-- ${
pluginPath
} locations. -->
/external/webkit/Source/WebKit2/UIProcess/Plugins/win/
PluginInfoStoreWin.cpp
326
bool PluginInfoStore::getPluginInfo(const String&
pluginPath
, Plugin& plugin)
328
return NetscapePluginModule::getPluginInfo(
pluginPath
, plugin);
/sdk/eclipse/buildConfig/
build.properties
149
#
pluginPath
is a list of locations in which to find plugins and features. This list is separated by the platform file separator (; or :)
154
#
pluginPath
=
/tools/motodev/makefile/preflighting/
build.properties
192
#
pluginPath
is a list of locations in which to find plugins and features. This list is separated by the platform file separator (; or :)
197
#
pluginPath
=
/tools/motodev/makefile/preflighting/l10n/
build.properties
155
#
pluginPath
is a list of locations in which to find plugins and features. This list is separated by the platform file separator (; or :)
160
#
pluginPath
=
/tools/motodev/makefile/preflighting/product/
build.properties
175
#
pluginPath
is a list of locations in which to find plugins and features. This list is separated by the platform file separator (; or :)
180
#
pluginPath
=
/external/webkit/Source/WebKit2/PluginProcess/
PluginProcess.cpp
135
m_pluginPath = parameters.
pluginPath
;
/external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMac.mm
225
[[(NSString *)parameters.
pluginPath
lastPathComponent] stringByDeletingPathExtension],
/external/webkit/Source/WebKit2/Scripts/webkit2/
messages_unittest.py
69
GetPluginProcessConnection(WTF::String
pluginPath
) -> (CoreIPC::Connection::Handle connectionHandle) Delayed
174
('WTF::String', '
pluginPath
'),
424
explicit GetPluginProcessConnection(const WTF::String&
pluginPath
)
425
: CoreIPC::Arguments1<const WTF::String&>(
pluginPath
)
/tools/motodev/makefile/
build.properties
206
#
pluginPath
is a list of locations in which to find plugins and features. This list is separated by the platform file separator (; or :)
211
#
pluginPath
=${REPOSITORIES_TO_USE}
/external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessProxy.cpp
193
parameters.
pluginPath
= m_pluginInfo.path;
Completed in 1242 milliseconds
1
2
3