OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instance
(Results
726 - 750
of
17686
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/chrome/browser/signin/
chrome_signin_client_factory.h
18
// Returns the
instance
of SigninClient associated with this profile
23
// Returns an
instance
of the factory singleton.
signin_error_notifier_factory_ash.h
19
// Returns the
instance
of SigninErrorNotifier associated with this
23
// Returns an
instance
of the SigninErrorNotifierFactory singleton.
signin_global_error_factory.h
19
// Returns the
instance
of SigninGlobalError associated with this
23
// Returns an
instance
of the SigninGlobalErrorFactory singleton.
/external/chromium_org/chrome/browser/sync/
sync_error_notifier_factory_ash.h
19
// Returns the
instance
of SyncErrorNotifier associated with this profile,
23
// Returns an
instance
of the SyncErrorNotifierFactory singleton.
sync_global_error_factory.h
19
// Returns the
instance
of SyncGlobalError associated with this profile,
23
// Returns an
instance
of the SyncGlobalErrorFactory singleton.
/external/chromium_org/chrome/browser/ui/app_list/
start_page_service_factory.h
19
// Gets or creates the
instance
of StartPageService for |profile|.
22
// Gets the singleton
instance
of this factory.
/external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc
40
return ChromeLauncherController::
instance
()->IsAppPinned(extension_id);
44
ChromeLauncherController::
instance
()->PinAppWithID(extension_id);
48
ChromeLauncherController::
instance
()->UnpinAppWithID(extension_id);
53
return ChromeLauncherController::
instance
()->CanPin() ? PIN_EDITABLE :
84
ChromeLauncherController::
instance
()->CreateNewIncognitoWindow();
86
ChromeLauncherController::
instance
()->CreateNewWindow();
94
ChromeLauncherController::
instance
()->ActivateApp(
107
ChromeLauncherController::
instance
()->LaunchApp(
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_root_view.h
10
// An
instance
of MenuTrackedRootView should be the root of the view hierarchy
16
// The menu item whose custom view's root view is an
instance
of this class.
/external/chromium_org/chrome/browser/ui/webui/signin/
login_ui_service_factory.h
19
// Returns the
instance
of LoginUIService associated with this profile
24
// Returns an
instance
of the LoginUIServiceFactory singleton.
/external/chromium_org/chrome/service/cloud_print/
cloud_print_token_store.h
19
// Returns the CloudPrintTokenStore
instance
for this thread. Will be NULL
20
// if no
instance
was created in this thread before.
/external/chromium_org/content/browser/devtools/
devtools_manager.h
23
// Returns single
instance
of this class. The
instance
is destroyed on the
/external/chromium_org/content/browser/geolocation/
wifi_data_provider_win_unittest.cc
16
scoped_refptr<WifiDataProviderWin>
instance
(new WifiDataProviderWin);
17
instance
= NULL;
/external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_impl.h
50
virtual bool IsValidInstance(PP_Instance
instance
) const OVERRIDE;
51
virtual bool GetRenderFrameIDsForInstance(PP_Instance
instance
,
58
virtual GURL GetDocumentURLForInstance(PP_Instance
instance
) OVERRIDE;
59
virtual GURL GetPluginURLForInstance(PP_Instance
instance
) OVERRIDE;
69
// These two functions are notifications that an
instance
has been created
71
// associated with the
instance
including view IDs in the browser process.
72
void AddInstance(PP_Instance
instance
,
74
void DeleteInstance(PP_Instance
instance
);
/external/chromium_org/content/test/data/npapi/
create_instance_in_paint.html
13
Plugin
Instance
In Paint Test<p>
15
Tests that there's no deadlock when a plugin
instance
is created while handling a paint message.
popup_window_with_target_plugin.html
20
window with a windowed plugin
instance
. The test verifies that the plugin
instance
in <br />
/external/chromium_org/content/test/data/workers/
incognito_worker.html
13
// This
instance
should not be shared with other pre-existing instances,
18
// Make a second worker, make sure it shares this
instance
/external/chromium_org/content/test/
test_render_view_host_factory.cc
30
SiteInstance*
instance
,
37
instance
, delegate, widget_delegate, routing_id, main_frame_routing_id,
/external/chromium_org/device/nfc/
nfc_adapter_factory.h
24
// Returns the shared
instance
of the default adapter, creating and
26
//
instance
passed only once the adapter is fully initialized and ready to
/external/chromium_org/extensions/common/api/
app_view_internal.json
16
"description": "Attaches the specified url to the AppView with the provided
instance
ID.",
44
"description": "Denies the embedding request made by the AppView with the provided
instance
ID.",
/external/chromium_org/extensions/shell/browser/
shell_app_window_client.cc
24
return DesktopController::
instance
()->CreateAppWindow(context, extension);
32
DesktopController::
instance
()->AddAppWindow(
/external/chromium_org/mojo/embedder/
test_embedder.h
18
// This shuts down the global, singleton
instance
. (Note: "Real" embedders are
19
// not expected to ever shut down this
instance
. This |Shutdown()| function will
/external/chromium_org/native_client_sdk/src/examples/api/mouse_cursor/
mouse_cursor.cc
10
#include "ppapi/cpp/
instance
.h"
38
class MouseCursorInstance : public pp::
Instance
{
40
explicit MouseCursorInstance(PP_Instance
instance
)
41
: pp::
Instance
(
instance
) {}
118
virtual pp::
Instance
* CreateInstance(PP_Instance
instance
) {
119
return new MouseCursorInstance(
instance
);
/external/chromium_org/native_client_sdk/src/examples/api/network_monitor/
network_monitor.cc
9
#include "ppapi/cpp/
instance
.h"
25
class NetworkMonitorInstance : public pp::
Instance
{
27
explicit NetworkMonitorInstance(PP_Instance
instance
)
28
: pp::
Instance
(
instance
),
148
virtual pp::
Instance
* CreateInstance(PP_Instance
instance
) {
149
return new NetworkMonitorInstance(
instance
);
/external/chromium_org/native_client_sdk/src/examples/api/var_dictionary/
var_dictionary.cc
9
#include "ppapi/cpp/
instance
.h"
39
class VarDictionaryInstance : public pp::
Instance
{
41
explicit VarDictionaryInstance(PP_Instance
instance
)
42
: pp::
Instance
(
instance
) {}
149
virtual pp::
Instance
* CreateInstance(PP_Instance
instance
) {
150
return new VarDictionaryInstance(
instance
);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
nacl_io.cc
19
int nacl_io_init_ppapi(PP_Instance
instance
, PPB_GetInterface get_interface) {
20
return ki_init_ppapi(NULL,
instance
, get_interface);
Completed in 735 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>