Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breach/thrust
/ functions
Functions
923 in github.com/breach/thrust
⨍
Functions
923
◇
Types & classes
234
↓ 51 callers
Method
reset
src/renderer/extensions/scoped_persistent.h:29
↓ 32 callers
Method
IsEmpty
src/renderer/extensions/scoped_persistent.h:40
↓ 23 callers
Method
v8_context
src/renderer/extensions/context.h:47
↓ 21 callers
Method
GetString
src/renderer/extensions/safe_builtins.cc:237
↓ 19 callers
Method
WebViewEmit
src/browser/thrust_window.cc:568
↓ 18 callers
Method
GetIsolate
src/renderer/extensions/object_backed_native_handler.cc:75
↓ 18 callers
Method
ThrustSessionForBrowserContext
src/browser/browser_client.cc:281
↓ 15 callers
Method
GetGuestByInstanceID
src/browser/session/thrust_session.cc:228
↓ 14 callers
Method
Get
src/renderer/renderer_client.cc:66
↓ 13 callers
Method
isolate
src/renderer/extensions/context.h:83
↓ 12 callers
Method
EmitEvent
src/api/api_server.cc:53
↓ 9 callers
Method
Reset
src/browser/visitedlink/visitedlink_event_listener.cc:157
↓ 8 callers
Method
Add
src/browser/visitedlink/visitedlink_event_listener.cc:147
↓ 8 callers
Function
AddMessage
src/renderer/extensions/console.cc:86
↓ 8 callers
Function
Fatal
Logs a fatal error for the calling context, with some added metadata about the context: - Its type (blessed, unblessed, etc). - Whether it's valid. -
src/renderer/extensions/module_system.cc:40
↓ 8 callers
Function
WriteToFile
Returns true if the write was complete.
src/browser/visitedlink/visitedlink_master.cc:75
↓ 8 callers
Method
data
src/renderer/extensions/static_v8_external_string_resource.cc:17
↓ 7 callers
Method
length
src/renderer/extensions/static_v8_external_string_resource.cc:21
↓ 6 callers
Function
IsSwitchEnabled
src/renderer/render_process_observer.cc:30
↓ 6 callers
Function
Load
src/renderer/extensions/safe_builtins.cc:137
↓ 6 callers
Method
dialog
src/browser/dialog/file_dialog_gtk.cc:157
↓ 6 callers
Method
safe_builtins
src/renderer/extensions/context.h:61
↓ 5 callers
Method
Close
src/browser/thrust_window.cc:238
↓ 5 callers
Method
Delete
src/api/api.cc:66
↓ 5 callers
Method
GetItemCount
src/browser/ui/views/menu_bar.cc:131
↓ 5 callers
Method
GetWebContents
src/browser/thrust_window.cc:289
↓ 5 callers
Method
IsOffTheRecord
src/browser/session/thrust_session.cc:134
↓ 5 callers
Method
is_valid
Returns true if this context is still valid, false if it isn't. A context becomes invalid via Invalidate().
src/renderer/extensions/context.h:43
↓ 5 callers
Method
web_frame
src/renderer/extensions/context.h:51
↓ 4 callers
Method
AddObserver
/ PROXY CONFIG SERVICE IMPLEMENTATION */ /
src/browser/session/thrust_session_proxy_config_service.cc:79
↓ 4 callers
Function
BindLogMethod
src/renderer/extensions/console.cc:51
↓ 4 callers
Method
CallFunction
src/renderer/extensions/context.cc:64
↓ 4 callers
Method
GetBinding
src/api/api.cc:108
↓ 4 callers
Method
GetNativeWindow
### GetNativeWindow Returns the NativeWindow for this Shell
src/browser/thrust_window.h:271
↓ 4 callers
Method
Init
src/browser/ui/views/frameless_view.cc:34
↓ 4 callers
Method
IsFullscreen
### IsFullscreen Returns whether the window is in kiosk mode
src/browser/thrust_window.h:186
↓ 4 callers
Method
NewHandle
src/renderer/extensions/scoped_persistent.h:44
↓ 4 callers
Function
execute
(argv)
scripts/bootstrap.py:15
↓ 4 callers
Function
execute
(argv)
scripts/util.py:134
↓ 4 callers
Method
net_log
src/browser/browser_main_parts.h:50
↓ 3 callers
Method
Clear
src/browser/thrust_menu.cc:153
↓ 3 callers
Function
Error
src/renderer/extensions/console.cc:77
↓ 3 callers
Method
Focus
### Focus Focuses the window
src/browser/thrust_window.h:151
↓ 3 callers
Method
GetPath
src/browser/session/thrust_session.cc:128
↓ 3 callers
Method
GetRenderView
src/renderer/extensions/context.cc:50
↓ 3 callers
Method
GetSize
### GetSize Retrieves the native Window size
src/browser/thrust_window.h:251
↓ 3 callers
Method
InstallBinding
src/api/api.cc:41
↓ 3 callers
Method
InvokeRemoteMethod
src/api/api_binding.cc:25
↓ 3 callers
Method
IsMaximized
### IsMaximized Retrieves whether the window is maximized
src/browser/thrust_window.h:261
↓ 3 callers
Method
IsMinimized
### IsMinimized Retrieves whether the window is minimized
src/browser/thrust_window.h:266
↓ 3 callers
Method
RegisterNativeHandler
src/renderer/extensions/module_system.cc:326
↓ 3 callers
Method
Restore
### Restore Restore the window
src/browser/thrust_window.h:171
↓ 3 callers
Method
Show
src/browser/dialog/file_dialog_win.cc:87
↓ 3 callers
Method
Update
Sends visited link update messages: a list of links whose visited state changed or reset of visited state for all links.
src/browser/visitedlink/visitedlink_event_listener.cc:84
↓ 3 callers
Function
ValueFromCanonicalCookie
src/api/thrust_session_binding.cc:16
↓ 3 callers
Method
attached
Returns whether this guest has an associated embedder.
src/browser/web_view/web_view_guest.h:220
↓ 3 callers
Method
system_session
src/browser/browser_client.cc:294
↓ 2 callers
Function
CheckWithMinidump
Writes |message| to stack to show up in minidump, then crashes.
src/renderer/extensions/console.cc:28
↓ 2 callers
Method
CloseDevTools
src/browser/thrust_window.cc:277
↓ 2 callers
Method
Contains
src/renderer/extensions/local_source_map.cc:36
↓ 2 callers
Method
Destroy
/ BROWSER_PLUGIN_GUEST_DELEGATE IMPLEMENTATION */ /
src/browser/web_view/web_view_guest.cc:239
↓ 2 callers
Method
DestroyGuest
src/renderer/extensions/web_view_bindings.cc:156
↓ 2 callers
Method
Get
/ STATIC API */ / static
src/browser/browser_client.cc:48
↓ 2 callers
Method
GetDelegate
src/browser/visitedlink/visitedlink_master.cc:334
↓ 2 callers
Method
GetFunction
src/renderer/extensions/safe_builtins.cc:221
↓ 2 callers
Method
GetLabelAt
src/browser/thrust_menu.cc:211
↓ 2 callers
Function
GetMenuItemID
src/browser/ui/views/global_menu_bar_x11.cc:155
↓ 2 callers
Method
GetPosition
### GetPosition Retrieves the native Window position
src/browser/thrust_window.h:256
↓ 2 callers
Method
GetProxyConfigService
src/browser/session/thrust_session.cc:208
↓ 2 callers
Method
GetPtr
src/browser/dialog/file_dialog_win.cc:101
↓ 2 callers
Method
GetRemote
src/api/api.cc:118
↓ 2 callers
Method
GetVisitedLinkStore
src/browser/session/thrust_session.cc:202
↓ 2 callers
Method
HandleException
src/renderer/extensions/module_system.cc:172
↓ 2 callers
Method
IsDevToolsOpened
src/browser/thrust_window.cc:283
↓ 2 callers
Function
IsDirectory
Distinguish directories from regular files.
src/browser/dialog/file_dialog_win.cc:30
↓ 2 callers
Method
JavaScriptDialogClosed
src/renderer/extensions/web_view_bindings.cc:481
↓ 2 callers
Function
MakeKey
src/renderer/extensions/safe_builtins.cc:124
↓ 2 callers
Method
Maximize
### Maximize Maximize the window
src/browser/thrust_window.h:156
↓ 2 callers
Method
Minimize
### Minimize Minimize the window
src/browser/thrust_window.h:166
↓ 2 callers
Function
ModelForMenuItem
src/browser/ui/views/global_menu_bar_x11.cc:147
↓ 2 callers
Method
NewTable
src/browser/visitedlink/visitedlink_event_listener.cc:131
↓ 2 callers
Method
OpenDevTools
src/browser/thrust_window.cc:271
↓ 2 callers
Method
RegisterElement
src/renderer/extensions/document_bindings.cc:27
↓ 2 callers
Method
RegisterSource
src/renderer/extensions/local_source_map.cc:19
↓ 2 callers
Method
Reload
src/browser/web_view/web_view_guest.cc:399
↓ 2 callers
Method
Require
src/renderer/extensions/module_system.cc:176
↓ 2 callers
Method
SendVisitedLinkTable
Informs the renderer about a new visited link table.
src/browser/visitedlink/visitedlink_event_listener.cc:48
↓ 2 callers
Method
SetFullscreen
### SetFullscreen Sets the window in kiosk mode
src/browser/thrust_window.h:181
↓ 2 callers
Method
SetTitle
/ PUBLIC INTERFACE */ /
src/browser/thrust_window.cc:218
↓ 2 callers
Method
SetUnderlineColor
src/browser/ui/views/submenu_button.cc:66
↓ 2 callers
Method
Show
### Show Initially show the window
src/browser/thrust_window.h:146
↓ 2 callers
Method
Start
src/api/api_server.cc:320
↓ 2 callers
Method
Stop
src/browser/web_view/web_view_guest.cc:413
↓ 2 callers
Function
Warn
src/renderer/extensions/module_system.cc:52
↓ 2 callers
Function
WindowOpenDispositionToString
src/browser/web_view/web_view_guest.cc:48
↓ 2 callers
Function
XDGOpen
src/browser/util/platform_util_linux.cc:44
↓ 2 callers
Function
XDGUtil
src/browser/util/platform_util_linux.cc:19
↓ 2 callers
Method
context
src/renderer/extensions/object_backed_native_handler.h:47
↓ 2 callers
Method
embedder_web_contents
src/browser/web_view/web_view_guest.h:210
↓ 2 callers
Function
getNextId
()
src/renderer/extensions/resources/web_view.js:12
next →
1–100 of 923, ranked by callers