OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GinEmbedder
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gin/public/
gin_embedders.h
10
// The
GinEmbedder
is used to identify the owner of embedder data stored on
14
enum
GinEmbedder
{
wrapper_info.h
27
const
GinEmbedder
embedder;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
WrapperTypeInfo.h
140
const gin::
GinEmbedder
ginEmbedder
;
153
COMPILE_ASSERT(offsetof(struct WrapperTypeInfo,
ginEmbedder
) == offsetof(struct gin::WrapperInfo, embedder), wrapper_type_info_compatible_to_gin);
Completed in 702 milliseconds