Home | History | Annotate | Download | only in nav

Lines Matching refs:m_obj

105     jweak       m_obj;
131 return getRealObject(env, m_obj);
140 m_javaGlue.m_obj = env->NewWeakGlobalRef(javaWebView);
185 if (m_javaGlue.m_obj)
188 env->DeleteWeakGlobalRef(m_javaGlue.m_obj);
189 m_javaGlue.m_obj = 0;
588 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
602 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
611 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
620 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
1055 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");
1068 LOG_ASSERT(m_javaGlue.m_obj, "A WebView was not associated with this WebViewNative!");
1100 LOG_ASSERT(m_javaGlue.m_obj, "A java object was not associated with this native WebView!");